Completed
Ising model: code
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Numba - A JIT Compiler for Fast Numerical Code
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Specialized Tailored for number crunching
- 3 Multiple targets
- 4 Numba architecture
- 5 Compilation pipeline
- 6 Numba types
- 7 Supported Python syntax Supported constructs
- 8 Supported Python features
- 9 Supported Python modules Standard library
- 10 Supported Numpy features
- 11 Limitations
- 12 Semantic changes
- 13 Using Numba: @vectorize
- 14 @jit example: Ising models
- 15 Ising model: code
- 16 CUDA support
- 17 CUDA example
- 18 Installing Numba