Skip to content
Suyash Damle edited this page May 2, 2018 · 6 revisions

Deep Learning Projects


   

About this Repo:

  • 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

 

Here are the models / applications done so far:

  • 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

Clone this wiki locally