Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.5 KB

File metadata and controls

18 lines (12 loc) · 1.5 KB

Machine Learning + Kafka Streams Examples

General info in main Readme

Example 3 - Iris Prediction using a Neural Network with DeepLearning4J (DL4J)

Use Case

Iris Species Prediction using a Neural Network. This is a famous example: Prediction of the Iris Species - implemented with many different ML algorithms. Here I use DeepLearning4J (DL4J) to build a neural network using Iris Dataset.

Machine Learning Technology

Unit Test Kafka_Streams_MachineLearning_DL4J_DeepLearning_Iris_IntegrationTest.java