AI Infrastructure

Explore AI Infrastructure through related topics and the articles other pages reference most.

Explore articles

Reset filters
Browse subtopics: Programming Languages

Articles that also belong to these categories. Counts cover all of AI Infrastructure.

Showing 1-2 of 2 articles

Actor model

The actor model is a mathematical model of concurrent computation whose universal primitive is the actor: an autonomous, isolated entity that owns private state and communicates with other actors only by…

Computer ScienceProgramming Languages

Dask

Dask is an open-source Python library for parallel and distributed computing that scales the familiar APIs of libraries such as NumPy, pandas, and scikit-learn to process larger-than-memory datasets.

Data ScienceMachine Learning