Skip to content

khaiyichin/teach_learn_notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Teaching and Learning Notebooks

This is a collection of notes I made over the years to document interesting topics that I learned or had to teach.

Directory

.
├── .github
│   └── workflows
│       └── generate-readme-tree.yml
├── README.md
├── math
│   ├── cov_matrix_derivative.ipynb
│   └── infimum_supremum.ipynb
├── misc
│   └── solving_sudoku_backtracking.ipynb
├── ml_dl
│   ├── pca.ipynb
│   └── pytorch_nn_tutorial.ipynb
├── rl
│   ├── img
│   │   ├── on-policy-q-learning.png
│   │   └── on-policy-sarsa.png
│   └── on_policy_vs_off_policy.ipynb
├── stats
│   ├── belief_propagation_example.ipynb
│   ├── covariance_intersection_ellipses.ipynb
│   ├── gillespie_algorithm_example.ipynb
│   ├── r_squared_nondecreasing.ipynb
│   ├── variable_elimination_example.ipynb
│   └── variational_inference.ipynb
└── tree.bak

9 directories, 17 files

About

Collection of notes to document teaching and learning materials.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •