This repository will contain both code and additional links to code / reading material refrences for Machine-Learning-with-Python - Machine-Learning-with-Python
- 1 PyTorch-SimpleNet
- 1.1-PyTorch-Layers-Conv2d-Architecture
- 1.2-PyTorch-transforms.Compose
- 1.3-PyTorch-freezingLayers-torch.no_grad()
- [2]
Diffusers - Text to Image
- 2.1-Create-own-pipeline
- [3]
detectron2 from Facebook AI Research- for Object Detection
- 3.1-detectron2 from FAIR
- 3.2-kaggle_sartorius-cell-instance-segmentation 3.2-kaggle_sartorius-YOuTube-Explainer
- [1]
Active Learning - mostly Lightly
- testing Lightly
- 1.1-Lightly Active Learning -YouTube
- 1.2-Lightly Active Learning-SimSiam -YouTube
- 1.3-Lightly Active Learning- -YouTube
- 1.4-FeatureExtraction-Resnet50
-
[1]
Python-3 basics , data transforms etc.
-
[2]
Download and Preprocess various kinds of Data
-
[3]
Visualizations of Data for EDA and others
-
[3.4-statsmodels] -- TODO
-
[3.5-matplotlib-TimeSeries-Plots] -- TODO
-
[1]
Software Development - Data Focused App Development
-
Django-wsgi - https://github.com/RohitDhankar/digitalCognition/blob/master/dc_dash_proj/wsgi.py
-
[] -- TODO
-
[2]
Tornado - async framework
-
[2.1-Tornado] (https://github.com/RohitDhankar/Machine-Learning-with-Python_ML_Py/tree/master/dev_tornado)
Whats ML ? Why Python ? some bits of theory before the Code :)
Quick intro to - Numpy , Pandas , MatplotLib , Bokeh , Seaborn and SciKitLearn.
-
Introduction to Regression - Theory and Excel workbook examples
Regression in Python - the very basics .
Case Study -1 - Linear Regression within Python
Choosing "the Best" Regression Model.
-
Classification Tasks - the k-Nearest Neighbour
Related case study and examples .
Questions and Answers.
- Decision Trees from Scratch - Source - Book - Programming Collective Intelligence.
Related case study and examples .
Questions and Answers.
-
Logistic Regression with Python. -
from sklearn.linear_model import LogisticRegression
-
Gradient Boosting Classifier -
-
Random Forest Classifer -
Related case study and examples .
- Using the Titanic - Kaggle Data Set -will build this Classification problem with using sample code from Own Kaggle attempt.
Questions and Answers.
- k-Means clustering with Python.
Related case study and examples .
Questions and Answers.
-
Visualizing data with Python.
Intermediate - MatPlotLib ,Bokeh Seaborn and JavaScript Lib - D3.js.
Related case study and examples .
Hands on Exercises - Questions and Answers.
-
Intro to NLP [ Natural Language Processing ] - NLTK
Web Scraping - Beautiful Soup - BS4 , stack
Related case study and examples :-
- The internal workings of a Basic Chat Bot - ELISA Code and functionality.
- Creating your own Facebook Messenger (WebHook) ChatBot and hosting the same on Heroku - https://github.com/RohitDhankar/Heroku_Django_ChatBot_FacebookMessenger
Hands on Exercises - Questions and Answers.
ScikitLearn - Installation - After installing ANACONDA - pip install -U scikit-learn
Scikitlearn -Model Selection etc
Numpy - Basics Official Tutorial
Installing -for LINUX and Mac - Numpy + Scipy Stack
Installing -for Windows - Numpy + Scipy Stack
Pandas - Basics Official Tutorial
Seaborn - Seaborn is a Python visualization library based on matplotlib