An open API service indexing awesome lists of open source software.

https://github.com/syamkakarla98/machine_learning_course

This course covers the explanation and examples on supervised and unsupervised algorithms.
https://github.com/syamkakarla98/machine_learning_course

algorithm hacktoberfest hacktoberfest2019 jupyter-notebook machine-learning matplotlib neural-network numpy pandas python python3 scikit-learn scipy seaborn supervised-machine-learning tensorflow tutorial unsupervised-machine-learning

Last synced: 2 months ago
JSON representation

This course covers the explanation and examples on supervised and unsupervised algorithms.

Awesome Lists containing this project

README

        

# Machine Learning Course

![Machine Learning](https://img.shields.io/badge/Course-Machine%20learning-brightgreen.svg)
![Python](https://img.shields.io/badge/Python-3.6-red.svg)
![MIT](https://img.shields.io/badge/license-MIT-blue.svg)
![Size](https://img.shields.io/github/repo-size/syamkakarla98/Machine_Learning_Course.svg?color=ff69b4)
![Contributors](https://img.shields.io/github/contributors/syamkakarla98/Machine_Learning_Course.svg?color=yellow)

## Overview
This repository holds the contents of machine learning course. This course helps you to gain the basic and sound knowlege in machine learning domian. It is an one stop to all machine learning concepts where every algorithm is explained with examples, sample codes in jupiter notebook. At the end of the course you will be able to build a real time application in Machine Learning domain.

## What is Machine Learning?
> Machine learning is the scientific study of algorithms and statistical models that computer systems use in order to perform a specific task effectively without using explicit instructions, relying on patterns and inference instead. It is seen as a subset of artificial intelligence.

## What will I learn from this course?
* How to apply Supervised and Unsupervised algorithms for different applications.
* Hands on Experience on Machine learning Algorithms.
* Developing a real time applications in Machine Learning domain.


## Prerequisites

The things that you must have a decent knowledge on:
```
1. Python
2. Linear Algebra
3. Machine Learning Terminology
```

## Dependendicies
```
python 3.6.x
```

## Installation

* Clone this repository:
``` bash
git clone https://github.com/syamkakarla98/Machine_Learning_Course.git
```

* Or click here to download this repository: [Click Here](https://github.com/syamkakarla98/Machine_Learning_Course/archive/master.zip)

* Goto Machine_Learning_Course folder:
``` bash
cd Machine_Learning_Course
```

* This project is fully based on python. So, the necessary modules needed for computaion are placed in setup.py:
``` bash
pip install -r setup.txt
```
## How to use
* Go to the directory and use below command to access the jupyter notebooks.
```bash
jupyter notebook
```

## Authors

* [**Syam Kakarla**](https://github.com/syamkakarla98)
* [**Chandu Siddartha**](https://github.com/siddartha19)

## License

This project is licensed under the MIT License - see the [LICENSE.md](https://github.com/syamkakarla98/Machine_Learning_Course/blob/master/LICENSE.md) file for details.