A Beginner's Guide To Understanding Convolutional Neural Networks Part 2
Explains stride and padding parameters in Convolutional Neural Networks (CNNs), building on Part 1 of the beginner's guide.
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 history, perceptrons, adaptive linear neurons, and the gradient descent algorithm with Python implementations.
An introduction to single-layer neural networks, covering the Perceptron and Adaline models, with Python implementations and gradient descent.
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.