Contains Assignments and practice notebooks implemented in PyTorch and TensorFlow.The work was completed in summer 2020 under the PClub Project "Introduction to ANN" which was loosely based on "Deep learning with Andrew Ng"
This mainly covers:
- Single layer neural networks
- linear regression models
- pyTorch Tutorials
- DNN
- CNN
- Recurrence neural networks ( A small portion of NLP is implemented)
Implement and visualize basics algorithm using only python and libraries such as numpy and matplotlib. The aim is to understand the mathematics that gives the power Machine learning/ Deep learning has and how it acheives that ( Rather a tough task ).
Content :
- Principal Component Analysis
This will contain the notebooks implemented for various hackathons/workshop i participate in :
- PClub hackathon : Simple Transfer Learning model
- Khanan_datagenix_hackathon : A simple ml problem with 6 input feature and one output feature.