Skip to content

Commit bd53d24

Browse files
authored
Update README.md
1 parent cad121e commit bd53d24

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Python Machine Learning Notebooks
22
Essential codes for jump-starting machine learning/data science with Python
3+
34
### Essential tutorial-type notebooks on Pandas and Numpy
45
* Jupyter notebooks covering a wide range of functions and operations on the topics of NumPy, Pandans, Seaborn, matplotlib etc.
56

@@ -14,7 +15,7 @@ Essential codes for jump-starting machine learning/data science with Python
1415
* Support vector machine classification
1516
* _K_-means clustering
1617

17-
### Function approximation by linear model and Deep Learning
18+
### Function approximation by linear model and Deep Learning method
1819
* Demo notebook to illustrate the superiority of deep neural network for complex nonlinear function approximation task.
1920
* Step-by-step building of 1-hidden-layer and 2-hidden-layer dense network using basic TensorFlow methods
2021

0 commit comments

Comments
 (0)