@@ -10,42 +10,51 @@ here <https://www.linkedin.com/in/tirthajyoti-sarkar-2127aa7>`__)
1010Requirements
1111------------
1212
13- - ** Python 3.5+ **
14- - ** NumPy (``$ pip install numpy``) **
15- - ** Pandas (``$ pip install pandas``) **
16- - ** Scikit-learn (``$ pip install scikit-learn``) **
17- - ** SciPy (``$ pip install scipy``) **
18- - ** Statsmodels (``$ pip install statsmodels``) **
19- - ** MatplotLib (``$ pip install matplotlib``) **
20- - ** Seaborn (``$ pip install seaborn``) **
21- - ** Sympy (``$ pip install sympy``) **
13+ - Python 3.5+
14+ - NumPy (``$ pip install numpy ``)
15+ - Pandas (``$ pip install pandas ``)
16+ - Scikit-learn (``$ pip install scikit-learn ``)
17+ - SciPy (``$ pip install scipy ``)
18+ - Statsmodels (``$ pip install statsmodels ``)
19+ - MatplotLib (``$ pip install matplotlib ``)
20+ - Seaborn (``$ pip install seaborn ``)
21+ - Sympy (``$ pip install sympy ``)
2222
2323--------------
2424
2525You can start with this article that I wrote in Heartbeat magazine (on
26- Medium platform): `“Some Essential Hacks and Tricks for Machine Learning
26+ Medium platform):
27+
28+ `“Some Essential Hacks and Tricks for Machine Learning
2729with
2830Python” <https://heartbeat.fritz.ai/some-essential-hacks-and-tricks-for-machine-learning-with-python-5478bc6593f2> `__
2931
32+ .. image :: https://cookieegroup.com/wp-content/uploads/2018/10/2-1.png"
33+
3034Essential tutorial-type notebooks on Pandas and Numpy
3135-----------------------------------------------------
3236
3337Jupyter notebooks covering a wide range of functions and operations on
3438the topics of NumPy, Pandans, Seaborn, matplotlib etc.
3539
36- - ** `Basics of Numpy
37- array <https://github.com/tirthajyoti/PythonMachineLearning/blob/master/Pandas%20and%20Numpy/Basics%20of%20Numpy%20arrays.ipynb>`__ **
40+ - `Basics of Numpy
41+ array <https://github.com/tirthajyoti/PythonMachineLearning/blob/master/Pandas%20and%20Numpy/Basics%20of%20Numpy%20arrays.ipynb> `__
3842
39- - ** `Basics of Pandas
40- DataFrame <https://github.com/tirthajyoti/PythonMachineLearning/blob/master/Pandas%20and%20Numpy/Basics%20of%20Pandas%20DataFrame.ipynb>`__ **
43+ - `Basics of Pandas
44+ DataFrame <https://github.com/tirthajyoti/PythonMachineLearning/blob/master/Pandas%20and%20Numpy/Basics%20of%20Pandas%20DataFrame.ipynb> `__
4145
42- - ** `Basics of Matplotlib and Descriptive
43- Statistics <https://github.com/tirthajyoti/PythonMachineLearning/blob/master/Pandas%20and%20Numpy/Basics%20of%20Matplotlib%20and%20Descriptive%20Statistics.ipynb>`__ **
46+ - `Basics of Matplotlib and Descriptive
47+ Statistics <https://github.com/tirthajyoti/PythonMachineLearning/blob/master/Pandas%20and%20Numpy/Basics%20of%20Matplotlib%20and%20Descriptive%20Statistics.ipynb> `__
4448
4549--------------
4650
4751Regression
4852----------
53+ .. image :: https://slideplayer.com/slide/6053182/20/images/10/Simple+Linear+Regression+Model.jpg
54+ :width: 200px
55+ :align: center
56+ :height: 100px
57+ :alt: alternate text
4958
5059- Simple linear regression with t-statistic generation
5160
@@ -73,13 +82,15 @@ Regression
7382Classification
7483--------------
7584
85+ .. image :: https://qph.fs.quoracdn.net/main-qimg-914b29e777e78b44b67246b66a4d6d71
86+
7687- Logistic regression/classification
7788
7889- *k *-nearest neighbor classification
7990- Decision trees and Random Forest Classification
80- - Support vector machine classification (** `check the article I wrote
91+ - Support vector machine classification (`check the article I wrote
8192 in Towards Data Science on SVM and sorting
82- algorithm <https://towardsdatascience.com/how-the-good-old-sorting-algorithm-helps-a-great-machine-learning-technique-9e744020254b>`__) **
93+ algorithm <https://towardsdatascience.com/how-the-good-old-sorting-algorithm-helps-a-great-machine-learning-technique-9e744020254b> `__)
8394
8495- Naive Bayes classification
8596
@@ -88,6 +99,8 @@ Classification
8899Clustering
89100----------
90101
102+ .. image :: https://i.ytimg.com/vi/IJt62uaZR-M/maxresdefault.jpg
103+
91104- *K *-means clustering
92105- Affinity propagation (showing its time complexity and the effect of
93106 damping factor)
@@ -103,6 +116,11 @@ Clustering
103116Dimensionality reduction
104117------------------------
105118
119+ .. image :: https://i.ytimg.com/vi/QP43Iy-QQWY/maxresdefault.jpg
120+ :width: 200px
121+ :align: center
122+ :height: 100px
123+
106124- Principal component analysis
107125
108126--------------
@@ -166,4 +184,4 @@ See my articles on Medium on this topic.
166184.. |GitHub forks | image :: https://img.shields.io/github/forks/tirthajyoti/Machine-Learning-with-Python.svg
167185 :target: https://github.com/tirthajyoti/Machine-Learning-with-Python/network
168186.. |GitHub stars | image :: https://img.shields.io/github/stars/tirthajyoti/Machine-Learning-with-Python.svg
169- :target: https://github.com/tirthajyoti/Machine-Learning-with-Python/stargazers
187+ :target: https://github.com/tirthajyoti/Machine-Learning-with-Python/stargazers
0 commit comments