💛 Machine Learning from Scratch for beginners !!

A Thread 🧵 👇
#100DaysOfCode #Ml #MachineLearning #CodeNewBie #AI
🔹What is Machine Learning ?

Machine Learning is a growing technology which enables computer to learn automatically from past data . It uses various algorithms for building mathematical models and making predictions using historical data or information . Image
🔹 What is a model in ML ?

A machine learning model is a file that has been trained to recognize certain types of patterns. You train a model over a set of data, providing it an algorithm that it can use to reason over and learn from those data.
🔹 How ML works ?

A ML system learns from historical data , builds the prediction model and whenever it receives new data ,it predicts the output for it .
The Accuracy of predicted output depends upon the amount of Training Data .The huge number of data helps to build a better model which can predict the output more accurately.
🔹 Difference between AI and ML : -

Artificial intelligence and Machine Learning are the part of computer science that are correlated with each other. These two technologies are the most trending technologies which are used for creating intelligent systems.
AI is bigger a concept to create intelligent systems that can stimulate human thinking capability and behaviour .

Whereas , machine learning is an application or subset of AI that allows machines to learn from past data without being programmed explicitly. Image
🔹 Algorithm Vs Model : -

An “Algorithm” in machine learning is a procedure that is run on data to create a machine learning “Model.”

Machine learning algorithms perform “pattern recognition.” Algorithms “learn” from data, or are “fit” on a dataset.
🔹 Examples of Machine learning algorithms : -

• Linear Regression
• Logistic Regression
• Decision Tree
• Artificial Neural Network
• k-Nearest Neighbors
• k-Means
A “Model” in machine learning is the output of a machine learning algorithm run on data.

The model is the “thing” that is saved after running a machine learning algorithm on training data.

The best analogy is to think of the machine learning model as a “program.” Image
🔹Features: -

Features are defined as individual independent variables that act as input. Prediction models use features to make predictions.

🔹Labels : -

Labels are referred to as the final output based on it's features. It is a dependent variable . Image
🔹Types Of Machine Learning : -

1. Supervised Learning.

2. Unsupervised learning.

3. Semi-Supervised Learning.

4. Reinforcement learning. Image
1️⃣ Supervised Learning : -

Supervised Learning is the type of Machine Learning in which machines are trained using well "labelled" training data and on the basis of that data , machine predicts the output .Labelled data means data with some input data tagged with correct output. Image
2️⃣ Unsupervised learning : -

Unsupervised learning is a machine learning technique in which models are not Supervised using training datasets. Instead , model itself finds the hidden patterns and insights form the given data. Image
3️⃣ Semi-Supervised Learning:-

Semi-supervised learning algorithms represent a middle ground between supervised and unsupervised algorithms. In essence, the semi-supervised model combines some aspects of both into a thing of its own. It uses a limited set of labeled sample data. Image
4️⃣ Reinforcement learning : -

Reinforcement learning is the training of machine learning models to make a sequence of decisions. The agent learns to achieve a goal in an uncertain, potentially complex environment. Image
That's all guys , for this thread !

If you find this thread useful then,

📌 Retweet the first tweet.

📌 Like all the tweets.

📌 Follow me (@Tony_Codezz ) and turn on my notifications.

Note:- Your Support motivates me to make more content 🙏

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with #It's Tony Stark 👨‍💻

#It's Tony Stark 👨‍💻 Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @Tony_Codezz

1 Sep
💛 10 JavaScript Unknown Facts that every developer must know . I bet you don't know many of them 😉

A Thread 🧵 👇

#100DaysOfCode #Javascript #Coding #code #programming #CodeNewBie #DEVcommunity
1️⃣ Check this code below 👇

Numbers as string can subtract , multiply , divide other Numbers and numbers as string (except Addition ) and return an integer value. Don't worry , it's a bug of JavaScript !! Image
2️⃣ How 010 = 8 ?

It happens in JavaScript because every number containing a "0" in front of it is referred as an octal number . And as octal 10 = decimal 8 that's why it will return 8 !! Image
Read 12 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Too expensive? Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal Become our Patreon

Thank you for your support!

Follow Us on Twitter!

:(