Skip to content

Commit 5447c7e

Browse files
authored
Merge pull request #1574 from sanskaryo/add-gen-ai-#1410
Enhance Documentation for Machine Learning Resources and Integrate Generative AI Content (Fixes #1410)
2 parents 4ba1b0e + b6a77bd commit 5447c7e

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ If later found out, the points will be deducted. You can't be earning more than
4242
- [Fundamentals of Programming Language](#fundamentals-of-programming-language)
4343
- [Modules](#moduleslibraries)
4444
- [Introduction to Machine Learning](#introduction-to-machine-learning)
45+
- [Machine Learning Specialization](#machine-learning-specialization)
4546
- [Types of Machine Learning](#types-of-machine-learning)
4647
- [Steps involved for Machine Learning](#steps-involved-for-machine-learning)
4748
- [Data Collection](#data-collection)
@@ -185,6 +186,8 @@ Through these stages, the machine learning workflow provides a systematic approa
185186
<li><strong>Explainable AI (XAI):</strong> Enhancing model transparency and interpretability.</li>
186187
<li><strong>Federated Learning:</strong> Training models collaboratively across devices without data exchange.</li>
187188
<li><strong>AI Ethics and Fairness:</strong> Focus on ethical AI development and minimizing biases.</li>
189+
<li><strong>Generative AI:</strong> Technologies that create new content (text, images, music) using models like GANs, VAEs, and diffusion models.</li>
190+
<li><strong>Large Language Models (LLMs):</strong> Models like GPT and BERT that excel in natural language processing and support applications like chatbots and content generation.</li> </ul>
188191
</ul>
189192

190193
</details>
@@ -311,6 +314,10 @@ Through these stages, the machine learning workflow provides a systematic approa
311314
<td><a href="https://www.geeksforgeeks.org/introduction-to-seaborn-python/">Seaborn</a></td>
312315
<td>Seaborn is an amazing visualization library for statistical graphics plotting in Python. It provides beautiful default styles and color palettes to make statistical plots more attractive.</td>
313316
</tr>
317+
<tr>
318+
<td><a href="https://www.scipy.org/">SciPy</a></td>
319+
<td>SciPy is a library used for scientific and technical computing. It builds on NumPy and provides a large number of mathematical algorithms and functions for optimization, integration, interpolation, eigenvalue problems, and more.</td>
320+
</tr>
314321
</table>
315322

316323
### Introduction to Machine Learning
@@ -326,6 +333,23 @@ Through these stages, the machine learning workflow provides a systematic approa
326333
</tr>
327334
</table>
328335

336+
### Machine Learning Specialization
337+
338+
<table width="100%">
339+
<tr>
340+
<th>Resource Name</th>
341+
<th>Description</th>
342+
</tr>
343+
<tr>
344+
<td><a href="https://www.coursera.org/specializations/machine-learning-introduction">Andrew Ng's Machine Learning Specialization</a></td>
345+
<td>This course by Andrew Ng on Coursera offers a comprehensive introduction to machine learning. It is an excellent starting point for beginners in the field, covering fundamental concepts and practical applications. The specialization consists of three courses:
346+
Supervised Machine Learning: Regression and Classification , Advanced Learning Algorithms and Unsupervised Learning, Recommenders, and Reinforcement Learning.
347+
</tr>
348+
</table>
349+
350+
351+
352+
329353
### Types of Machine Learning
330354

331355
<table width="100%">

0 commit comments

Comments
 (0)