diff --git a/Machine learning/README.md b/Machine learning/README.md
new file mode 100644
index 00000000..ba8a6c95
--- /dev/null
+++ b/Machine learning/README.md
@@ -0,0 +1,643 @@
+# Machine Learning 🤖
+
+## Table of Contents
+
+- [Roadmap](roadmaps)
+ - [Machine Learning Roadmap](#machine-learning)
+- [Tutorials or Courses](#tutorials-or-courses)
+
+ - [Fundamentals of Mathematics](#fundamentals-of-mathematics)
+ - [Fundamentals of Programming Language](#fundamentals-of-programming-language)
+ - [Modules](#moduleslibraries)
+ - [Introduction to Machine Learning](#introduction-to-machine-learning)
+ - [Types of Machine learning](#types-of-machine-learning)
+ - [Machine Learning](#steps-involved-for-machine-learning)
+ - [Data Collection](#data-collection)
+ - [Data Preparation](#data-preparation)
+ - [Model selection](#model-selection)
+ - [Model Training](#model-traning)
+ - [Model Evaluation](#model-evaluation)
+ - [Model optimizing](#model-optimization)
+ - [Model deploying](#model-deployment)
+ - [Machine learning algorithms](#machine-learning-algorithms)
+
+- [Books](#books)
+- [Datasets](#datasets)
+- [GitHub Repositories](#github-repositories)
+- [Youtube Channels](#youtube-channels)
+- [Machine learning forums](#machine-learning-forums)
+- [courses](#courses)
+- [Projects](#projects)
+- [Others](#others)
+
+
+### Roadmap
+
+#### Machine Learning
+
+
+
+ Resource Name |
+ Description |
+
+
+ Linear Algebra |
+ This link gives comprehensive video tutorials covering the fundamentals of linear algebra, including vectors, matrices, transformations, and more which is provided by Khan academy. |
+
+
+ Calculus 1 (single variable) |
+ This course is provided by MIT gives a comprehensive introduction to the calculus of functions of one variable. It covers the fundamental principles and applications of single-variable calculus, which is essential for advanced studies in mathematics, science, and engineering. |
+
+
+ Calculus 2 (multi variable) |
+ This course provided by MIT focuses on calculus involving multiple variables, an essential area for understanding more complex mathematical models. Topics include vectors and matrices, partial derivatives, multiple integrals, vector calculus. |
+
+
+ Probability and statistics |
+ This course is provided by MIT and covers the fundamentals of probability and statistics, including random variables, probability distributions, expectation, and inference. It includes lecture notes, assignments, exams, and video lectures. |
+
+
+
+#### Fundamentals of Programming Language
+
+
+
+ Resource Name |
+ Description |
+
+
+ Python Fundamentals |
+
+ This course is provied by the Geeks for Geeks and is perfect for both beginners and coding enthusiasts and covers essential Python fundamentals, including Object-Oriented Programming (OOPs), data structures, and Python libraries. |
+
+
+ Python for Data Science |
+
+ This 12 hrs video provided Freecodecamp give you the fundamental knowledge required for the data science using python including the introduction of pandas,numpy and matplotlib |
+
+
+ Data Visualization using Python |
+
+ This video by intellipaat will gives you clear understanding for the visualization of data using python,This video is suitable for both beginners and a intermediate level programmer as well. |
+
+
+ SQL Fundamentals |
+
+ This video by Freecodecamp is a good introduction to SQL (Structured Query Language), covering essential concepts and commands used in database management. It explains the basics of creating, reading, updating, and deleting data within a database.
+ |
+
+
+ SQL for Data Analysis |
+
+ This course is provied by the Geeks for Geeks and is perfect for both beginners and coding enthusiasts and covers essential Python fundamentals, including Object-Oriented Programming (OOPs), data structures, and Python libraries. |
+
+
+ Jupyter Notebook |
+
+ The Real Python article on Jupyter Notebooks provides an in-depth introduction to using Jupyter Notebooks for data science, Python programming, and interactive computing. The tutorial covers the basics of setting up and running Jupyter Notebooks, including how to install Jupyter via Anaconda or pip, and how to launch and navigate the notebook interface. |
+
+
+ Google colab |
+
+ The Google Colab introductory notebook provides a comprehensive guide on how to use Google Colab for interactive Python programming. It covers the basics of creating and running code cells, integrating with Google Drive for storage, and using Colab's powerful computing resources. |
+
+
+
+
+#### Modules/Libraries
+
+> Explore an amazing set of Python Modules for creating/using or working with Machine learning models.
+
+
+
+ Resource Name |
+ Description |
+
+
+ Numpy |
+
+ This course is provied by the Geeks for Geeks and is perfect for both beginners and coding enthusiasts and covers essential Python fundamentals, including Object-Oriented Programming (OOPs), data structures, and Python libraries. |
+
+
+ Pandas |
+
+ The W3Schools Pandas tutorial offers a good introduction to the Pandas library, a powerful tool for data analysis and manipulation in Python. The tutorial covers a wide range of topics, including how to install Pandas, basic operations like creating and manipulating DataFrames and Series, and more |
+
+
+ Matplotlib |
+
+ The Matplotlib documentation site provides a comprehensive guide to using the pyplot module, which is a part of the Matplotlib library used for creating static, animated, and interactive visualizations in Python. |
+
+
+ Tensorflow |
+ The TensorFlow Tutorials page offers a variety of tutorials designed to help users learn and apply machine learning with TensorFlow. It includes beginner-friendly guides using the Keras API, advanced tutorials on custom training, distributed training, and specialized applications such as computer vision, natural language processing, and reinforcement learning. |
+
+
+ Pytorch |
+ The PyTorch tutorials website provides a comprehensive set of resources for learning and using PyTorch, a popular open-source machine learning library. The tutorials are designed for users at various skill levels, from beginners to advanced practitioners, and cover a wide range of topics |
+
+
+ Keras |
+ That documentation is a great resource for anyone looking to get started with Keras, a popular deep learning framework. Keras provides a user-friendly interface for building and training deep learning models. Whether you're a beginner or an experienced practitioner, Keras offers a lot of flexibility and ease of use. |
+
+
+ Scikit-learn |
+ This documentation is the best for learning Scikit-learn. Scikit-learn is another fantastic library, primarily used for machine learning tasks such as classification, regression, clustering, and more. Its simple and efficient tools make it accessible to both beginners and experts in the field. |
+
+
+
+#### Introduction to Machine Learning
+
+
+
+ Resource Name |
+ Description |
+
+
+ Supervised Learning |
+ The GeeksforGeeks article on supervised machine learning is the best resource. Their tutorials often break down complex topics into understandable explanations and provide code examples to illustrate concepts. Supervised learning is a fundamental concept in machine learning, where models are trained on labeled data to make predictions or decisions.. |
+
+
+ Unsupervised Learning |
+ In this article on GeeksforGeeks, they delve deeper into different types of machine learning, expanding beyond supervised learning to cover unsupervised learning, semi-supervised learning, reinforcement learning, and more. Understanding the various types of machine learning is essential for choosing the right approach for different tasks and problems. |
+
+
+ Reinforcement learning |
+ This geeksforgeeks article on reinforcement learning is the best to understand the RL.RL has applications in various domains, such as robotics, game playing, recommendation systems, and autonomous vehicle control, among others. |
+
+
+
+### Steps involved for machine learning
+
+> These are the steps involved in building a machine learning model.
+
+#### Data Collection
+
+
+
+ Resource Name |
+ Description |
+
+
+ Introduction to Data Preparation |
+ This video helps you break down the crucial steps and best practices to ensure your datasets are primed for machine learning success. From handling missing values and outliers to feature scaling and encoding categorical variables etc. |
+
+
+ Data Preparation - article |
+ This article from Machine Learning Mastery provides a comprehensive guide on preparing data for machine learning, Which includes data cleaning, transforming, and organizing data to make it suitable for training machine learning models. |
+
+
+ Data Preparation by Google developers |
+ The Google's Machine Learning Data Preparation guide is a valuable resource for understanding best practices and techniques for preparing data for machine learning projects. Effective data preparation is crucial for building accurate and reliable machine learning models, |
+
+
+
+#### Model Selection
+
+
+
+ Resource Name |
+ Description |
+
+
+ Linear Regression-1,Linear Regression-2 |
+ These two videos by Techwithtim channel will give you a clear explaination and understanding of the Linear regressing model,which is also the basic model in the machine learning. |
+
+
+ Logistic Regression |
+ This video by codebasics will give you a brief understanding of logistic regression and also how to use sklearn logistic regression class. At the end we have an interesting exercise for you to solve. |
+
+
+ Gradient Descent |
+ This video, will teach you few important concepts in machine learning such as cost function, gradient descent, learning rate and mean squared error and more. This helps you to python code to implement gradient descent for linear regression in python |
+
+
+ Support Vector Machines |
+ This video gives you the comprehensive knowledge for the SVC and covers different parameters such as gamma, regularization and how to fine tune svm classifier using these parameters and more. |
+
+
+ Naive Bayes-1,Naive Bayes-2 |
+ These two videos by codebasics gives you the brief understanding of Naive bayes and also teaches you about sklearn library and python for this beginners machine learning model. |
+
+
+ K Nearest Neighbors |
+ This video helps you understand how K nearest neighbors algorithm work and also write python code using sklearn library to build a knn (K nearest neighbors) model to have hands-on experience. |
+
+
+ Decision Trees |
+ This video will help you to solve a employee salary prediction problem using decision tree, and teahes you how to use the sklearn class to apply the decision tree model using python. |
+
+
+ Random Forest |
+ This video teaches you about Random forest a popular regression and classification algorithm, this video also helps you to problem using sklearn RandomForestClassifier in python. |
+
+
+ KMeans Clustering |
+ This video gives you a comprehensive knowledge about K Means clustering algorithm which is a unsupervised machine learning technique used to cluster data points, and this video also helps you to solve a clustering problem using sklearn, kmeans and python. |
+
+
+
+
+### Books
+
+> Discover a diverse collection of valuable books for Machine Learning.
+
+
+
+ Resource Name |
+ Description |
+ Status |
+
+
+ Hands-On Machine Learning with Scikit-Learn and TensorFlow |
+ The Hands-On Machine Learning with Scikit-Learn and TensorFlow is a popular book by Aurélien Géron that covers various machine learning concepts and practical implementations using Scikit-Learn and TensorFlow. |
+ Free |
+
+
+ The hundred page machine learning book |
+ This book, authored by Andriy Burkov, provides a concise yet comprehensive overview of machine learning concepts and techniques. It's highly regarded for its accessibility and clarity, making it a valuable resource for both beginners and experienced practitioners |
+ free |
+
+
+ Data mining practical machine learning tools and techniques |
+ "Data Mining: Practical Machine Learning Tools and Techniques" provides a comprehensive overview of the field of data mining and machine learning. Authored by Ian H. Witten, Eibe Frank, and Mark A. Hall, this book is widely regarded as an essential resource for students, researchers, and practitioners in the field.
+ |
+ free |
+
+
+
+### Datasets
+
+
+
+ Resource Name |
+ Description |
+
+
+ Kaggle Datasets |
+ Kaggle Datasets is a platform where users can explore, access, and share datasets for a wide range of topics and purposes. Kaggle is a popular community-driven platform for data science and machine learning competitions, and its Datasets section extends its offerings to provide access to a diverse collection of datasets contributed by users worldwide.
+ |
+
+
+ Microsoft Datasets & Tools |
+ Microsoft Research Tools is a platform offering a diverse range of tools,datasets and resources for researchers and developers. These tools are designed to facilitate various aspects of research, including data analysis, machine learning, natural language processing, computer vision, and more.
+ |
+
+
+ Google Datasets |
+ Google Dataset Search is a tool provided by Google that allows users to search for datasets across a wide range of topics and domains. It helps researchers, data scientists, journalists, and other users discover datasets that are relevant to their interests or research needs.
+ |
+
+
+ Awesome Data Repo |
+ This GitHub repo is a curated list of publicly available datasets covering a wide range of topics and domains. This repository serves as a valuable resource for researchers, data scientists, developers, and anyone else interested in accessing and working with real-world datasets.
+ |
+
+
+ UCI Datasets |
+ The UCI Machine Learning Repository, hosted at the URL you provided, is a collection of datasets for machine learning research and experimentation. It's maintained by the Center for Machine Learning and Intelligent Systems at the University of California, Irvine (UCI). |
+
+
+
+### GitHub Repositories
+
+
+
+ Resource Name |
+ Description |
+
+
+ ML-for-Beginners by Microsoft |
+ The GitHub repository "ML-For-Beginners" is an educational resource provided by Microsoft, aimed at beginners who are interested in learning about machine learning (ML) concepts and techniques. |
+
+
+ Machine Learning Tutorial |
+ The GitHub repository "Machine-Learning-Tutorials" by ujjwalkarn is a comprehensive collection of tutorials, resources, and educational materials for individuals interested in learning about machine learning (ML). |
+
+
+ ML by Zoomcamp |
+ This GitHub repository by DataTalksClub is a collection of materials and resources associated with the Machine Learning Zoomcamp, an educational initiative aimed at teaching machine learning concepts and techniques through live Zoom sessions. |
+
+
+ ML YouTube Courses |
+ This GitHub repository is a collection of resources related to machine learning (ML) courses available on YouTube, and provides links to the YouTube videos or playlists for each course, making it easy for learners to access the course content directly from YouTube. |
+
+
+ Books for Learning Machine Learning |
+ This GitHub repo is a house of books,tutorials,articles,tools and more to learn Machine learning. |
+
+
+
+
+### YouTube Channels
+
+> Explore amazing YouTubers specializing in web development.
+
+
+
+ Resource Name |
+ Description |
+
+
+ Deep Learning AI |
+ Web Dev Simplified is all about teaching web development skills and techniques in an efficient and practical manner. If you are just getting started in web development Web Dev Simplified has all the tools you need to learn the newest and most popular technologies to convert you from a no stack to full stack developer. Web Dev Simplified also deep dives into advanced topics using the latest best practices for you seasoned web developers. |
+
+
+ Machine Learning with Phil |
+ The YouTube channel "Deeplearning.ai" hosts a variety of educational content related to artificial intelligence (AI) and machine learning (ML) created by Andrew Ng and his team at Deeplearning.ai. |
+
+
+ Sent Dex |
+ The YouTube channel "sentdex," hosted by Harrison Kinsley, offers a diverse range of educational content primarily focused on Python programming, machine learning, game development, hardware projects,robotics and more. |
+
+
+
+ Abhishek Thakur |
+ The YouTube channel "Abhishek Thakur (Abhi)" is hosted by Abhishek Thakur, a well-known figure in the machine learning and data science community.This channel is primarly related to Machine leanring.
+ |
+
+
+ Dataschool |
+ The YouTube channel "Data School," hosted by Kevin Markham, offers a wide range of tutorials and resources related to data science, machine learning, and Python programming, covering topics such as data manipulation with pandas, data visualization with Matplotlib and Seaborn,
+ |
+
+
+ codebasics |
+ The YouTube channel "codebasics," hosted by codebasics, offers a variety of tutorials and resources focused on programming, data science, machine learning, and artificial intelligence. |
+
+
+
+### Machine Learning Forums
+
+> Here are valuable resources to help you excel in your web development interview. You'll find videos, articles, and more to aid your preparation.
+
+
+
+ Resource Name |
+ Description |
+
+
+ Machine learning - reddit |
+ The subreddit r/MachineLearning is a popular online community on Reddit dedicated to discussions, news, research, and resources related to machine learning and artificial intelligence. |
+
+
+ Machine learning discussions - kaggle |
+ The Kaggle Discussions forum is a community-driven platform where data scientists, machine learning practitioners, and enthusiasts engage in discussions, seek help, share insights, and collaborate on projects related to data science and machine learning. |
+
+
+ Machine learning Q/A - stack overflow |
+ The "machine-learning" tag on Stack Overflow is a popular destination for developers, data scientists, and machine learning practitioners seeking assistance, sharing insights, and discussing topics related to machine learning.
+ |
+
+
+ Machine learning organisations - DEV community |
+ DEV Community platform for articles related to "machine learning" from organizations. DEV Community is a community-driven platform for developers where they can share their knowledge, experiences, and insights through articles, discussions, and tutorials.
+ |
+
+Machine learning communities - IBM |
+ The IBM Community for AI and Data Science provides a valuable platform for professionals and enthusiasts to learn, collaborate, and stay informed about the latest developments in artificial intelligence, data science, and related fields. |
+
+
+
+
+### Courses
+
+> These are Some valuable resources for learning Machine learning.
+
+
+
+ Resource Name |
+ Description |
+
+
+ Machine learning by Edureka |
+ This youtube playlist by Edureka on machine learning is the best resource to learn machine learning from beginners level to advanced level that too for free. |
+
+
+ Machine learning with python by Freecodecamp |
+ The "Machine Learning with Python" course on FreeCodeCamp provides a valuable learning resource for individuals interested in diving into the field of machine learning using Python, this course offers a structured path to learn machine learning concepts and develop practical skills through hands-on projects and exercises. |
+
+
+ Machine learning by university of washington |
+ This course on Coursera provides a high-quality learning experience for individuals who want to dive deep into the field of machine learning and acquire practical skills that are in high demand in today's job market. |
+
+
+ Post Graduate Programme in Machine Learning & AI by upgrad |
+ This ML program offered by upGrad in collaboration with IIIT Bangalore is designed to provide students with a comprehensive education in machine learning and artificial intelligence, preparing them for careers in this rapidly growing and exciting field. |
+
+ Machine learning with python by MIT |
+ This course provided directly to the edX platform's "Machine Learning with Python: from Linear Models to Deep Learning" course offered by the Massachusetts Institute of Technology (MIT). |
+
+
+
+ ### Projects
+
+> These Projects help you gain real time exprience for building machine learning models.
+
+
+
+ Resource Name |
+ Description |
+
+
+ Oreilly data show podcast |
+ The O'Reilly Data Show Podcast, hosted on the O'Reilly Radar platform, is a podcast series dedicated to exploring various topics of data science, machine learning, artificial intelligence, and related fields.
+ |
+
+
+ TWIML AI podcast |
+ The TWIML AI Podcast, hosted on the TWIML AI platform, is a podcast series focused on exploring the latest developments, trends, and innovations in the fields of machine learning and artificial intelligence.
+ |
+
+
+ Talk Python |
+ "Talk Python to Me" provides a valuable platform for Python enthusiasts, developers, and learners to stay informed, inspired, and connected within the vibrant and growing Python community.
+ |
+
+
+ Practical AI |
+ The Practical AI podcast offers a valuable platform for individuals interested in practical applications of AI and ML technologies. this podcast provides informative and engaging content to help you stay informed and inspired in the rapidly evolving field
+ |
+
+
+ The Talking machines |
+ The "Talking Machines" offers a valuable platform for individuals interested in staying informed, inspired, and engaged in the dynamic field of machine learning, this podcast provides informative and engaging content on ML.
+ |
+
+
+
diff --git a/README.md b/README.md
index 28d2dcad..1b6328b7 100644
--- a/README.md
+++ b/README.md
@@ -44,6 +44,8 @@ Here is a list of the currently available categories of the project: