Search results for "Machine Learning"

Stack Exchange Clustering using Mahout by Konstantin Slisenko

Project Spotlight: Stack Exchange Clustering using Mahout with Konstantin Slisenko

This is a project spotlight with Konstantin Slisenko a programmer and machine learning enthusiast. Could you please introduce yourself? My name is Konstantin Slisenko, I’m from Belarus. I graduated from the Belarusian State University of Informatics and Radioelectronics. I am currently taking a master course. I’m a Java developer and work in JazzTeam company. I like […]

Continue Reading
Algorithm ranking when analyzing results in the Weka Experimenter

Make Better Predictions with Boosting, Bagging and Blending Ensembles in Weka

Weka is the perfect platform for studying machine learning. It provides a graphical user interface for exploring and experimenting with machine learning algorithms on datasets, without you having to worry about the mathematics or the programming. In a previous post we looked at how to design and run an experiment running 3 algorithms on a […]

Continue Reading
First Experiment

Design and Run your First Experiment in Weka

Weka is the perfect platform for learning machine learning. It provides a graphical user interface for exploring and experimenting with machine learning algorithms on datasets, without you having to worry about the mathematics or the programming. A powerful feature of Weka is the Weka Experimenter interface. Unlike the Weka Explorer that is for filtering data […]

Continue Reading
Weka Results for the ZeroR algorithm on the Iris flower dataset

How to Run Your First Classifier in Weka

Weka makes learning applied machine learning easy, efficient, and fun. It is a GUI tool that allows you to load datasets, run algorithms and design and run experiments with results statistically robust enough to publish. I recommend Weka to beginners in machine learning because it lets them focus on learning the process of applied machine learning rather […]

Continue Reading
What if I'm Not a Good Programmer

What if I’m Not a Good Programmer

Programming is a part of machine learning, but machine learning is much larger than just programming.  In this post you will learn that you do not have to be a programmer to get started in machine learning or find solutions to complex problems. Programming Machine Learning Machine learning algorithms are implemented in code. Programmers like […]

Continue Reading
More Data vs Better Algorithms

Hands on Big Data by Peter Norvig

When I’m asked about resources for big data, I typically recommend people watch Peter Norvig’s Big Data tech talk to Facebook Engineering from 2009. It’s fantastic because he’s a great communicator and clearly and presents the deceptively simple thesis of big data in this video. In this blog post I summarize this video for you […]

Continue Reading