defmodule Scholar do @moduledoc """ Traditional machine learning tools built on top of Nx. Scholar implements several algorithms for classification, regression, clustering, dimensionality reduction, metrics, and preprocessing. For deep learning, see [Axon](https://github.com/elixir-nx/axon). Click on the "Guides" tab for some example notebooks. """ end