File tree 4 files changed +30
-1
lines changed
4 files changed +30
-1
lines changed Original file line number Diff line number Diff line change @@ -87,6 +87,10 @@ <h2>Timeline</h2>
87
87
< th > Topic</ th >
88
88
< th > Date</ th >
89
89
</ tr >
90
+ < tr >
91
+ < td > Gradient Descent</ td >
92
+ < td > July 18th, 2022</ td >
93
+ </ tr >
90
94
< tr >
91
95
< td > Firefly Synchronization</ td >
92
96
< td > June 30th, 2022</ td >
@@ -277,7 +281,6 @@ <h2>Planned Topics</h2>
277
281
< li > Orbits (basically, shooting balls out of a cannon at different altitudes and velocities)</ li >
278
282
< li > SIR Model of Pandemic spread</ li >
279
283
< li > Boltzmann Distribution in a randomized exchange lattice</ li >
280
- < li > Working of Gradient Descent Algorithm</ li >
281
284
< li > Solve Travelling Salesman using Genetic ALgorithm, Simulated Annealing and Ant-Colony Optimization</ li >
282
285
< li > Raycasting</ li >
283
286
</ ol >
Original file line number Diff line number Diff line change @@ -211,6 +211,32 @@ <h2 style="margin:0">Game of Life</h2>
211
211
< hr >
212
212
< br >
213
213
214
+ < div class ="row ">
215
+ < div class ="col s12 l5 ">
216
+ < img class ="responsive-img " src ="images_webp/gradient_descent.webp " alt ="gradient descent ">
217
+ </ div >
218
+ < div class ="col s12 l7 ">
219
+ < h2 style ="margin:0 "> Gradient Descent</ h2 >
220
+ < center >
221
+ < span > #computer-science #machine-learning</ span >
222
+ </ center >
223
+ < p class ="flow-text ">
224
+ The Gradient Descent algorithm is the powerhouse of machine learning. Regression models as well
225
+ as neural networks use this algorithm to optimize their working according to the training
226
+ examples. Experience it first-hand!
227
+ </ p >
228
+ < center >
229
+ < a href ="gradient_descent/simulation.html ">
230
+ < button class ="btn purple darken-4 "> Visit</ button >
231
+ </ a >
232
+ </ center >
233
+ </ div >
234
+ </ div >
235
+
236
+ < br >
237
+ < hr >
238
+ < br >
239
+
214
240
< div class ="row ">
215
241
< div class ="col s12 l5 ">
216
242
< img class ="responsive-img " src ="images_webp/mandelbrot_fractal.webp " alt ="mandelbrot fractal ">
You can’t perform that action at this time.
0 commit comments