tensorflow-playground I want to learn some basic ML stuff with tensorflow. Set up GPU support install NVIDIA Container Toolkit Run with: docker run --gpus all -it --rm -p8888:8888 tensorflow/tensorflow:latest-gpu-jupyter Use predefined model https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/tf1_detection_zoo.md#mobile-models References Visualisation Netron Importing Image Data into NumPy Arrays Tensorflow Lite Inferences from a TF Lite model — Transfer Learning on a Pre-trained Model Introduction to TensorFlow Lite Model Quantization Methods In TensorFlow Lite TensorSpace.js - neural network 3D visualization framework On-Device Machine Learning: Train And Run TensorFlow Lite Models In Your Flutter Apps GPU https://www.tensorflow.org/install/docker https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html#docker PyTorch - get started