Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 810 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 810 Bytes

reSkilling

This is a personal project repository. Created mainly to learn interesting skills.

Folders:

  • nn_implemetation = contains a script to create a NN from scratch in Python and another script to create the same NN using the Theano package
  • rnn_example = contains my first attempt to create a Recurrent Neural Network for automated text generation.
  • ML = contains my solutions to exercises from the Machine Learning course from coursera.
  • deeplearning.ai = contains my solutions to exercises from the series of courses with same name from coursera.
Discalimer:

Some of the codes might originally belong to other authors. If that is the case, I have (partially or totally) modified them -for submitting HWs, to get a better insight from how they work and to play around with them.