This directory contains 6 workflows.
01_Topic Detection Clustering After classic pre-processing (in streaming mode!) we: - extract the document keywords with a KeyGraph Keyword Extractor […]
02_Topic_Detection_LDA This workflow extracts topics from the KNIME Forum dataset using the Topic Extractor (Parallel LDA) node. URL: […]
03_Document_Classification This is a workflow for topic classification. After converting the Documents into word vectors, it becomes a traditional […]
04_Word_Embedding_Classification Word Embedding for Classification Word2Vec Learner node here is trained on a training set extracted from the […]
05_Word_Embedding_Distance Here we use word embedding instead of hot encoding, using a Word2Vec Learner node. The hidden layer size is set to 10, […]