Tag Archives: text-classification

Classifying Text with Keras: Logging

This is part 2 of a three-part series describing text processing and classification. Part 1 covers input data preparation and neural network construction, part 2 adds a variety of quality metrics, and part 3 visualizes the results. In part 1 … Continue reading

Posted in Machine Learning | Tagged , | 3 Comments

Classifying Text with Keras: Basic Text Processing

This is part 1 of a three-part series describing text processing and classification. Part 1 covers input data preparation and neural network construction, part 2 adds a variety of quality metrics, and part 3 visualizes the results. This post covers … Continue reading

Posted in Machine Learning | Tagged , | Leave a comment