Introduction to Neural Networks and Deep Learning from scratch 💡
Learn about neural networks and implement them from scratch using Python only with no frameworks involved. Back-propagation will no longer be a mystery
Learn about neural networks and implement them from scratch using Python only with no frameworks involved. Back-propagation will no longer be a mystery
How do deep learning models based on convolutions (CNNs) and recurrents cells (RNNs) compare to Bag of Words models in the case of a sentiment classification problem
Learn about Convolutional Neural Networks with a hands-on classification problem using Tensorflow and Keras
Learn how to perform sentiment analysis on tweets using the word2vec embedding model and neural networks via Keras