This is a personal project repository. Created mainly to learn interesting skills.
- 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.
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.