In this tutorial, we explore Datashader, a powerful, high-performance visualization library for rendering massive datasets that quickly overwhelm traditional plotting tools. We work through its full ...
In this tutorial, we implement a reinforcement learning agent using RLax, a research-oriented library developed by Google DeepMind for building reinforcement learning algorithms with JAX. We combine ...
This page is a curated collection of IPython notebooks that are notable for some reason. Feel free to add new content here, but please try to only include links to notebooks that include interesting ...
Peak prominence: https://en.wikipedia.org/wiki/Topographic_prominence Scipy peak finding: https://docs.scipy.org/doc/scipy/reference/generated/scipy.signal.find_peaks ...