What is Machine Learning?
We’d like to welcome you to a new series of posts on our blog. We’ll break down the fundamental concepts of Machine Learning (ML) and Artificial intelligence (AI) in non-technical terms, and into bite-sized content. You’ll grasp key concepts faster and get a feel of the underlying mechanics. And with as little math as possible.. This is going to be a fun ride. Machine Learning is really the verb in this process. How do we expect our AIs to learn? From data, of course, just like we do, absorbing the stimuli and from the environments around us. Somehow we must make machines gain the ability to think and perform actions based on their past experiences (i.e. the data fed in). So, how do machines learn from data?? If you are a programmer, you might already be trying to decipher the difference between traditional programming (TP) and machine learning. Both of them are designed by humans to solve problems using computing power. In TP, we provide the system wit...