Decision trees are powerful way to classify problems. On the other hand, they can be adapted into regression problems, too. Decision … More
Tag: regression
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