Discover the Best AI Resources
Curated essentials, no noise — just what matters
The N-dimensional array (ndarray) underpinning Python's scientific stack — pandas, scikit-learn, and SciPy build directly on it. Vectorized math, broadcasting, and a C/Fortran bridge move numeric work out of Python loops into compiled code.
Gives intelligence a falsifiable mathematical definition — an agent's expected reward across all computable environments, weighted by simplicity — turning a fuzzy word into the Universal Intelligence Measure built on AIXI and Solomonoff induction.
Argues that "interesting" complexity is low in both ordered and fully random states but peaks in between, and proposes "complextropy" — a resource-bounded Kolmogorov-complexity measure — to capture the rise-then-fall pattern entropy can't explain.
Provides a collaborative API development platform for designing, testing, documenting, and monitoring APIs — with sharable Collections, mock servers, CLI, and AI-driven features (Agent Mode, AI Agent Builder, MCP Server) to automate API workflows.
Provides a comprehensive set of computer-vision algorithms and image/video processing utilities with multi-language bindings (C++, Python, Java), contrib modules, and community docs/forums — suitable for prototyping, production pipelines, and real-time applications.
Graduate-level ML textbook that frames nearly every method as Bayesian inference under one probabilistic lens, from linear models to deep nets and graphical models. Encyclopedic at ~1100 pages, math-heavy, with MATLAB code.
The result that kicked off the deep learning era: in 2012 a deep CNN cut ImageNet top-5 error from 26% to 15%, showing that GPU-trained networks with ReLU and dropout could beat decades of hand-engineered computer vision features.
Provides a browser-based interface to query, analyze, visualize, and manage data stored in Elasticsearch. Offers dashboards, interactive visualizations, search/discover, geospatial maps, alerting, and built-in ML/AI features such as natural-language search and an assistant. Suited for observability, security analytics, and operational monitoring on Elasticsearch clusters.
Provides APIs to build, learn, and run Bayesian and dynamic Bayesian networks, perform probabilistic inference, and compute interventional/counterfactual queries. Ships example notebooks, tutorials, and PyPI/conda packages. ([github.com](https://github.com/pgmpy/pgmpy))
Open textbook for upper-level undergraduates that explains computational principles behind autonomous robots — mechanisms, sensors, actuators, perception, and planning — with exercises and simulation assets. Distributed as LaTeX source under a CC-BY-NC-ND license and accompanied by course materials and Webots examples.
First model to learn control policies straight from raw Atari pixels, pairing a convolutional net with Q-learning and experience replay. One unchanged architecture played seven games, beating prior methods on six and a human expert on three.
Trains gradient-boosted tree models across local and distributed environments, with bindings for Python, R, JVM, Julia, and C++. Its sparsity-aware split finding and quantile sketch made it a default baseline for tabular ML competitions.