This directory contains 4 workflows.
1. Offline Model Training Batch Model Training for Fraud Detection using Feedforward Neural Network TAGS: Deep Learning,Classification
2. Kafka Producer Retrieve fraud data from database and stream it using kafka for model depployment TAGS: kafka,data streaming
3. Model Deployment with kafka Kafka consumer retrieve the data send through kafka producer and stream it through trained model to predict the output. […]
4. Retrain Model Retrain the model after a certain amount of incoming data for future deployment TAGS: model training,deep learning,classification