Skip to main content

13 docs tagged with "deep-learning"

View all tags

Activation Functions

Why we need non-linearity and a deep dive into Sigmoid, Tanh, ReLU, and Softmax.

Autoencoders

Neural network-based dimensionality reduction: Encoder-Decoder architecture and bottleneck representations.

Deep Q-Networks (DQN)

Scaling Reinforcement Learning with Deep Learning using Experience Replay and Target Networks.

Forward Propagation

Understanding how data flows from the input layer to the output layer to generate a prediction.

Tensors - The Multidimensional Data

Defining tensors as generalized matrices, their ranks (order), and their crucial role in representing complex data types like images and video in Deep Learning frameworks (PyTorch, TensorFlow).