Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Leabra wrapper prototype #513

Merged
merged 50 commits into from
Nov 3, 2017
Merged

Leabra wrapper prototype #513

merged 50 commits into from
Nov 3, 2017

Commits on Sep 12, 2017

  1. Buggy Leabra Prototype

    dcw3 committed Sep 12, 2017
    Configuration menu
    Copy the full SHA
    1348362 View commit details
    Browse the repository at this point in the history
  2. Clunky Prototype

    dcw3 committed Sep 12, 2017
    Configuration menu
    Copy the full SHA
    91cb865 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2017

  1. Docs Typo

    dcw3 committed Sep 13, 2017
    Configuration menu
    Copy the full SHA
    4ea41a0 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2017

  1. temp

    dcw3 committed Sep 25, 2017
    Configuration menu
    Copy the full SHA
    897ab2a View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2017

  1. Minor Changes

    dcw3 committed Sep 29, 2017
    Configuration menu
    Copy the full SHA
    e9f69fb View commit details
    Browse the repository at this point in the history
  2. convert_to_2d_input

    Added convert_to_2d_input function in Utilities: it is a primitive parser of input that aims to put any input into a `list` containing numpy arrays
    
    Modified a few tests to accomodate this.
    dcw3 committed Sep 29, 2017
    Configuration menu
    Copy the full SHA
    77bf7b4 View commit details
    Browse the repository at this point in the history
  3. Updated Test Script

    dcw3 committed Sep 29, 2017
    Configuration menu
    Copy the full SHA
    61c5dce View commit details
    Browse the repository at this point in the history
  4. Specify Hidden Layer Size

    Added option to specify the size of hidden layers
    dcw3 committed Sep 29, 2017
    Configuration menu
    Copy the full SHA
    e858857 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2017

  1. Minor Change

    dcw3 committed Oct 2, 2017
    Configuration menu
    Copy the full SHA
    6f8314e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28cce6a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1af6444 View commit details
    Browse the repository at this point in the history
  4. Delete LeabraMechanism.py

    dcw3 authored Oct 2, 2017
    Configuration menu
    Copy the full SHA
    3872172 View commit details
    Browse the repository at this point in the history
  5. Path Update

    dcw3 committed Oct 2, 2017
    Configuration menu
    Copy the full SHA
    d6dcf83 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3c7439c View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2017

  1. Temp Debugging Commit

    dcw3 committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    eaf93b3 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2017

  1. Temporary Removal of Validations

    dcw3 committed Oct 13, 2017
    Configuration menu
    Copy the full SHA
    fa9a069 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    354dfa8 View commit details
    Browse the repository at this point in the history
  3. Update test script

    dcw3 committed Oct 13, 2017
    Configuration menu
    Copy the full SHA
    f75d3f7 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2017

  1. Test Changes

    dcw3 committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    7e13229 View commit details
    Browse the repository at this point in the history
  2. Numerical Change

    dcw3 committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    d037a72 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2017

  1. Test Update

    Added asserts for auto/cross.
    dcw3 committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    9805b57 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'remotes/origin/devel' into leabra_wrapp…

    …er_prototype
    
    Merge Commit
    dcw3 committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    8815aa7 View commit details
    Browse the repository at this point in the history
  3. Remove merge headers

    dcw3 committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    2af15ad View commit details
    Browse the repository at this point in the history
  4. Move leabramechanism file

    dcw3 committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    7af45dd View commit details
    Browse the repository at this point in the history
  5. update test

    dcw3 committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    8ed35c0 View commit details
    Browse the repository at this point in the history
  6. Update imports

    dcw3 committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    3440e87 View commit details
    Browse the repository at this point in the history
  7. Remove Escape Char

    dcw3 committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    e54c590 View commit details
    Browse the repository at this point in the history
  8. Remove PsyNeuLink folder

    dcw3 committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    77f0314 View commit details
    Browse the repository at this point in the history
  9. Remove PsyNeuLink

    dcw3 committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    593a48c View commit details
    Browse the repository at this point in the history
  10. update imports

    dcw3 committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    90ea05a View commit details
    Browse the repository at this point in the history
  11. Add LeabraDemoScript

    dcw3 committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    e0bb274 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2017

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

    dcw3 committed Nov 1, 2017
    Configuration menu
    Copy the full SHA
    19b6f29 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2017

  1. Minor Script Changes

    dcw3 committed Nov 2, 2017
    Configuration menu
    Copy the full SHA
    0b17cb8 View commit details
    Browse the repository at this point in the history
  2. Typo

    dcw3 committed Nov 2, 2017
    Configuration menu
    Copy the full SHA
    d0dd057 View commit details
    Browse the repository at this point in the history
  3. Revert change from atleast_2d

    dcw3 committed Nov 2, 2017
    Configuration menu
    Copy the full SHA
    d162ebf View commit details
    Browse the repository at this point in the history
  4. Many changes

    Docs
    Ability to turn training_flag on/off
    Fixed bug with learning due to INITIALIZING runs
    Ability to take leabra Network as argument
    network is now a property, can access like an attribute
    Allow hidden_sizes to be a single number
    dcw3 committed Nov 2, 2017
    Configuration menu
    Copy the full SHA
    d75c932 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    77f9730 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dab867c View commit details
    Browse the repository at this point in the history
  7. Size Doc Update

    dcw3 committed Nov 2, 2017
    Configuration menu
    Copy the full SHA
    569fc5f View commit details
    Browse the repository at this point in the history
  8. Doc Update, Minor Style Change

    dcw3 committed Nov 2, 2017
    Configuration menu
    Copy the full SHA
    87bc57a View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2017

  1. Create LeabraMechanismTest

    dcw3 committed Nov 3, 2017
    Configuration menu
    Copy the full SHA
    ccf7bad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3468d9 View commit details
    Browse the repository at this point in the history
  3. Doc Change

    dcw3 committed Nov 3, 2017
    Configuration menu
    Copy the full SHA
    9db3f4d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    561eca4 View commit details
    Browse the repository at this point in the history
  5. Tests for LeabraMechanism!

    plus a minor script change
    dcw3 committed Nov 3, 2017
    Configuration menu
    Copy the full SHA
    0700031 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6ad29bb View commit details
    Browse the repository at this point in the history
  7. Fix training flag bug

    dcw3 committed Nov 3, 2017
    Configuration menu
    Copy the full SHA
    4588971 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    81f96be View commit details
    Browse the repository at this point in the history
  9. Doc Update

    dcw3 committed Nov 3, 2017
    Configuration menu
    Copy the full SHA
    9a17a8d View commit details
    Browse the repository at this point in the history