Recent Posts

Generative AI 2: Neural Networks

4 minute read

A neural network is a computational model inspired by the way biological neural networks work. It is composed of layers of neurons (nodes), which are connect...

Generative AI 1.4: Optimization Techniques

4 minute read

Optimization refers to the process of finding the best parameters for a model to minimize (or maximize) some objective function, typically the loss function ...

Generative AI 1.3: Probability and Statistics

4 minute read

In machine learning and generative AI, probability is used to model uncertainty and randomness, while statistics helps us make inferences about data. These c...