Skip to content

Commit 6cf207f

Browse files
authored
Updated with contents
1 parent aa58fca commit 6cf207f

1 file changed

Lines changed: 25 additions & 5 deletions

File tree

README.md

Lines changed: 25 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,30 @@
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

525
1. 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
727
3. 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

0 commit comments

Comments
 (0)