
Alex Shvid's Blog
Let's talk about Deep Learning
Simplicity First
Model must be simple enough to understand in first 10 minutes.
Minimalistic Design
More data - better model, less features - better speed, do not overfit.
Precision & Accuracy
Bias is the king, make sure that you are in the right direction.
# Quick Start
Check available devices
from tensorflow.python.client import device_lib
device_lib.list_local_devices()
import torch
torch.has_mps