Types of Neural Networks
Feedforward MLP: tabular data. CNN: images (local filters). RNN/LSTM: sequences, mostly replaced by transformers for language. Transformers: attention, today’s NLP default. Autoencoders: compress. GANs / diffusion: generate images.
Match architecture to data shape. Don’t put a CNN on a 5-column marks table without a reason.
Output — idea / do / check for Types of Neural Networks. Fill those three in the viva.
Exam tip
CNN vs transformer: images vs language.