You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
-[Types of Machine Learning](#types-of-machine-learning)
46
47
-[Steps involved for Machine Learning](#steps-involved-for-machine-learning)
47
48
-[Data Collection](#data-collection)
@@ -184,6 +185,8 @@ Through these stages, the machine learning workflow provides a systematic approa
184
185
<li><strong>Explainable AI (XAI):</strong> Enhancing model transparency and interpretability.</li>
185
186
<li><strong>Federated Learning:</strong> Training models collaboratively across devices without data exchange.</li>
186
187
<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>
187
190
</ul>
188
191
189
192
</details>
@@ -310,6 +313,10 @@ Through these stages, the machine learning workflow provides a systematic approa
<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>
<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>
313
320
</table>
314
321
315
322
### Introduction to Machine Learning
@@ -325,6 +332,23 @@ Through these stages, the machine learning workflow provides a systematic approa
<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.
0 commit comments