Deep Learning
Neural networks and architectures.
AllAI FundamentalsMachine LearningDeep LearningLLMs & TransformersGenerative AINLPAI AgentsPromptingData & TrainingInfrastructureEvaluationSafety & Ethics
A
Activation Function
An activation function is a mathematical operation applied to the output of a neuron in a neural network that decides whether the neuron should 'fire' and pass on a signal.
Autoencoder
An autoencoder is a neural network that learns to compress input data into a smaller representation and then reconstruct the original data from that compressed form.