Pictorial Speller
Weka Tool:
Intro:
WEKA is an open source software provides tools for data preprocessing,
implementation of several Machine Learning algorithms, and visualization tools so
that you can develop machine learning techniques and apply them to real-world
data mining problems. These algorithms can be applied directly to the data or
called from the Java code.
Purpose:
We used weka tool for the classification of our data set. To train the machine to
analyze big data, we need to have several considerations on the data:
The data must be clean.
It should not contain null values.
The irrelevant data columns or ‘features’ as termed in Machine Learning