This site is built with fastpages, An easy to use blogging platform with extra features for Jupyter Notebooks.
fastpages automates the process of creating blog posts via GitHub Actions, so you don’t have to fuss with conversion scripts. A full list of features can be found on GitHub.
What is this blog about?
This blog is a collection of studies, projects and resources about some relevant topics in machine learning that I have developed during my learning path through this matter. Initially the main focus is Natural Language Processing topics, trying to describe in an easy to understand waym some of its common tasks and problems and how to face them.
I am not an advanced practicioner or expert in machine learning, so I will do my best to make you understand the concepts but for a better intuition I will provide some other links to the topics in discussion. I hope you find this blog an interesting stop on your own journey to machine learning.
Posts
Steps to start training your custom Tensorflow model in AWS SageMaker
Attention is all you need: Discovering the Transformer model
Intro to the Encoder-Decoder model and the Attention mechanism
Character-level Text Generator using Pytorch and Amazon SageMaker
A guide on Recurrent Neural Networks: Character-level Text Generator
Getting started with NLP: Word Embeddings, GloVe and Text classification
Getting started with NLP: Tokenization, Term-Document Matrix, TF-IDF and Text classification
A guided introduction to building a Deep Recurrent Neural Network (DRNN) from scratch
A guided introduction to building a simple Recurrent Neural Network from scratch
An Example Markdown Post