Learning Deep Learning with Keras
A guide for beginners on how to start learning deep learning using the Keras library, including recommended resources and prerequisites.
A guide for beginners on how to start learning deep learning using the Keras library, including recommended resources and prerequisites.
A deep dive into applying deep learning techniques to Natural Language Processing (NLP), covering word vectors and research paper summaries.
A detailed review and explanation of key research papers in the field of Reinforcement Learning, part of a deep learning series.
Explains stride and padding parameters in Convolutional Neural Networks (CNNs), building on Part 1 of the beginner's guide.
A summary of the author's experience and key takeaways from attending the PyData Berlin 2016 conference, including notable talks.
A humorous take on solving the classic Fizz Buzz coding interview problem using an unnecessarily complex TensorFlow neural network.
Explores why modern neural networks succeed where older ones failed, emphasizing the critical role of massive computational power and data size.
An introduction to single-layer neural networks, covering the Perceptron and Adaline models, with Python implementations and gradient descent.
An introduction to single-layer neural networks, covering the history, perceptrons, adaptive linear neurons, and the gradient descent algorithm with Python implementations.
Announcing the four students accepted for Google Summer of Code 2024 to work on scikit-learn projects, including neural networks and performance improvements.
Explains the mathematical relationship between the tanh and logistic sigmoid functions, and why tanh is preferred in neural networks.