This code classify Iris dataset using DeepLearning4j algorithm using weka in java.
Requirements:
===========
Download all jar files for execute the following java code
Jar files for DeepLearning4j Link --> https://drive.google.com/drive/folders/1AoHscb4L5ooDtCRZWjg5TakitjuPWKD6?usp=sharing
Datasets
========
IrisTrainingDataset.arff --> https://alljavacodeiknow.blogspot.com/2021/08/iris-training-dataset.html
IrisTestingDataset.arff --> https://alljavacodeiknow.blogspot.com/2021/08/iris-testing-dataset.html
Source Code:
============
Output:
=======
Before execute the java code, add all jar files in your project Libraries
No comments:
Post a Comment