Skip to content

Commit 0b606b9

Browse files
authored
Update README.md
1 parent dbb8ee1 commit 0b606b9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Essential codes for jump-starting machine learning/data science with Python
44
## Essential tutorial-type notebooks on Pandas and Numpy
55
* Jupyter notebooks covering a wide range of functions and operations on the topics of NumPy, Pandans, Seaborn, matplotlib etc.
66

7-
## Tutorial-type notebooks covering regression, classification, clustering, and some basic neural network algorithms
7+
## Tutorial-type notebooks covering regression, classification, clustering, dimensionality reduction, and some basic neural network algorithms
88

99
### Regression
1010
* Simple linear regression with t-statistic generation
@@ -27,6 +27,9 @@ Essential codes for jump-starting machine learning/data science with Python
2727
* Hierarchical clustering with Dendograms showing how to choose optimal number of clusters
2828
* DBSCAN (showing how it can generically detect areas of high density irrespective of cluster shapes, which the k-means fails to do)
2929

30+
### Dimensionality reduction
31+
* Principal component analysis
32+
3033
### Deep Learning/Neural Network
3134
* Demo notebook to illustrate the superiority of deep neural network for complex nonlinear function approximation task.
3235
* Step-by-step building of 1-hidden-layer and 2-hidden-layer dense network using basic TensorFlow methods

0 commit comments

Comments
 (0)