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

python version of multiple hidden layers neural network library #153

Open
wants to merge 48 commits into
base: deeplearn
Choose a base branch
from

Commits on Feb 25, 2018

  1. Configuration menu
    Copy the full SHA
    fcacc8d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #87 from Maik1999/patch-2

    Added link to pull request 61
    shiffman authored Feb 25, 2018
    Configuration menu
    Copy the full SHA
    01784f9 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2018

  1. adding new doodle classifier example

    Dear Diary,
    
    I spent the day recording a set of video tutorials about how to do image classification with a simple "toy" neural network. There are lots of problems with this and the goal is purely educational and to have some fun. I hope to improve this example in the future. It could use an intrface and some animations, the softmax function, and working with a larger dataset and ml5/deeplearn.js.
    
    yours forever,
    The Coding Train (choo choo)
    shiffman committed Mar 2, 2018
    Configuration menu
    Copy the full SHA
    d641c86 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2018

  1. Create README.md

    shiffman authored Mar 6, 2018
    Configuration menu
    Copy the full SHA
    7615757 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2018

  1. adding new neuro-evolution example

    nothing to see here yet!
    shiffman committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    c8ae50a View commit details
    Browse the repository at this point in the history
  2. Adding code from March 9 live stream

    This here is the start of code I need for my neuro-evolution examples.
    So far I have only implemented "copy()" and "mutate()" ok! I still need
    to do "crossover()" and implement the GA itself of course. For
    reference the live stream is here:
    
    https://www.youtube.com/watch?v=ASnCXW6pPSY
    shiffman committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    846a259 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2018

  1. Add Matrix copy() test

    This adds a test for the `Matrix.copy()` function.
    enginefeeder101 committed Mar 10, 2018
    Configuration menu
    Copy the full SHA
    03718ae View commit details
    Browse the repository at this point in the history
  2. Merge pull request #99 from enginefeeder101/copytest

    Add Matrix copy() test
    shiffman authored Mar 10, 2018
    Configuration menu
    Copy the full SHA
    e713dff View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2018

  1. Examples added doodleclassifier and Youtube links

    The doodle classifier example was missing under the examples list.
    Also links to the youtube videos coding these examples are added.
    enginefeeder101 authored Mar 15, 2018
    Configuration menu
    Copy the full SHA
    1bbf0ca View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2018

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

Commits on Mar 22, 2018

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

