All training and testing data for Neural Networks is available in my Google Drive
- Feed Forward Neural Net wiht NumPy from scratch, replicating PyTorch Layer architecture. Used for non-linear multidimensional regression
- Naive Bayes with NumPy
- Linear Regression with NumpPy
- SVM with NumPy
- Advancing Pandas skills, data cleaning and running different regression algorithms
- Sentimental analysis with Tensorlow and word2vec
- Dice recognition with Tensorflow CNN