Machine Learning model to detect Autism

I wanted to apply and understand better how one can apply a Machine Learning model in the real world. One of my topics of interests is Autism. Because of personal experience, I am curious why the process in detecting Autism is not robust. I am not an expert on this topic but the way I… Continue reading Machine Learning model to detect Autism

Understanding Data Science part 01

Reader’s level is Novice level in the Data Science field, and Machine Learning models from the Business side. Introduction Hey there. My curiosity to know Data Science field, and Machine Learning models, and how they contribute to Business and Technology, led me to be a beginner on these topics. The post is written based on… Continue reading Understanding Data Science part 01

Coursera – Machine Learning course from Standford University

I started in 2019 learning HTML, CSS, and JavaScript from the https://www.theodinproject.com/. It is a wonderful website containing valuable info. I would not say I know a lot, but for sure I learned the basics of the 3 topics. Along the way, I heard a lot of things about Machine Learning, and I became curious… Continue reading Coursera – Machine Learning course from Standford University

Unsupervised learning from Machine Learning

Unlike its counterpart Supervised learning, Unsupervised learning is when you have a data that you have no idea what it is, what structure the data has, how it can be split into common characteristics, and what is the best way to summarise the data. The task to find these is assigned to a machine. So,… Continue reading Unsupervised learning from Machine Learning

Supervised learning in Machine Learning

In the heart of the Supervised learning, it involves mathematical functions. From our math class, when we provide an input into a function, it will produces an output. The output is based on the mathematical characteristics of the function. The output can be known in advance or unknown to us. What is Supervised learning? We… Continue reading Supervised learning in Machine Learning

What is Machine Learning?

From Professor Andrew Ng’s Machine Learning course in Coursera, the older definition of Machine Learning comes from Arthur Samuel, “the field of study that gives computers the ability to learn without being explicitly programmed.” Tom Mitchell provided the latest definition, “A computer program is said to learn from experience E with respect to some class… Continue reading What is Machine Learning?