Skip to content

Latest commit

 

History

History
executable file
·
24 lines (19 loc) · 1.05 KB

README.md

File metadata and controls

executable file
·
24 lines (19 loc) · 1.05 KB

Deep Learning

Introduction_2_ANN

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)

Mathemetics-of-dl

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

Hackathon_and_workshops

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.