Learn several techniques how to convert text to vectors.
Also find me here:
Baeldung Author
Daniel Ibanez
I'm a Machine Learning Engineer specialized in NLP with strong experience in Machine Translation and Text Simplification.
Here's what I've written (so far):
Baeldung on Computer Science
- All
- Machine Learning (3)
- Deep Learning (2)
- Artificial Intelligence (2)
- Algorithms (2)
- Data Science (1)
Transformer Text Embeddings
Filed under Data Science, Machine Learning
Learn what transformers are, their building blocks, and why they work so well, thanks to their advanced attention model.
Encoder-Decoder Models for Natural Language Processing
Filed under Deep Learning, Machine Learning
Explore the building blocks of encoder-decoder models with recurrent neural networks, as well as their common architectures and applications.
Topic Modeling with Latent Dirichlet Allocation
Filed under Algorithms, Artificial Intelligence
Learn about topic modeling, some of its applications, and a specific technique named Latent Dirichlet Allocation
Converting a Word to a Vector
Filed under Algorithms, Artificial Intelligence
Learn the main techniques to represent words as vectors and the pros and cons of each method