@@ -8,7 +8,7 @@ here <https://www.linkedin.com/in/tirthajyoti-sarkar-2127aa7>`__)
88--------------
99
1010Requirements
11- ------------
11+ ===============
1212
1313- Python 3.5+
1414- NumPy (``$ pip install numpy ``)
3030Python” <https://heartbeat.fritz.ai/some-essential-hacks-and-tricks-for-machine-learning-with-python-5478bc6593f2> `__
3131
3232.. image :: https://cookieegroup.com/wp-content/uploads/2018/10/2-1.png"
33+ :width: 500px
34+ :align: center
35+ :height: 400px
36+ :alt: alternate text
3337
3438Essential tutorial-type notebooks on Pandas and Numpy
35- -----------------------------------------------------
39+ =======================================================
3640
3741Jupyter notebooks covering a wide range of functions and operations on
3842the topics of NumPy, Pandans, Seaborn, matplotlib etc.
@@ -49,7 +53,7 @@ the topics of NumPy, Pandans, Seaborn, matplotlib etc.
4953--------------
5054
5155Regression
52- ----------
56+ ===============
5357.. image :: https://slideplayer.com/slide/6053182/20/images/10/Simple+Linear+Regression+Model.jpg
5458 :width: 400px
5559 :align: center
@@ -80,7 +84,7 @@ Regression
8084--------------
8185
8286Classification
83- --------------
87+ ===============
8488
8589.. image :: https://qph.fs.quoracdn.net/main-qimg-914b29e777e78b44b67246b66a4d6d71
8690 :width: 400px
@@ -101,7 +105,7 @@ Classification
101105--------------
102106
103107Clustering
104- ----------
108+ ===============
105109
106110.. image :: https://i.ytimg.com/vi/IJt62uaZR-M/maxresdefault.jpg
107111 :width: 400px
@@ -122,7 +126,7 @@ Clustering
122126--------------
123127
124128Dimensionality reduction
125- ------------------------
129+ ===========================
126130
127131.. image :: https://i.ytimg.com/vi/QP43Iy-QQWY/maxresdefault.jpg
128132 :width: 400px
@@ -146,7 +150,7 @@ Deep Learning/Neural Network
146150--------------
147151
148152Random data generation using symbolic expressions
149- -------------------------------------------------
153+ ======================================================
150154
151155- How to use `Sympy package <https://www.sympy.org/en/index.html >`__ to
152156 generate random datasets using symbolic mathematical expressions.
@@ -158,7 +162,7 @@ Random data generation using symbolic expressions
158162--------------
159163
160164Simple deployment examples (serving ML models on web API)
161- ---------------------------------------------------------
165+ ============================================================
162166
163167- `Serving a linear regression model through a simple HTTP server
164168 interface <https://github.com/tirthajyoti/Machine-Learning-with-Python/tree/master/Deployment/Linear_regression> `__.
@@ -174,7 +178,7 @@ Simple deployment examples (serving ML models on web API)
174178--------------
175179
176180Object-oriented programming with machine learning
177- -------------------------------------------------
181+ ======================================================
178182
179183Implementing some of the core OOP principles in a machine learning
180184context by `building your own Scikit-learn-like estimator, and making it
0 commit comments