-
Notifications
You must be signed in to change notification settings - Fork 1
Home
A Bhat edited this page Jul 10, 2023
·
59 revisions
- Image classification | Object detection | Object recognition | Semantic segmentation
- Face detection | Pedestrian detection
- Speech recognition | Sentiment analysis | Machine translation
- Networks: CNN | RNN | GAN | Deconvnet | AutoEncoder
- Training | Inference
- Model : Parameter | Layer | Accuracy
- Neural network : Neuron | Perceptron | Weight | Bias | Activation function | Depth
- Dataset : Feature | Label
- Data formats : FP16 | FP32 | bfloat16 | INT8
- Learning types: Supervised | Unsupervised | Federated | Reinforcement
- Supervised Learning : Classification | Regression
- Unsupervised Learning : Clustering
- Example : Labeled example | Unlabeled example
- Loss : Loss function
- Passes : Backpropagation | Forward pass | Backward pass
- Gradient Descent algorithm: SGD | Batch | Mini-batch
- Batch : Mini-Batch | Batch Size | Iteration
- Hyperparameter : Learning rate | Epoch
- Overfitting | Underfitting
- Regularization : Dropout
- Quantization
- Image classification: AlexNet | VGG | ResNet | Inception | EfficientNet | Vision Transformer
- Object detection: R-CNN | Fast R-CNN | Faster R-CNN | Mask R-CNN | Yolo
- NLP: BERT
- MLPerf : MLPerf Inference | MLPerf Training | MLCommons
- Data sets : MNIST | ImageNet | COCO | PASCAL VOC | CIFAR
- Frameworks: TensorFlow | PyTorch | MXNET | Keras | ONNX | JAX
- Inference engines: ArmNN | OpenVINO | TensorRT | TensorFlow Lite | Core ML
- Libraries: cuDNN | MKL-DNN | Arm Compute Library | XNNPACK | QNNPACK
- BLAS libraries: Eigen | OpenBLAS | MKL | BLIS | cuBLAS
- Compiler tech: MLIR | TensorFlow XLA | TVM