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

49 results

Filter
Neural network
Deep learning
Keras
Lstm
Sequence analysis Text analysis Text processing Classification Embedding
  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
    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
  4. Go to item
    Workflow
    Energy Demand Prediction with LSTM - Training
    Time Series Prediction Energy Usage
    +4
    This workflow trains and applies an LSTM network to predict energy demand using lagged values of a time series as input. In the E…
    kathrin > Codeless Deep Learning with KNIME > Chapter 6 > 01_TSA_with_LSTM_Network_Training
    1
    kathrin
  5. 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
  6. Go to item
    Workflow
    Energy Demand Prediction with LSTM - Deployment
    Time Series Prediction Energy Usage
    +4
    This workflow applies an LSTM network to predict energy demand using lagged values of a time series as input.
    kathrin > Codeless Deep Learning with KNIME > Chapter 6 > 02_TSA_with_LSTM_Network_Deployment
    1
    kathrin
  7. 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
  8. 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
  9. Go to item
    Workflow
    Energy Demand Prediction with LSTM - Training
    Time Series Prediction Energy Usage
    +4
    This workflow trains and applies an LSTM network to predict energy demand using lagged values of a time series as input. In the E…
    etayaa > Public > SERIES_DE_TIEMPO > 01_TSA_with_LSTM_Network_Training
    0
    etayaa
  10. Go to item
    Workflow
    Solution to the Exercise 8: LSTM Network
    Time Series Prediction Energy Usage
    +4
    This workflow predicts the irregular component of time series (energy consumption) by an LSTM network with lagged values as input…
    maarit > Public > Demos > 03_LSTM_Network
    0
    maarit
  11. Go to item
    Workflow
    Energy Consumption Forecasting with LSTM
    Time Series Prediction Energy Usage
    +4
    This workflow predicts time series (energy consumption) by an LSTM network with lagged values as input. The trained model is then…
    vascoasv > Public > Energy Consumption Forecasting with LSTM
    0
    vascoasv
  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
    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…
    gyoery > Public > 08_Sentiment_Analysis_with_Deep_Learning_KNIME_nodes_Test
    0
    gyoery
  14. 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
  15. 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
  16. 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
  17. Go to item
    Workflow
    Sentiment Analysis
    Deep learning Keras Text classification
    +12
    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 > 07_Sentiment_Analysis_with_Deep_Learning
    0
    knime
  18. Go to item
    Workflow
    Generate Mountain Names (Training)
    Deep learning Keras Text generation
    +7
    The workflow builds, trains, and saves an RNN with an LSTM layer to generate new fictive mountain names. The brown nodes define t…
    knime > Examples > 04_Analytics > 14_Deep_Learning > 02_Keras > 10_Generate_Product_Names_With_LSTM > 01_Training
    0
    knime
  19. 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…
    abdulrehman > Public > Sentiment_Analysis_Deep_Learning
    0
    abdulrehman
  20. Go to item
    Workflow
    Neural Machine Translation from English to German: Deployment Workflow
    Deep learning Keras Sequence analysis
    +12
    This is the deployment workflow of the encoder-decoder neural architecture for the Neural machine Translation model. It includes …
    knime > Examples > 04_Analytics > 14_Deep_Learning > 02_Keras > 12_Machine_Translation > 02_Deploying_a_Neural_Machine_Translation_Model
    0
    knime

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