Objective of the repository is to learn and build machine learning models using Pytorch. 30DaysofML Using Pytorch

Overview

MLWithPyTorch

30 Days Of Machine Learning Using Pytorch

Objective of the repository is to learn and build machine learning models using Pytorch.

List of Algorithms Covered

๐Ÿ“Œ Day 1 - Linear Regression
๐Ÿ“Œ Day 2 - Logistic Regression
๐Ÿ“Œ Day 3 - Decision Tree
๐Ÿ“Œ Day 4 - KMeans Clustering
๐Ÿ“Œ Day 5 - Naive Bayes
๐Ÿ“Œ Day 6 - K Nearest Neighbour (KNN)
๐Ÿ“Œ Day 7 - Support Vector Machine
๐Ÿ“Œ Day 8 - Tf-Idf Model
๐Ÿ“Œ Day 9 - Principal Components Analysis
๐Ÿ“Œ Day 10 - Lasso and Ridge Regression
๐Ÿ“Œ Day 11 - Gaussian Mixture Model
๐Ÿ“Œ Day 12 - Linear Discriminant Analysis
๐Ÿ“Œ Day 13 - Adaboost Algorithm
๐Ÿ“Œ Day 14 - DBScan Clustering
๐Ÿ“Œ Day 15 - Multi-Class LDA
๐Ÿ“Œ Day 16 - Bayesian Regression
๐Ÿ“Œ Day 17 - K-Medoids
๐Ÿ“Œ Day 18 - TSNE
๐Ÿ“Œ Day 19 - ElasticNet Regression
๐Ÿ“Œ Day 20 - Spectral Clustering
๐Ÿ“Œ Day 21 - Latent Dirichlet
๐Ÿ“Œ Day 22 - Affinity Propagation
๐Ÿ“Œ Day 23 - Gradient Descent Algorithm
๐Ÿ“Œ Day 24 - Regularization Techniques
๐Ÿ“Œ Day 25 - RANSAC Algorithm
๐Ÿ“Œ Day 26 - Normalizations
๐Ÿ“Œ Day 27 - Multi-Layer Perceptron
๐Ÿ“Œ Day 28 - Activations

Let me know if there is any correction. Feedback is welcomed.

References

  • Sklearn Library
  • ML-Glossary
  • ML From Scratch (Github)
Owner
Mayur
Waiting for Robot Uprising !
Mayur
TraND: Transferable Neighborhood Discovery for Unsupervised Cross-domain Gait Recognition.

TraND This is the code for the paper "Jinkai Zheng, Xinchen Liu, Chenggang Yan, Jiyong Zhang, Wu Liu, Xiaoping Zhang and Tao Mei: TraND: Transferable

Jinkai Zheng 32 Apr 04, 2022
Implementation of Neural Style Transfer in Pytorch

PytorchNeuralStyleTransfer Code to run Neural Style Transfer from our paper Image Style Transfer Using Convolutional Neural Networks. Also includes co

Leon Gatys 396 Dec 01, 2022
Using Random Effects to Account for High-Cardinality Categorical Features and Repeated Measures in Deep Neural Networks

LMMNN Using Random Effects to Account for High-Cardinality Categorical Features and Repeated Measures in Deep Neural Networks This is the working dire

Giora Simchoni 10 Nov 02, 2022
Bachelor's Thesis in Computer Science: Privacy-Preserving Federated Learning Applied to Decentralized Data

federated is the source code for the Bachelor's Thesis Privacy-Preserving Federated Learning Applied to Decentralized Data (Spring 2021, NTNU) Federat

Dilawar Mahmood 25 Nov 30, 2022
Some pvbatch (paraview) scripts for postprocessing OpenFOAM data

pvbatchForFoam Some pvbatch (paraview) scripts for postprocessing OpenFOAM data For every script there is a help message available: pvbatch pv_state_s

Morev Ilya 2 Oct 26, 2022
A PyTorch implementation for our paper "Dual Contrastive Learning: Text Classification via Label-Aware Data Augmentation".

Dual-Contrastive-Learning A PyTorch implementation for our paper "Dual Contrastive Learning: Text Classification via Label-Aware Data Augmentation". Y

hoshi-hiyouga 85 Dec 26, 2022
ไธ€ไบ›็ปๅ…ธ็š„CTR็ฎ—ๆณ•็š„ๅค็Žฐ; LR, FM, FFM, AFM, DeepFM๏ผŒxDeepFM, PNN, DCN, DCNv2, DIFM, AutoInt, FiBiNet,AFN,ONN,DIN, DIEN ... ๏ผˆpytorch, tf2.0๏ผ‰

