Thanks to visit codestin.com
Credit goes to github.com

Skip to content

alaha999/MLPhyCourse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ML Course IISER Pune

Installing packages

We need python,numpy,matplotlib,tensorflow,keras, and scikit-learn for this course.

NB: Please make sure you have these libraries working in your system. If not, make sure you come to Wednesday's tutorial session, and we will help you with the installation! But this comes with a free joke,

Recommended Workflow

Use the conda distribution to streamline your workflow and get rid of frequent anxiety attacks due to package dependency errors, etc. The steps are the following,

  1. Install conda: conda documentation [ You can use miniconda or mamba whatever you like]
  2. Make a conda environment: Managing environments (say the name is ml_course)
  3. Activate the conda environment: conda activate ml_course
  4. Then inside this environment, install the packages: conda install <package-name>

Note: Each time you want to work, you activate the environment and proceed. Installing packages is only for once.

Summary of the topics covered

Week Materials
Week 1 - Python basics, matplotlib, numpy, pandas dataframe, etc.
- Lectures on neural networks (overview and maths)
Week 2 - Regression using DNN in the context of projectile motion: Lectures and hands-on session
Week 3 - Classification using DNN in the context of projectile motion: Lectures and hands-on session
Week 4 - Assignments: WZ vs ZZ classification (LHC problem) and Gravitation Wave related classification (LIGO)
Week 5 - Convolutional neural network (CNN): Lectures and hands-on session (Low Pt vs High Pt track)
Week 6 - Unsupervised ML and Dimension reduction techniques
Week 7 - Generative Adversarial Networks (GAN)
Week 8 - Guest Lectures: Anomaly detection in the finance sector and Quantum ML

Author: Contact Arnab Laha ([email protected]) for any details. Or visit office A-365, Main Building Second Floor.

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •