Skip to content

Commit b6a77bd

Browse files
authored
Update README.md
Add Andrew Ng's Machine Learning Specialization and enhance Generative AI resources - Updated README to include Andrew Ng's ML course - Enhanced Generative AI section with key resources - Added SciPy library to Modules/Libraries section - Improved structure and added hyperlinks in the Table of Contents
1 parent 7e3d099 commit b6a77bd

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)
@@ -184,6 +185,8 @@ Through these stages, the machine learning workflow provides a systematic approa
184185
<li><strong>Explainable AI (XAI):</strong> Enhancing model transparency and interpretability.</li>
185186
<li><strong>Federated Learning:</strong> Training models collaboratively across devices without data exchange.</li>
186187
<li><strong>AI Ethics and Fairness:</strong> Focus on ethical AI development and minimizing biases.</li>
188+
<li><strong>Generative AI:</strong> Technologies that create new content (text, images, music) using models like GANs, VAEs, and diffusion models.</li>
189+
<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>
187190
</ul>
188191

189192
</details>
@@ -310,6 +313,10 @@ Through these stages, the machine learning workflow provides a systematic approa
310313
<td><a href="https://www.geeksforgeeks.org/introduction-to-seaborn-python/">Seaborn</a></td>
311314
<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>
312315
</tr>
316+
<tr>
317+
<td><a href="https://www.scipy.org/">SciPy</a></td>
318+
<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>
319+
</tr>
313320
</table>
314321

315322
### Introduction to Machine Learning
@@ -325,6 +332,23 @@ Through these stages, the machine learning workflow provides a systematic approa
325332
</tr>
326333
</table>
327334

335+
### Machine Learning Specialization
336+
337+
<table width="100%">
338+
<tr>
339+
<th>Resource Name</th>
340+
<th>Description</th>
341+
</tr>
342+
<tr>
343+
<td><a href="https://www.coursera.org/specializations/machine-learning-introduction">Andrew Ng's Machine Learning Specialization</a></td>
344+
<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:
345+
Supervised Machine Learning: Regression and Classification , Advanced Learning Algorithms and Unsupervised Learning, Recommenders, and Reinforcement Learning.
346+
</tr>
347+
</table>
348+
349+
350+
351+
328352
### Types of Machine Learning
329353

330354
<table width="100%">

0 commit comments

Comments
 (0)