An open API service indexing awesome lists of open source software.

https://github.com/krshrimali/deep-learning-on-the-weekends

Some ideas and work on weekends (and some times on the week days as well *winks*)
https://github.com/krshrimali/deep-learning-on-the-weekends

computer-vision deep-learning keras-models p5js projects pytorch tutorial

Last synced: 7 months ago
JSON representation

Some ideas and work on weekends (and some times on the week days as well *winks*)

Awesome Lists containing this project

README

          

# Neural-Networks using P5 JS
Inspired by Daniel Shiffman's The Nature of Code Tutorials. This is my work on it.

**Repo referenced :** http://github.com/shiffman/The-Nature-of-Code-Examples-p5.js

**Points to be noted:**

1) This work is more than just inspired by Daniel. He has made significant contributions to the Open Source Society and Processing Foundation. All credits to Daniel.

2) The code might just completely match OR "not match" (if I plan to do some changes, significant I mean.)

3) It's not for someone's learning as of now. It's an open sourced work of mine, which I intend to on my week-ends (the week days work are in other repos, mainly of Computer Vision and Deep Learning).

4) For ease, I'll put the things I've changed in a log file in the specific folder. **File name : changelog.txt**

# Deep Learning
Covered by now: Recurrent Neural Networks.

Coming-up: LSTMs, GRUs and their practical applications.