Softmax Loss

Softmax function

The softmax function is a mathematical operation that converts a vector of real numbers into a probability distribution. It is commonly used in multinomial logistic regression and as the last activation function in neural networks to produce normalized output probabilities. This allows for predicting output classes based on Luce's choice axiom.

1 courses cover this concept

CS231n: Deep Learning for Computer Vision

Stanford University

Spring 2022

This is a deep-dive into the details of deep learning architectures for visual recognition tasks. The course provides students with the ability to implement, train their own neural networks and understand state-of-the-art computer vision research. It requires Python proficiency and familiarity with calculus, linear algebra, probability, and statistics.

No concepts data

+ 55 more concepts