/ai_training

AI Training Materials

Primary LanguageJupyter Notebook

Training Hub

Prerequisites

Syllabus

  • Mathematics knowledge
  • Python programming

Math Knowledge

  1. Probability and statistics
  1. Calculus
  1. Linear algebra:

Installation guide

# Designed for Ubuntu
bash ./install.sh

# For Ubuntu PC with NVIDIA GPU
conda install pytorch torchvision cudatoolkit=10.0 -c pytorch
conda install tensorflow-gpu

# For Ubuntu PC without NVIDIA GPU
conda install pytorch torchvision cpuonly -c pytorch
conda install tensorflow

Installation For MacOS: