Learn how to do padding with TensorFlow and PyTorch for image processing and NLP tasks.
Also find me here:
Baeldung Author
Zhaozhen Xu
Zhaozhen has a PhD in Computer Science and currently works as a researcher in machine learning. Her research focuses on Large Language Models (LLMs) and Natural Language Processing (NLP). She has experience applying NLP in social science, finance, and health science.
Here's what I've written (so far):
Baeldung on Computer Science
- >All
- Machine Learning (4)
- Math and Logic (1)
- Deep Learning (1)
- Artificial Intelligence (1)
Softmax vs. Log Softmax
Filed under Math and Logic
Learn about Softmax and Log Softmax as activatin functions in neural networks.
Latent and Embedding Space
Filed under Artificial Intelligence
Explore the concept and applications of the latent and embedding spaces.
Prevent the Vanishing Gradient Problem with LSTM
Filed under Deep Learning
A quick and practical introduction to vanishing gradient problem prevention with LSTM.
From RNNs to Transformers
Filed under Machine Learning
The choice between RNN/LSTM and Transformer models ultimately depends on the specific requirements of the task at hand, striking a balance between efficiency, accuracy, and interpretability.
What Are Downstream Tasks?
Filed under Machine Learning
Learn about downstream tasks in machine learning.
Dimensionality of Word Embeddings
Filed under Machine Learning
Learn about word embedding and its dimensionality.
Baeldung on SQL
- >All
- SQL Joins (2)
- SQL Queries (1)
Does JOIN Order Matter in SQL?
Filed under SQL Joins
Explore the effect of changing the JOIN order in an SQL query.
Difference Between WHERE Clause and ON Clause in JOIN
Filed under SQL Joins
Learn to use JOIN statements with ON and WHERE clauses.
Statements and Queries in SQL
Filed under SQL Queries
Learn more about the differences between statements and queries in SQL.