FNN - Feedforward Neural Networks
The simplest type of artificial neural network where connections between nodes do not form cycles.
- read through each famous models papers
- implement it in code
Models: - resnet18 - Unet - Yolo - Faster_RCNN - RNN - Gans - LSTM
Back to top