Machine Learning & Apache Kafka: Bringing Intelligent Software to the Next Level
This talk compares a modern streaming architecture to traditional batch and big data alternatives and benefits.
What you'll learn
Machine Learning (ML) is separated into model training and model inference. ML frameworks typically use a data lake like HDFS or S3 to process historical data and train analytic models. But it’s possible to completely avoid such a data store, using a modern streaming architecture. This talk compares a modern streaming architecture to traditional batch and big data alternatives and benefits like the simplified architecture, the ability to reprocess events in the same order for training different models, and the possibility to build a scalable, mission-critical ML architecture for real-time predictions. The talk explains how this can be achieved by leveraging Apache Kafka, Tiered Storage, and TensorFlow.