Wasserstein GAN
25 December

Wasserstein GAN (WGAN) – Redefining Generative Adversarial Networks

The Wasserstein GAN (WGAN), introduced in 2017 by Martin Arjovsky and collaborators, revolutionised GAN training by addressing instability and mode collapse using the Wasserstein distance. Its applications range from generating realistic images to synthetic data creation, with significant impacts globally and in Australia.

LSTM
25 December

A Very Short Introduction of Long Short-term Memory Networks

Long Short-Term Memory (LSTM) networks, introduced in 1997 by Sepp Hochreiter and Jürgen Schmidhuber, revolutionised sequential data modelling by overcoming the limitations of traditional RNNs. With applications in speech recognition, NLP, and time-series analysis, LSTMs have become essential for handling long-term dependencies in data.

Auto-encoder
25 December

A Very Short Introduction of Autoencoders

Autoencoders, introduced in the 1980s by researchers like Geoffrey Hinton, are neural networks that compress and reconstruct data, enabling dimensionality reduction, noise removal, and anomaly detection. They are essential for unsupervised learning tasks, with applications in data compression, image processing, and recommender systems.

GRU
25 December

A Very Short Introduction of Gated Recurrent Unit

Gated Recurrent Units (GRUs), introduced in 2014 by Kyunghyun Cho and his team, are streamlined alternatives to LSTMs, designed for handling sequential data with greater computational efficiency. GRUs excel in tasks like speech recognition, time-series prediction, and natural language processing, making them ideal for real-time applications.

Sparse Autoencoders
25 December

A Very Short Introduction of Sparse Auto-encoders

Sparse autoencoders, introduced in the 2000s by researchers like Andrew Ng, are neural networks that extract essential features from high-dimensional data while minimising redundancy. They are applied in feature engineering, image compression, and pattern recognition, benefiting industries such as healthcare, finance, and government analytics.

SARSA
25 December

A Very Short Introduction of SARSA Algorithm

The SARSA algorithm, introduced by Richard Sutton and Andrew Barto in the early 1990s, is an on-policy reinforcement learning method that learns policies in real-time by evaluating state-action transitions. Its safe exploration and adaptability make it ideal for dynamic and complex environments, such as traffic systems and rescue operations.