diff --git a/README.md b/README.md index d930687c7..cfd3f2acb 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ If later found out, the points will be deducted. You can't be earning more than - [Fundamentals of Programming Language](#fundamentals-of-programming-language) - [Modules](#moduleslibraries) - [Introduction to Machine Learning](#introduction-to-machine-learning) + - [Machine Learning Specialization](#machine-learning-specialization) - [Types of Machine Learning](#types-of-machine-learning) - [Steps involved for Machine Learning](#steps-involved-for-machine-learning) - [Data Collection](#data-collection) @@ -184,6 +185,8 @@ Through these stages, the machine learning workflow provides a systematic approa
  • Explainable AI (XAI): Enhancing model transparency and interpretability.
  • Federated Learning: Training models collaboratively across devices without data exchange.
  • AI Ethics and Fairness: Focus on ethical AI development and minimizing biases.
  • +
  • Generative AI: Technologies that create new content (text, images, music) using models like GANs, VAEs, and diffusion models.
  • +
  • Large Language Models (LLMs): Models like GPT and BERT that excel in natural language processing and support applications like chatbots and content generation.
  • @@ -310,6 +313,10 @@ Through these stages, the machine learning workflow provides a systematic approa Seaborn 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. + + SciPy + 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. + ### Introduction to Machine Learning @@ -325,6 +332,23 @@ Through these stages, the machine learning workflow provides a systematic approa +### Machine Learning Specialization + + + + + + + + + +
    Resource NameDescription
    Andrew Ng's Machine Learning SpecializationThis 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: + Supervised Machine Learning: Regression and Classification , Advanced Learning Algorithms and Unsupervised Learning, Recommenders, and Reinforcement Learning. +
    + + + + ### Types of Machine Learning