Commits on Mar 24, 2018

  1. Merge pull request #103 from codeMeHtm/patch-2

    Create a README in the xor example
    shiffman authored Mar 24, 2018
    Configuration menu
    Copy the full SHA
    4dd37fa View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2018

  1. Configuration menu
    Copy the full SHA
    24540b8 View commit details
    Browse the repository at this point in the history
  2. flappy bird attempts

    shiffman committed Apr 9, 2018
    Configuration menu
    Copy the full SHA
    5017841 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2018

  1. Configuration menu
    Copy the full SHA
    00dcb4b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #109 from CodingTrain/neuroevolution

    Neuroevolution!
    shiffman authored Apr 15, 2018
    Configuration menu
    Copy the full SHA
    187ae7a View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2018

  1. added community contributions

    Added a section where the community can reference their own libraries they've built based on this one.
    kim-marcel authored Apr 17, 2018
    Configuration menu
    Copy the full SHA
    545cc15 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2018

  1. Merge pull request #113 from kim-marcel/patch-1

    added community contributions
    shiffman authored Apr 18, 2018
    Configuration menu
    Copy the full SHA
    067bbef View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2018

  1. New neuroevolution steering example

    This is a new example with a lot of great help from @meiamsome and more.
    Discussion in this live stream starting here:
    
    https://youtu.be/emjv5tr-m7Q?t=4898
    shiffman committed Apr 19, 2018
    Configuration menu
    Copy the full SHA
    c961aaa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d1f077 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #114 from CodingTrain/neurosteering

    New neuroevolution steering example
    shiffman authored Apr 19, 2018
    Configuration menu
    Copy the full SHA
    6476919 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2018

  1. Configuration menu
    Copy the full SHA
    d5e0461 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #101 from enginefeeder101/patch-1

    Examples added doodleclassifier and Youtube links
    shiffman authored Apr 21, 2018
    Configuration menu
    Copy the full SHA
    4766a5b View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2018

  1. Configuration menu
    Copy the full SHA
    1ce9f5a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #117 from Thomas-Smyth/master

    Missing semi-colon in matrix.js
    shiffman authored Apr 25, 2018
    Configuration menu
    Copy the full SHA
    cc41638 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2018

  1. Configuration menu
    Copy the full SHA
    46d2371 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #120 from Fir3will/master

    Added another Library reference
    Versatilus authored May 26, 2018
    Configuration menu
    Copy the full SHA
    8786538 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2018

  1. mod constructor args to be self documented

    modified the arguments of the constructor to be self-documenting and added documentation to explain the cloning constructor
    michezio authored Jun 5, 2018
    Configuration menu
    Copy the full SHA
    8a96a38 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2018

  1. Merge pull request #121 from michezio/patch-1

    modified constructor args to be self documenting
    Versatilus authored Jun 6, 2018
    Configuration menu
    Copy the full SHA
    e961042 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2019

  1. Update README.md

    GypsyDangerous authored Mar 15, 2019
    Configuration menu
    Copy the full SHA
    19115f1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #129 from GypsyDangerous/master

    Update README.md
    shiffman authored Mar 15, 2019
    Configuration menu
    Copy the full SHA
    567f59d View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2019

  1. Update README.md

    notshekhar authored Jun 27, 2019
    Configuration menu
    Copy the full SHA
    3bac6a4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #136 from notshekhar/patch-3

    Update README.md
    shiffman authored Jun 27, 2019
    Configuration menu
    Copy the full SHA
    997bff9 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2019

  1. Update README.md

    jackroi committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    fcd7459 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #137 from jackroi/master

    Update README.md
    shiffman authored Jul 11, 2019
    Configuration menu
    Copy the full SHA
    7b629b6 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2019

  1. Update README.md

    anirudhgiri authored Jul 26, 2019
    Configuration menu
    Copy the full SHA
    c6c5d8f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #138 from anirudhgiri/master

    Update README.md
    shiffman authored Jul 26, 2019
    Configuration menu
    Copy the full SHA
    7305892 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2019

  1. Update README.md

    savvysiddharth committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    667aefc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #141 from savvysiddharth/master

    Update README.md
    GypsyDangerous authored Oct 4, 2019
    Configuration menu
    Copy the full SHA
    f12105f View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. Added my implementation of CNN

    Convolutional Neural Network from scratch in JS. Example is demonstrated on MNIST dataset. 
    The uploaded brain.json contains brain with 80% accuracy on test dataset.
    The example can be run on browser on :
    https://therealyubraj.github.io/CNN_JS/
    Click on the load button to load pre-trained brain.
    therealyubraj authored Feb 23, 2022
    Configuration menu
    Copy the full SHA
    08df543 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #160 from therealyubraj/master

    Added my implementation of CNN
    shiffman authored Feb 23, 2022
    Configuration menu
    Copy the full SHA
    10091b0 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

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

Commits on Jun 22, 2022

  1. Merge pull request #162 from Esser50K/master

    fixes small typos in README.md
    shiffman authored Jun 22, 2022
    Configuration menu
    Copy the full SHA
    79951ea View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2022

  1. Create node.js.yml

    mrdcvlsc authored Jul 23, 2022
    Configuration menu
    Copy the full SHA
    05f68ae View commit details
    Browse the repository at this point in the history
  2. migrate ci to github actions

    mrdcvlsc committed Jul 23, 2022
    Configuration menu
    Copy the full SHA
    8729326 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91aca06 View commit details
    Browse the repository at this point in the history
  4. added node version 18 in ci

    mrdcvlsc committed Jul 23, 2022
    Configuration menu
    Copy the full SHA
    3766a5c View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. Merge pull request #164 from mrdcvlsc/migrate-ci-to-gh-actions

    Migrate ci to gh actions
    shiffman authored Aug 16, 2022
    Configuration menu
    Copy the full SHA
    8c48c83 View commit details
    Browse the repository at this point in the history