Category: Topic
-
Working with Speech Data
Reading Time: 3 minutes
This post is for people who have good understanding of deep learning, and basic understanding of data representation for images and text. In this blog, we will explore how TTS (text to speech) systems work. References:
-
Kickstarting NLP, Part 1, Language Models
Reading Time: 5 minutes
The purpose of this series is to summarize the latest breakthroughs, problems, and solutions in the field of natural language processing and language understanding. Language Model In layman term, language model is probability distribution over words or word sequences, in a particular given context. The abstract understanding of natural language can be useful in multiple…