Latest Articles

  • A Lightweight Code Editor for Throwaway Code

    Have you ever found yourself in need of a code editor that strikes the balance between a REPL and a full-fledged text editor? Look no further than Functino! This simple graphical code editor and runner is perfect for quick experiments and throwaway code. Whether you’re a seasoned developer looking to test a snippet of code …

  • Improving Machine Learning Models with TorchMetrics

    As machine learning models become increasingly complex, it is crucial to have a comprehensive set of metrics to evaluate their performance. TorchMetrics is a powerful tool that offers a collection of over 100 PyTorch metrics implementations designed to help you optimize and evaluate your machine learning models. In this article, we will explore the features …

  • A High-Performance Library for Eigenvalue and Singular Value Computation