Showing posts with label deeplearning4j algorithm pseudocode. Show all posts
Showing posts with label deeplearning4j algorithm pseudocode. Show all posts

Monday, 30 August 2021

DeepLearning4j Classification using WEKA Java Code

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