CHAID is the oldest decision tree algorithm in the history. It was raised in 1980 by Gordon V. Kass. Then, … More
Tag: classification
A Step by Step Gradient Boosting Example for Classification
Gradient boosting machines might be confusing for beginners. Even though most of resources say that GBM can handle both regression … More
Classifying Instances with Weka In Java
Weka is pretty cool tool for small sized ML projects. Previously, we’ve already built a regression model with Weka and … More
Becoming the MacGyver of Machine Learning with Neural Networks
You would most probably remember MacGyver if you are a member of generation Y. He is famous for creating materials … More
Homer Sometimes Nods: Error Metrics in Machine Learning
Even the worthy Homer sometimes nods. The idiom means even the most gifted person occasionally makes mistakes. We would adapt this … More
Building Neural Networks with Weka In Java
Building neural networks models and implementing learning consist of lots of math this might be boring. Herein, some tools help researchers to … More
Introduction to Neural Networks: A Mechanism Taking Lessons From The Past
Neural Networks inspired from human central nervous system. They are based on making mistakes and learning lessons from past errors. They … More