/nn-weka

Building Neural Networks Model with Weka

Primary LanguageJava

nn-weka

Building Neural Networks Model with Weka

This project builds a neural network model with Weka machine learning tool.

Project code is tested on JDK 1.7 and referencing Weka 3.6 version (http://www.cs.waikato.ac.nz/ml/weka/downloading.html ).

Usage

Run WekaNN.java under the package com.ml.weka.nn.

Trainset is stored under the folder dataset. You can work on xor.txt or xor.arff files. The both produce same results.

Alternatively, you can change or customize trainset to apply machine learning for different problems.

License

Copyright 2016 Sefik Ilkin Serengil

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.