Hub
Pricing About
  • Software
  • Blog
  • Forum
  • Events
  • Documentation
  • About KNIME
  • KNIME Community Hub
  • Search

37 results

Filter
Keras
Deep Learning
Neural network
Sequence analysis
Text analysis Text processing Lstm Classification Embedding Sentiment analysis
  1. Go to item
    Workflow
    Sentiment Analysis
    Deep learning Keras Text classification
    +9
    This workflow shows how to train a simple neural network for text classification, in this case sentiment analysis. The used netwo…
    andisa.dewi > Public > Deep Learning Workshop > Sentiment_Analysis_Deep_Learning
    3
    andisa.dewi
  2. Go to item
    Workflow
    Sentiment Analysis
    Deep learning Keras Text classification
    +11
    This workflow shows how to train a simple neural network for text classification, in this case sentiment analysis. The used netwo…
    knime > Examples > 04_Analytics > 14_Deep_Learning > 02_Keras > 08_Sentiment_Analysis_with_Deep_Learning_KNIME_nodes
    3
    knime
  3. Go to item
    Workflow
    Sentiment Analysis
    Deep learning Keras Text classification
    +9
    This workflow shows how to train a simple neural network for text classification, in this case sentiment analysis. The used netwo…
    scottf > Public > TextMiningWebinar > Sentiment > Sentiment_Deep_Learning
    1
    scottf
  4. Go to item
    Workflow
    Neural Machine Translation from English to German: Training Workflow
    Deep learning Keras Sequence analysis
    +12
    Uses a character level encoder-decoder network of LSTMs. The encoder network reads the input sentence character by character and …
    knime > Examples > 04_Analytics > 14_Deep_Learning > 02_Keras > 12_Machine_Translation > 01_Training_a_Neural_Machine_Translation_Model
    1
    knime
  5. Go to item
    Workflow
    Generate Mountain Namesn (Training)
    Deep learning Keras Text generation
    +6
    The workflow builds, trains, and saves an RNN with an LSTM layer to generate new fictive mountain names. The brown nodes define t…
    kathrin > Public > Forum_Questions > Forum_Question_How_to_Generate_Product_Names_with_my_own_list > 01_Training
    0
    kathrin
  6. Go to item
    Workflow
    Generate Text Using a Many-To-One LSTM Network (Deployment)
    Deep learning Keras Text generation
    +8
    This workflows shows two options how the previously trained TensorFlow network to generate fairy tales can be used to generates t…
    alinebessa > Codeless Data Science with KNIME -- AMCIS 2022 > Text Generation > 02_Text_Generation_Fairy_Tales_Deployment
    0
    alinebessa
  7. Go to item
    Workflow
    Sentiment Analysis (with Conda Environment propagation for Keras)
    Deep learning Keras Text classification
    +11
    adapted from: Sentiment Analysis on IMDB movie reviews (by kathrinmelcher) https://kni.me/w/NHJpmqsAJ3Ib-thH --------------------…
    mlauber71 > Public > kn_example_deeplearning > kn_example_08_sentiment_analysis_deep_learning
    0
    mlauber71
  8. Go to item
    Workflow
    Generate Text Using a Many-To-One LSTM Network (Training)
    Deep learning Keras Text generation
    +8
    The workflow builds, trains, and saves an RNN with an LSTM layer to generate new fictive fairy tales. The brown nodes define the …
    alinebessa > Codeless Data Science with KNIME -- AMCIS 2022 > Text Generation > 01_Text_Generation_Fairy_Tales_Training
    0
    alinebessa
  9. Go to item
    Workflow
    Sentiment Analysis
    Deep learning Keras Text classification
    +9
    This workflow shows how to train a simple neural network for text classification, in this case sentiment analysis. The used netwo…
    scottf > Text Processing Webinar > Sentiment_Analysis_Workshop > Group_3_Deep_Learning
    0
    scottf
  10. Go to item
    Workflow
    Sentiment Analysis
    Deep learning Keras Text classification
    +9
    This workflow shows how to train a simple neural network for text classification, in this case sentiment analysis. The used netwo…
    scottf > Public > Textproc_Session > Sentiment_Analysis_Workshop > Solutions > Solution_Deep_Learning
    0
    scottf
  11. Go to item
    Workflow
    Sentiment Analysis
    Deep learning Keras Text classification
    +9
    This workflow shows how to train a simple neural network for text classification, in this case sentiment analysis. The used netwo…
    scottf > Public > Textproc_Session > Sentiment_Analysis_Workshop > Group_3_Deep_Learning
    0
    scottf
  12. Go to item
    Workflow
    Sentiment Analysis
    Deep learning Keras Text classification
    +9
    This workflow shows how to train a simple neural network for text classification, in this case sentiment analysis. The used netwo…
    huds_gfm18 > Public > TextMiningWebinar > Sentiment > Sentiment_Deep_Learning
    0
    huds_gfm18
  13. Go to item
    Workflow
    Generate Mountain Namesn (Deployment)
    Deep learning Keras Text generation
    +6
    The workflow generates 200 new, fictive mountain names. It reads the previously trained TensorFlow network and predicts 200 seque…
    kathrin > Public > Forum_Questions > Forum_Question_How_to_Generate_Product_Names_with_my_own_list > 02_Deployment
    0
    kathrin
  14. Go to item
    Workflow
    Generate Mountain Namesn (Deployment)
    Deep learning Keras Text generation
    +6
    The workflow generates 200 new, fictive mountain names. It reads the previously trained TensorFlow network and predicts 200 seque…
    knimeoutjie > Public > 10_Generate_Product_Names_With_LSTM > 02_Deployment
    0
    knimeoutjie
  15. Go to item
    Workflow
    Train an LSTM for Sentiment Analysis
    Deep learning Keras Text classification
    +10
    This workflow shows how to train an LSTM neural network for text classification based on the example of sentiment analysis.
    lada > Public > Examples > Train an LSTM for Sentiment Analysis
    0
    lada
  16. Go to item
    Workflow
    Generate Mountain Namesn (Training)
    Deep learning Keras Text generation
    +6
    The workflow builds, trains, and saves an RNN with an LSTM layer to generate new fictive mountain names. The brown nodes define t…
    knimeoutjie > Public > 10_Generate_Product_Names_With_LSTM > 01_Training
    0
    knimeoutjie
  17. Go to item
    Workflow
    Generate Mountain Names (Training)
    Deep learning Keras Text generation
    +6
    This workflow builds, trains, and saves an (many to many) RNN with an LSTM layer to generate new fictive mountain names. The brow…
    kathrin > Codeless Deep Learning with KNIME > Chapter 7 > Generate_Product_Names_With_LSTM > 01_Generate_Mountain_Names_Training
    0
    kathrin
  18. Go to item
    Workflow
    Generate Text Using a Many-To-One LSTM Network (Training)
    Deep learning Keras Text generation
    +8
    The workflow builds, trains, and saves an RNN with an LSTM layer to generate new fictive fairy tales. The brown nodes define the …
    knime > Examples > 04_Analytics > 14_Deep_Learning > 02_Keras > 11_Generate_Fairy_Tales > 01_Training
    0
    knime
  19. Go to item
    Workflow
    Generate Text Using a Many-To-One LSTM Network (Deployment)
    Deep learning Keras Text generation
    +8
    The workflows generates text in fairy tale style. In the “Extract Index” metanode we use the probability distribution over all po…
    knime > Examples > 04_Analytics > 14_Deep_Learning > 02_Keras > 11_Generate_Fairy_Tales > 02_Deployment
    0
    knime
  20. Go to item
    Workflow
    Sentiment Analysis
    Deep learning Keras Text classification
    +9
    This workflow shows how to train a simple neural network for text classification, in this case sentiment analysis. The used netwo…
    scottf > Text Processing Webinar > Sentiment_Analysis_Workshop > Solutions > Solution_Deep_Learning
    0
    scottf

KNIME
Open for Innovation

KNIME AG
Talacker 50
8001 Zurich, Switzerland
  • Software
  • Getting started
  • Documentation
  • E-Learning course
  • Solutions
  • KNIME Hub
  • KNIME Forum
  • Blog
  • Events
  • Partner
  • Developers
  • KNIME Home
  • KNIME Open Source Story
  • Careers
  • Contact us
Download KNIME Analytics Platform Read more on KNIME Business Hub
© 2023 KNIME AG. All rights reserved.
  • Trademarks
  • Imprint
  • Privacy
  • Terms & Conditions
  • Credits