Skip to content

Latest commit

 

History

History
117 lines (85 loc) · 5.77 KB

README.md

File metadata and controls

117 lines (85 loc) · 5.77 KB

Resources

Week 0: Installation Guides

Python 3

Anaconda


Week 1: Getting Started Tutorials (Mandatory)

Git and GitHub

Markdown

Jupyter Notebooks

Python and its Libraries

Detailed Courses (Recommended)

Textual Resources

  • W3Schools - Sections on Python, NumPy, Pandas, Scikit-learn, and Matplotlib
  • GeeksforGeeks - Sections on Python, NumPy, Pandas, Scikit-learn, and Matplotlib

Video Resources

Session Link:

https://drive.google.com/file/d/1GWDBJ56N2etZZhQhrXXRs5LxGdjYxbXQ/view?usp=drivesdk

Assignment 1:

  • Complete 10-15 questions manipulating datasets and working with the libraries listed above.

Week 2: Machine Learning Problems - Regression and Classification

Regression

Classification

PyTorch Basics

Assignment 2:

  • Implement a PyTorch classifier on a basic dataset.

Week 3: Active Learning Methodologies

Active learning query strategies :

Research Papers on Query Strategies

Session Link:

https://drive.google.com/file/d/1GZkPR4OYiUP5eFaTbki-qPJabcsY-hH1/view?usp=drivesdk

Assignment 3:

  • Implement Active Learning using the query strategies discussed in the papers and evaluate the performance.