├── LICENSE ├── Python Tensorflow Keras Fraud Detection Autoencoder.ipynb ├── Python Tensorflow Keras Fraud Detection Autoencoder.py ├── data ├── creditcard_extended.csv ├── creditcard_small.csv ├── creditcardfraud.zip └── creditcardtransactions.avro ├── live-demo___python-jupyter-apache-kafka-ksql-tensorflow-keras.adoc ├── models ├── autoencoder_fraud.h5 └── autoencoder_fraud.pb ├── pictures ├── Apache_Kafka_KSQL_Python_Jupyter_Notebook.png ├── AutoEncoder.png ├── Jupyter_Start_Kafka_KSQL.png └── Keras_TesnsorFlow_Autoencoder_Fraud_Detection_TensorBoard.png ├── python-jupyter-apache-kafka-ksql-tensorflow-keras.ipynb └── readme.md /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kaiwaehner/python-jupyter-apache-kafka-ksql-tensorflow-keras/HEAD/LICENSE -------------------------------------------------------------------------------- /Python Tensorflow Keras Fraud Detection Autoencoder.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kaiwaehner/python-jupyter-apache-kafka-ksql-tensorflow-keras/HEAD/Python Tensorflow Keras Fraud Detection Autoencoder.ipynb -------------------------------------------------------------------------------- /Python Tensorflow Keras Fraud Detection Autoencoder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kaiwaehner/python-jupyter-apache-kafka-ksql-tensorflow-keras/HEAD/Python Tensorflow Keras Fraud Detection Autoencoder.py -------------------------------------------------------------------------------- /data/creditcard_extended.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kaiwaehner/python-jupyter-apache-kafka-ksql-tensorflow-keras/HEAD/data/creditcard_extended.csv -------------------------------------------------------------------------------- /data/creditcard_small.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kaiwaehner/python-jupyter-apache-kafka-ksql-tensorflow-keras/HEAD/data/creditcard_small.csv -------------------------------------------------------------------------------- /data/creditcardfraud.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kaiwaehner/python-jupyter-apache-kafka-ksql-tensorflow-keras/HEAD/data/creditcardfraud.zip -------------------------------------------------------------------------------- /data/creditcardtransactions.avro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kaiwaehner/python-jupyter-apache-kafka-ksql-tensorflow-keras/HEAD/data/creditcardtransactions.avro -------------------------------------------------------------------------------- /live-demo___python-jupyter-apache-kafka-ksql-tensorflow-keras.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kaiwaehner/python-jupyter-apache-kafka-ksql-tensorflow-keras/HEAD/live-demo___python-jupyter-apache-kafka-ksql-tensorflow-keras.adoc -------------------------------------------------------------------------------- /models/autoencoder_fraud.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kaiwaehner/python-jupyter-apache-kafka-ksql-tensorflow-keras/HEAD/models/autoencoder_fraud.h5 -------------------------------------------------------------------------------- /models/autoencoder_fraud.pb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kaiwaehner/python-jupyter-apache-kafka-ksql-tensorflow-keras/HEAD/models/autoencoder_fraud.pb -------------------------------------------------------------------------------- /pictures/Apache_Kafka_KSQL_Python_Jupyter_Notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kaiwaehner/python-jupyter-apache-kafka-ksql-tensorflow-keras/HEAD/pictures/Apache_Kafka_KSQL_Python_Jupyter_Notebook.png -------------------------------------------------------------------------------- /pictures/AutoEncoder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kaiwaehner/python-jupyter-apache-kafka-ksql-tensorflow-keras/HEAD/pictures/AutoEncoder.png -------------------------------------------------------------------------------- /pictures/Jupyter_Start_Kafka_KSQL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kaiwaehner/python-jupyter-apache-kafka-ksql-tensorflow-keras/HEAD/pictures/Jupyter_Start_Kafka_KSQL.png -------------------------------------------------------------------------------- /pictures/Keras_TesnsorFlow_Autoencoder_Fraud_Detection_TensorBoard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kaiwaehner/python-jupyter-apache-kafka-ksql-tensorflow-keras/HEAD/pictures/Keras_TesnsorFlow_Autoencoder_Fraud_Detection_TensorBoard.png -------------------------------------------------------------------------------- /python-jupyter-apache-kafka-ksql-tensorflow-keras.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kaiwaehner/python-jupyter-apache-kafka-ksql-tensorflow-keras/HEAD/python-jupyter-apache-kafka-ksql-tensorflow-keras.ipynb -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kaiwaehner/python-jupyter-apache-kafka-ksql-tensorflow-keras/HEAD/readme.md --------------------------------------------------------------------------------