-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Suyash Damle edited this page May 2, 2018
·
6 revisions
- All projects here are coded in python and most involve TensorFlow
- Most of them are coded in as generic a way as possible, to allow easy change of parameters and experiment with the models
- A few involve coding of neural nets right FROM SCRATCH
- Sufficient explanation is provided in the code itself and the subsequent Wiki pages - corresponding to each code
- Artificial Neural Net for text classification task - ANN built from scratch - WIki Page.
- ANN for handwritten digit classification - also done from scratch - modified the previous architecture -Wiki Page
- ANN for handwritten digit classification using TensorFlow - Wiki Page