File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # python3_tutorial
2- Getting started tutorial for machine learning and deep neural networks with python 3
1+ <h2 >python3_tutorial</h2 >
32
3+ This repository will provide a way to learn python and Machine Learning through doing.
4+
5+ <h4 >Contents</h4 >
6+ <ol >
7+ <li >Setting up the Environment </li >
8+ <li >Input and Output</li >
9+ <li >Data Structures</li >
10+ <li >Control Statements</li >
11+ <li >Functions</li >
12+ <li >Class</li >
13+ <li >Class Inheritance</li >
14+ <li >Exception Handling</li >
15+ <li >Basic File Operations</li >
16+ <li >Into to Machine Learning</li >
17+ <li >Intro to Neural Networks</li >
18+ <li >Pandas</li >
19+ <li >Numpy</li >
20+ </ol >
21+
22+
23+ <h4 > How to use this repo</h4 >
424
5251 . Clone this repository
6- 2 . run each of the .ipynb by runing jupyter notebook
26+ 2 . run each of the .ipynb by running jupyter notebook
7273 . You can install jupyter notebook by
8- $ pip install jupyter
9- 4 . start the tutorial from one .ipynb and advance accordingly.
28+ $ pip install jupyter
29+ 4 . start the tutorial from 1_environment_setup .ipynb and advance accordingly.
1030
You can’t perform that action at this time.
0 commit comments