khuyentran1401 / machine-learning-articles

List of interesting articles on different topics of machine learning and deep learning
https://towardsdatascience.com/how-to-organize-your-data-science-articles-with-github-b5b9427dad37?source=friends_link&sk=4dfb338164ad6e95809d943f0dc0578e
164 stars 55 forks source link

Understanding emotions - from Keras to pyTorch #27

Open MarioGzSl opened 4 years ago

MarioGzSl commented 4 years ago

TL;DR

How to implement DeepMoji from scratch in pyTorch.

Paris

Article Link

Understanding emotions - from Keras to pyTorch

Author

Huggingface 🤗

Key Takeaways

Useful Code Snippets

import torch

Useful Tools

Comments/ Questions

khuyentran1401 commented 4 years ago

Nice article. What do you think about using this for?

MarioGzSl commented 4 years ago

This article is very useful in two ways.

khuyentran1401 commented 4 years ago

Nice. I will go back to this article in the future as I need to perform feature extraction related to emotion or want to build NLP models in PyTorch from scratch