Release of StellarGraph v1.0 Open-Source Python Graph Machine Learning Library
The new StellarGraph 1.0 delivers state-of-the-art algorithms and features for a broad range of machine learning tasks on network graphs. (more…)
Read more »
Lately, I’ve been working with Python C-API. I wanted to use subinterpreters with their own GIL to unlock the performance gains promised by being able to execute many threads in parallel which was not possible before Python 3.12. Read more