SoC VSR project
Things learned in the project so far:
- Taking Stock of Past Experience
- Learning/Revising Python
- Getting familiar with Version Control Systems(VCS) such as Git, as well as Github.
- Brush up on Terminal commands
- Implemented Principal Component Analysis on MNIST database.
- Completed few weeks of Andrew NG Course which included: Linear Regression, Logistic Regression and Neural Networks introduction.
- Understanding implementation of Linear and Logistic regression on Pytorch.
- Tried implementation of Neural Networks on Pytorch.
- Recognition of Hand-written digits using MNIST database.
- Started understanding the basiscs of Image Processing using Kernels.