Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: zehsilva/Python-ELM
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: dclambert/Python-ELM
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 6 files changed
  • 3 contributors

Commits on Jun 10, 2013

  1. LICENSE tweak

    dclambert committed Jun 10, 2013
    Configuration menu
    Copy the full SHA
    cfbed88 View commit details
    Browse the repository at this point in the history
  2. README.md update

    dclambert committed Jun 10, 2013
    Configuration menu
    Copy the full SHA
    f8e6fb3 View commit details
    Browse the repository at this point in the history
  3. major changes to random_layer.py - main class is RandomLayer,

    and MLPRandomLayer and RBFRandomLayer are derived from it.
    main classes in elm.py changed to GenELMRegressor and GenELMClassifier,
    with ELMRegressor derived from GenELMRegressor, and ELMClassifier
    derived from ELMRegressor
    plot_elm_comparison.py and elm_notebook.py changed to follow API changes
    dclambert committed Jun 10, 2013
    Configuration menu
    Copy the full SHA
    3a2761a View commit details
    Browse the repository at this point in the history
  4. README tweaks

    dclambert committed Jun 10, 2013
    Configuration menu
    Copy the full SHA
    e6a876b View commit details
    Browse the repository at this point in the history
  5. comment tweak

    dclambert committed Jun 10, 2013
    Configuration menu
    Copy the full SHA
    d69c1f2 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2013

  1. Markdown tweak

    dclambert committed Jun 28, 2013
    Configuration menu
    Copy the full SHA
    ea10aed View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2013

  1. added some comments, removed X from _compute_radii and _compute_biase…

    …s, removed dup entry for inv_tribas
    dclambert committed Jul 3, 2013
    Configuration menu
    Copy the full SHA
    71c4376 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25a7eae View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2013

  1. formatting

    dclambert committed Jul 4, 2013
    Configuration menu
    Copy the full SHA
    2f4ffa5 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2017

  1. Configuration menu
    Copy the full SHA
    e37fdbf View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2017

  1. Merge pull request dclambert#8 from bryant1410/master

    Fix broken headings in Markdown files
    dclambert authored Jul 25, 2017
    Configuration menu
    Copy the full SHA
    bbda9d0 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2021

  1. Update README.md

    dclambert authored Mar 5, 2021
    Configuration menu
    Copy the full SHA
    00a231e View commit details
    Browse the repository at this point in the history
Loading