Posts

Showing posts from April, 2022

Concise Introduction of Machine Learning

Image
What is machine learning? Machine learning is a branch of artificial intelligence (AI)  and computer science which focuses on the use of data and algorithms to imitate the way that humans learn, gradually improving its accuracy. Machine Learning vs. Deep Learning vs. Neural Networks: Since deep learning and machine learning tend to be used interchangeably, it’s worth noting the nuances between the two. Machine learning, deep learning, and neural networks are all sub-fields of artificial intelligence. However, deep learning is actually a sub-field of machine learning, and neural networks are a sub-field of deep learning. How machine learning works A Decision Process : In general, machine learning algorithms are used to make a prediction or classification. Based on some input data, which can be labeled or unlabeled, your algorithm will produce an estimate of a pattern in the data. An Error Function : An error function serves to evaluate the prediction of the model. If there are known...