Code and snippets learned over internet that' working
Knn-classifier
We applied two methods to tune hyperparameters:
- An exhaustive Grid Search
- A Randomized Search
Both of these hyperparameter tuning routines were then applied to the k-NN algorithm and the Kaggle Dogs vs. Cats dataset.
Neural Networks
Currently working simple neural networks written in python for :
- single layer multi range of hidden nodes
- Multi Layer customozable nodes.
Both present in neural Folder.