gmendozah / intro-to-machine-learning-with-pytorch

This repo helps keep track about exercises, jupyter notebooks and datasets on the introduction to machine learning (pytorch) udacity nanodegree program.

Home Page:https://www.udacity.com/course/intro-to-machine-learning-nanodegree--nd229

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Machine Learning - Introduction Nanodegree Program

IMLND is a repo in which keeps track of the progress of the introduction to mahcine learning using pytorch offred by Udacity.

Table of Contents

1. Introduction to Machine Learning

2. Supervised Learning

3. Deep Learning

4. Unsupervised Learning

5. Installation

6. Run

7. Program Certificate

8. License

This section discusses the topic of What is Machine Learning?

Linear Regression.

Perceptron Algorithm.

Decision Trees.

Naive Bayes.

Support Vector Machines.

Ensemble Methods.

Model Evaluation Metrics.

Training and Tuning.

Introduction to Neural Networks.

Implementing Gradient Descent.

Training Neural Networks.

Deep Learning with PyTorch.

Clustering.

Hierarchical and Density Based Clustering.

Gaussian Mixture Models and Cluster Validation.

Dimensionality Reduction and PCA.

Random Projection and ICA.

This project requires Python 3.6.0 and the following Python libraries installed:

In a terminal or command window, navigate to the top-level project directory intro-to-machine-learning-with-pytorch/ (that contains this README) and run the following command:

jupyter notebook <your_archive>.ipynb

on any Jupyter Notebook. This will open the iPython Notebook software and project file in your browser.

Each project will be committed in the projects/ folder.

Verify here

This project uses the MIT License.

About

This repo helps keep track about exercises, jupyter notebooks and datasets on the introduction to machine learning (pytorch) udacity nanodegree program.

https://www.udacity.com/course/intro-to-machine-learning-nanodegree--nd229

License:MIT License


Languages

Language:Jupyter Notebook 78.9%Language:HTML 20.6%Language:Python 0.4%