-
Notifications
You must be signed in to change notification settings - Fork 242
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
base: deeplearn
Are you sure you want to change the base?
Commits on Feb 25, 2018
-
Configuration menu - View commit details
-
Copy full SHA for fcacc8d - Browse repository at this point
Copy the full SHA fcacc8dView commit details -
Merge pull request #87 from Maik1999/patch-2
Added link to pull request 61
Configuration menu - View commit details
-
Copy full SHA for 01784f9 - Browse repository at this point
Copy the full SHA 01784f9View commit details
Commits on Mar 2, 2018
-
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)
Configuration menu - View commit details
-
Copy full SHA for d641c86 - Browse repository at this point
Copy the full SHA d641c86View commit details
Commits on Mar 6, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 7615757 - Browse repository at this point
Copy the full SHA 7615757View commit details
Commits on Mar 9, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c8ae50a - Browse repository at this point
Copy the full SHA c8ae50aView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 846a259 - Browse repository at this point
Copy the full SHA 846a259View commit details
Commits on Mar 10, 2018
-
This adds a test for the `Matrix.copy()` function.
Configuration menu - View commit details
-
Copy full SHA for 03718ae - Browse repository at this point
Copy the full SHA 03718aeView commit details -
Merge pull request #99 from enginefeeder101/copytest
Add Matrix copy() test
Configuration menu - View commit details
-
Copy full SHA for e713dff - Browse repository at this point
Copy the full SHA e713dffView commit details
Commits on Mar 15, 2018
-
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.
Configuration menu - View commit details
-
Copy full SHA for 1bbf0ca - Browse repository at this point
Copy the full SHA 1bbf0caView commit details
Commits on Mar 21, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 3622343 - Browse repository at this point
Copy the full SHA 3622343View commit details
Commits on Mar 22, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 20bc3db - Browse repository at this point
Copy the full SHA 20bc3dbView commit details
Commits on Mar 24, 2018
-
Merge pull request #103 from codeMeHtm/patch-2
Create a README in the xor example
Configuration menu - View commit details
-
Copy full SHA for 4dd37fa - Browse repository at this point
Copy the full SHA 4dd37faView commit details
Commits on Apr 9, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 24540b8 - Browse repository at this point
Copy the full SHA 24540b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5017841 - Browse repository at this point
Copy the full SHA 5017841View commit details
Commits on Apr 15, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 00dcb4b - Browse repository at this point
Copy the full SHA 00dcb4bView commit details -
Merge pull request #109 from CodingTrain/neuroevolution
Neuroevolution!
Configuration menu - View commit details
-
Copy full SHA for 187ae7a - Browse repository at this point
Copy the full SHA 187ae7aView commit details
Commits on Apr 17, 2018
-
Added a section where the community can reference their own libraries they've built based on this one.
Configuration menu - View commit details
-
Copy full SHA for 545cc15 - Browse repository at this point
Copy the full SHA 545cc15View commit details
Commits on Apr 18, 2018
-
Merge pull request #113 from kim-marcel/patch-1
added community contributions
Configuration menu - View commit details
-
Copy full SHA for 067bbef - Browse repository at this point
Copy the full SHA 067bbefView commit details
Commits on Apr 19, 2018
-
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
Configuration menu - View commit details
-
Copy full SHA for c961aaa - Browse repository at this point
Copy the full SHA c961aaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d1f077 - Browse repository at this point
Copy the full SHA 8d1f077View commit details -
Merge pull request #114 from CodingTrain/neurosteering
New neuroevolution steering example
Configuration menu - View commit details
-
Copy full SHA for 6476919 - Browse repository at this point
Copy the full SHA 6476919View commit details
Commits on Apr 21, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d5e0461 - Browse repository at this point
Copy the full SHA d5e0461View commit details -
Merge pull request #101 from enginefeeder101/patch-1
Examples added doodleclassifier and Youtube links
Configuration menu - View commit details
-
Copy full SHA for 4766a5b - Browse repository at this point
Copy the full SHA 4766a5bView commit details
Commits on Apr 25, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 1ce9f5a - Browse repository at this point
Copy the full SHA 1ce9f5aView commit details -
Merge pull request #117 from Thomas-Smyth/master
Missing semi-colon in matrix.js
Configuration menu - View commit details
-
Copy full SHA for cc41638 - Browse repository at this point
Copy the full SHA cc41638View commit details
Commits on May 26, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 46d2371 - Browse repository at this point
Copy the full SHA 46d2371View commit details -
Merge pull request #120 from Fir3will/master
Added another Library reference
Configuration menu - View commit details
-
Copy full SHA for 8786538 - Browse repository at this point
Copy the full SHA 8786538View commit details
Commits on Jun 5, 2018
-
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
Configuration menu - View commit details
-
Copy full SHA for 8a96a38 - Browse repository at this point
Copy the full SHA 8a96a38View commit details
Commits on Jun 6, 2018
-
Merge pull request #121 from michezio/patch-1
modified constructor args to be self documenting
Configuration menu - View commit details
-
Copy full SHA for e961042 - Browse repository at this point
Copy the full SHA e961042View commit details
Commits on Mar 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 19115f1 - Browse repository at this point
Copy the full SHA 19115f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 567f59d - Browse repository at this point
Copy the full SHA 567f59dView commit details
Commits on Jun 27, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 3bac6a4 - Browse repository at this point
Copy the full SHA 3bac6a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 997bff9 - Browse repository at this point
Copy the full SHA 997bff9View commit details
Commits on Jul 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for fcd7459 - Browse repository at this point
Copy the full SHA fcd7459View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b629b6 - Browse repository at this point
Copy the full SHA 7b629b6View commit details
Commits on Jul 26, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c6c5d8f - Browse repository at this point
Copy the full SHA c6c5d8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7305892 - Browse repository at this point
Copy the full SHA 7305892View commit details
Commits on Oct 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 667aefc - Browse repository at this point
Copy the full SHA 667aefcView commit details -
Merge pull request #141 from savvysiddharth/master
Update README.md
Configuration menu - View commit details
-
Copy full SHA for f12105f - Browse repository at this point
Copy the full SHA f12105fView commit details
Commits on Feb 23, 2022
-
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.
Configuration menu - View commit details
-
Copy full SHA for 08df543 - Browse repository at this point
Copy the full SHA 08df543View commit details -
Merge pull request #160 from therealyubraj/master
Added my implementation of CNN
Configuration menu - View commit details
-
Copy full SHA for 10091b0 - Browse repository at this point
Copy the full SHA 10091b0View commit details
Commits on Jun 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 95b7b56 - Browse repository at this point
Copy the full SHA 95b7b56View commit details
Commits on Jun 22, 2022
-
Merge pull request #162 from Esser50K/master
fixes small typos in README.md
Configuration menu - View commit details
-
Copy full SHA for 79951ea - Browse repository at this point
Copy the full SHA 79951eaView commit details
Commits on Jul 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 05f68ae - Browse repository at this point
Copy the full SHA 05f68aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8729326 - Browse repository at this point
Copy the full SHA 8729326View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91aca06 - Browse repository at this point
Copy the full SHA 91aca06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3766a5c - Browse repository at this point
Copy the full SHA 3766a5cView commit details
Commits on Aug 16, 2022
-
Merge pull request #164 from mrdcvlsc/migrate-ci-to-gh-actions
Migrate ci to gh actions
Configuration menu - View commit details
-
Copy full SHA for 8c48c83 - Browse repository at this point
Copy the full SHA 8c48c83View commit details