|
You are here |
datascience.blog.wzb.eu | ||
| | | | |
ajcr.github.io
|
|
| | | | | Haphazard investigations | |
| | | | |
tomaugspurger.net
|
|
| | | | | This is part 4 in my series on writing modern idiomatic pandas. Modern Pandas Method Chaining Indexes Fast Pandas Tidy Data Visualization Time Series Scaling Wes McKinney, the creator of pandas, is kind of obsessed with performance. From micro-optimizations for element access, to embedding a fast hash table inside pandas, we all benefit from his and others' hard work. This post will focus mainly on making efficient use of pandas and NumPy. | |
| | | | |
sebastianraschka.com
|
|
| | | | | I'm Sebastian: a machine learning & AI researcher, programmer, and author. As Staff Research Engineer Lightning AI, I focus on the intersection of AI research, software development, and large language models (LLMs). | |
| | | | |
polymathprojects.org
|
|
| | | It's probably time to refresh the previous thread for the "finding primes" project, and to summarise the current state of affairs. The current goal is to find a deterministic way to locate a prime in an interval $latex [z,2z]$ in time that breaks the "square root barrier" of $latex \sqrt(z)$ (or more precisely, $latex z^{1/2+o(1)}$).... | ||