All Projects → vrishank97 → Introduction To Machine Learning

vrishank97 / Introduction To Machine Learning

Introductory Course on Machine Learning in Python

Projects that are alternatives of or similar to Introduction To Machine Learning

Mish
Official Repsoitory for "Mish: A Self Regularized Non-Monotonic Neural Activation Function" [BMVC 2020]
Stars: ✭ 1,072 (+1849.09%)
Mutual labels:  jupyter-notebook
Blog
Read and Write
Stars: ✭ 54 (-1.82%)
Mutual labels:  jupyter-notebook
Graph Pointer Network
Stars: ✭ 55 (+0%)
Mutual labels:  jupyter-notebook
Pythondataanalysis
The data and code that used in my book.
Stars: ✭ 54 (-1.82%)
Mutual labels:  jupyter-notebook
Very Deep Convolutional Networks For Natural Language Processing In Tensorflow
implement the paper" Very Deep Convolutional Networks for Natural Language Processing"(https://arxiv.org/abs/1606.01781 ) in tensorflow
Stars: ✭ 54 (-1.82%)
Mutual labels:  jupyter-notebook
Github Paper
Plos in Computational Biology paper related with github for researchers, code, source and document
Stars: ✭ 54 (-1.82%)
Mutual labels:  jupyter-notebook
Ct lung segmentation
Robust segmentation of lung and airway in CT scans
Stars: ✭ 54 (-1.82%)
Mutual labels:  jupyter-notebook
Deepfly3d
Motion capture (markerless 3D pose estimation) pipeline and helper GUI for tethered Drosophila.
Stars: ✭ 55 (+0%)
Mutual labels:  jupyter-notebook
Modernai
Materials for Modern AI Course / Cloud Day 2.0
Stars: ✭ 54 (-1.82%)
Mutual labels:  jupyter-notebook
Vietnamese Electra
Electra pre-trained model using Vietnamese corpus
Stars: ✭ 55 (+0%)
Mutual labels:  jupyter-notebook
Telepyth
Telegram notification with IPython magics.
Stars: ✭ 54 (-1.82%)
Mutual labels:  jupyter-notebook
Pythonprojects
A Portfolio of Python Projects
Stars: ✭ 54 (-1.82%)
Mutual labels:  jupyter-notebook
Whitehat
Information about my experiences on ethical hacking 💀
Stars: ✭ 54 (-1.82%)
Mutual labels:  jupyter-notebook
Deep3d
Automatic 2D-to-3D Video Conversion with CNNs
Stars: ✭ 1,075 (+1854.55%)
Mutual labels:  jupyter-notebook
Da detection
Progressive Domain Adaptation for Object Detection
Stars: ✭ 55 (+0%)
Mutual labels:  jupyter-notebook
Reducingbias
Stars: ✭ 54 (-1.82%)
Mutual labels:  jupyter-notebook
Emotion Detector
A python code to detect emotions from text
Stars: ✭ 54 (-1.82%)
Mutual labels:  jupyter-notebook
Ctr model zoo
some ctr model, implemented by PyTorch, such as Factorization Machines, Field-aware Factorization Machines, DeepFM, xDeepFM, Deep Interest Network
Stars: ✭ 55 (+0%)
Mutual labels:  jupyter-notebook
Mmdetection object detection demo
How to train an object detection model with mmdetection
Stars: ✭ 55 (+0%)
Mutual labels:  jupyter-notebook
Ipython Notebooks
Some iPython Notebooks I have created for personal learning
Stars: ✭ 54 (-1.82%)
Mutual labels:  jupyter-notebook

Introduction to Machine Learning in Python

Course Structure

Module 1 - Getting Familiar with Numpy

Module 2 - Linear Regression

Module 3 - Logistic Regression

Module 4 - Neural Networks : Representation and Forward pass

Moudle 5 - Neural Networks : Learning and Backpropagation (Coming Soon!!)

Setup

  1. Install Anaconda for Python3 from https://www.anaconda.com/download/
  2. Install Git https://www.atlassian.com/git/tutorials/install-git
  3. Clone/Download this repository
  4. How Jupyter notebook works! http://cs231n.github.io/ipython-tutorial/?fbclid=IwAR2ZhC3strNko9CmKJdskF4tt4ERMNviWVoj4wr9pBsQ3dsfJrxK1JF5UDc
  5. Launch the Jupter Notebook in the Module 1 sub-directory
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].