CTR Algorithm ๆ นๆฎ่ฎบๆ–‡, ๅšๅฎข, ็ŸฅไนŽ็ญ‰ๆ–นๅผๅญฆไน ไธ€ไบ›CTR็›ธๅ…ณ็š„็ฎ—ๆณ• ็†่งฃๅŽŸ็†ๅนถ่‡ชๅทฑๅŠจๆ‰‹ๆฅๅฎž็Žฐไธ€้ pytorch & tf2.0 ไฟๆŒไธ€้ข—ๅญฆๅพ’็š„ๅฟƒ๏ผ Schedule Model pytorch tensorflow2.0 paper LR โœ”๏ธ โœ”๏ธ \ FM โœ”๏ธ โœ”๏ธ Fac

luo han 149 Dec 20, 2022
Official implementation of the paper "Light Field Networks: Neural Scene Representations with Single-Evaluation Rendering"

Light Field Networks Project Page | Paper | Data | Pretrained Models Vincent Sitzmann*, Semon Rezchikov*, William Freeman, Joshua Tenenbaum, Frรฉdo Dur

Vincent Sitzmann 130 Dec 29, 2022
Python Assignments for the Deep Learning lectures by Andrew NG on coursera with complete submission for grading capability.

Python Assignments for the Deep Learning lectures by Andrew NG on coursera with complete submission for grading capability.

Utkarsh Agiwal 1 Feb 03, 2022
PyTorch Implementation of Vector Quantized Variational AutoEncoders.

Pytorch implementation of VQVAE. This paper combines 2 tricks: Vector Quantization (check out this amazing blog for better understanding.) Straight-Th

Vrushank Changawala 2 Oct 06, 2021
PyTorch implementation of a Real-ESRGAN model trained on custom dataset

Real-ESRGAN PyTorch implementation of a Real-ESRGAN model trained on custom dataset. This model shows better results on faces compared to the original

Sber AI 160 Jan 04, 2023
D-NeRF: Neural Radiance Fields for Dynamic Scenes

D-NeRF: Neural Radiance Fields for Dynamic Scenes [Project] [Paper] D-NeRF is a method for synthesizing novel views, at an arbitrary point in time, of

Albert Pumarola 291 Jan 02, 2023
Image Super-Resolution by Neural Texture Transfer

SRNTT: Image Super-Resolution by Neural Texture Transfer Tensorflow implementation of the paper Image Super-Resolution by Neural Texture Transfer acce

Zhifei Zhang 413 Nov 30, 2022
A simple code to convert image format and channel as well as resizing and renaming multiple images.

Rename-Resize-and-convert-multiple-images A simple code to convert image format and channel as well as resizing and renaming multiple images. This cod

Happy N. Monday 3 Feb 15, 2022
Simple Python project using Opencv and datetime package to recognise faces and log attendance data in a csv file.

Attendance-System-based-on-Facial-recognition-Attendance-data-stored-in-csv-file- Simple Python project using Opencv and datetime package to recognise

3 Aug 09, 2022
Pynomial - a lightweight python library for implementing the many confidence intervals for the risk parameter of a binomial model

Pynomial - a lightweight python library for implementing the many confidence intervals for the risk parameter of a binomial model

Demetri Pananos 9 Oct 04, 2022
Molecular AutoEncoder in PyTorch

MolEncoder Molecular AutoEncoder in PyTorch Install $ git clone https://github.com/cxhernandez/molencoder.git && cd molencoder $ python setup.py insta

Carlos Hernรกndez 80 Dec 05, 2022
Embracing Single Stride 3D Object Detector with Sparse Transformer

SST: Single-stride Sparse Transformer This is the official implementation of paper: Embracing Single Stride 3D Object Detector with Sparse Transformer

TuSimple 385 Dec 28, 2022
Main Results on ImageNet with Pretrained Models

This repository contains Pytorch evaluation code, training code and pretrained models for the following projects: SPACH (A Battle of Network Structure

Microsoft 151 Dec 14, 2022
Code for "ShineOn: Illuminating Design Choices for Practical Video-based Virtual Clothing Try-on", accepted at WACV 2021 Generation of Human Behavior Workshop.

ShineOn: Illuminating Design Choices for Practical Video-based Virtual Clothing Try-on [ Paper ] [ Project Page ] This repository contains the code fo

Andrew Jong 97 Dec 13, 2022