Should I continue with the various Sub-Fields of AI ?
Anonymous Poll
85%
Yes continue πͺπ₯
8%
No, not now π₯Ά
7%
Not interested in AI π
π1
π©βπ» Learn PROGRAMMING π¨βπ»
Should I continue with the various Sub-Fields of AI ?
Thanks For Voting Everyone ππΉβ€
Which Subfield Should I Begin With ? π€
Anonymous Poll
70%
Machine Learning
14%
Deep Learning
10%
Natural Language Processing
3%
Expert Systems
3%
Fuzzy Logic
Google opens it's first artificial intelligence (AI) Research center in Africa
Location; Accra Ghana π¬π
Location; Accra Ghana π¬π
Sure they'll be opening more soon in other countries in Africa
React to this post if you're online π
π₯°4
π©βπ» Learn PROGRAMMING π¨βπ»
Which Subfield Should I Begin With ? π€
Great!
Machine learning will be the first subfield.
It will be very long and simple to understand, so it will be posted in sections over the next few days to ensure that everyone understands it.
Machine learning will be the first subfield.
It will be very long and simple to understand, so it will be posted in sections over the next few days to ensure that everyone understands it.
Machine Learning Tutorial for Beginners: What is, Basics of ML
β€1
What is Machine Learning?
Machine Learning is a system of computer algorithms that can learn from example through self-improvement without being explicitly coded by a programmer. Machine learning is a part of artificial Intelligence which combines data with statistical tools to predict an output which can be used to make actionable insights.
The breakthrough comes with the idea that a machine can singularly learn from the data (i.e., example) to produce accurate results. Machine learning is closely related to data mining and Bayesian predictive modeling. The machine receives data as input and uses an algorithm to formulate answers.
A typical machine learning tasks are to provide a recommendation. For those who have a Netflix account, all recommendations of movies or series are based on the userβs historical data. Tech companies are using unsupervised learning to improve the user experience with personalizing recommendation.
Machine learning is also used for a variety of tasks like fraud detection, predictive maintenance, portfolio optimization, automatize task and so on.
Machine Learning is a system of computer algorithms that can learn from example through self-improvement without being explicitly coded by a programmer. Machine learning is a part of artificial Intelligence which combines data with statistical tools to predict an output which can be used to make actionable insights.
The breakthrough comes with the idea that a machine can singularly learn from the data (i.e., example) to produce accurate results. Machine learning is closely related to data mining and Bayesian predictive modeling. The machine receives data as input and uses an algorithm to formulate answers.
A typical machine learning tasks are to provide a recommendation. For those who have a Netflix account, all recommendations of movies or series are based on the userβs historical data. Tech companies are using unsupervised learning to improve the user experience with personalizing recommendation.
Machine learning is also used for a variety of tasks like fraud detection, predictive maintenance, portfolio optimization, automatize task and so on.
β€1π1
Machine Learning vs. Traditional Programming
Traditional programming differs significantly from machine learning. In traditional programming, a programmer code all the rules in consultation with an expert in the industry for which software is being developed.
Each rule is based on a logical foundation; the machine will execute an output following the logical statement. When the system grows complex, more rules need to be written. It can quickly become unsustainable to maintain.
Traditional programming differs significantly from machine learning. In traditional programming, a programmer code all the rules in consultation with an expert in the industry for which software is being developed.
Each rule is based on a logical foundation; the machine will execute an output following the logical statement. When the system grows complex, more rules need to be written. It can quickly become unsustainable to maintain.
π1
βTraditional Programming
Machine learning is supposed to overcome this issue. The machine learns how the input and output data are correlated and it writes a rule. The programmers do not need to write new rules each time there is new data. The algorithms adapt in response to new data and experiences to improve efficacy over time.
Machine learning is supposed to overcome this issue. The machine learns how the input and output data are correlated and it writes a rule. The programmers do not need to write new rules each time there is new data. The algorithms adapt in response to new data and experiences to improve efficacy over time.
We will continue with How machine learning works tomorrow