Vortrag bei der Java User Group Augsburg am 28.04.2020 zum Thema Neuronale Netze und die Integration in einen Spring Boot Webservice von mir und Stefan Ostermayr.
Host:
Mischok GmbH – https://mischok.de
Thema:
News Headline Classification Die Implementierung und das Training des RNN wurde in Python implementiert, der Webservice in Java. Gezeigt werden das Preprocessing, Training und Export des Models in Python sowie das Preprocessing, laden des Models und die Prediction in Java.
Github:
Training: https://github.com/tobiassteidle/NLP-Text-Classification
Webservice: https://github.com/tobiassteidle/NLP-Text-Classification-Webservice
Technologien/Frameworks:
Training: Python, Jupyter Notebook, Natural Language Toolkit, Gensim, Scikit Learn, Keras + Tensorflow
Webservice: Java, Spring Boot, DeepLearning4j, Lucene, Tensorflow