AI-Med | Educational Content
Educational Content for Deep Learning
numpy excersices
pandas excersices
matplotlib excersices
statistics excersices
Image processing excersices
Tricky actions numpy could provide
Linear Regression, Logistic Regression, Backpropagation, CNNs, RNNs, Generative Models
an Introduction of how to use Pytorch
MNIST classification with a fully connected model
CIFAR10 classification with a convolutional model
CIFAR10 classification with transfer learning on Inception V3
MNIST clustering using pretrained ResNet 18 and KMeans
Image captioning using CNNs for understanding the image, and LSTM for generating a caption
Generating right half of an MNIST digit given the left half.