Skip to content

misrraimsp/arffBuilder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Document Classification with WEKA. (Wroclaw, 2017)

Artificial Intelligence Lab, by Prof. Maciej Piasecki

Getting familiar with the representation of text documents as vectors of word frequencies. Learning basic methods for feature selection and Machine Learning algorithms for classification. Obtaining basic skills in using Weka environment for Machine Learning.

The main task is to train a classifier based on Machine Learning for recognising documents that belong to one of the selected categories on the basis of the content of the documents.

The very first step in this lab assignment was to build up a program to transform a bunch of labelled documents into proper arff files readable for WEKA environment. This program was actually implemented as a set of tools, that works in sequence to reach the goal.

Used Technologies:

  • Java SE
  • Eclipse
  • WEKA
  • Git

For more info see:

Releases

No releases published

Packages

No packages published

Languages