Here is a list of demonstrations and tutorials.
-
Tips and Tricks: Just a few simple and helpful tips.
-
VIP CheatSheets contain several pfd files covering AI/ML/DL/ODE/Probabilitiy and Statistics.
-
jupyter lab: An alternative to jupyter notebook.
-
Using GPU on macOS with M-chip is way faster than running on CPU.
-
GPU Servers: Here is how you can run Python on one of our GPU machines.
-
/q-learning/
contains a PyTorch implementation of Q-learning with vectorizedgym
environments. It also contains a presentation summarizing the mathematics behind deep Q-learning. See Mnih et al (2015). Author: Alexander Van de Kleut. -
Pandas Essentials: There are three files introduced differnet aspect of Pandas.
-
/learn-git/
contains reference materials for common git and github workflows. Author: Alexander Van de Kleut. -
/tensorboard/
contains a demonstration of TensorBoard, a framework for saving and visualizing results from experiments. Author: Haris Zahid -
Hyperparameter search using NNI: You can download and try this simple example, and build from there.
-
Webpage starter: Initial steps to build a personal website. open the file in sublime or other similar editors.
-
Policy Gradient: Alex taught us about policy gradient, and REINFORCE.
-
Library includes usefull links to materials from background readings to implementations.
-
Unit testing, by Brian Cechmanek and Eva Kryoneriti