GoLearn is a machine learning library for the Go programming language. It provides a supervised learning framework and a toolkit for building, training, and evaluating predictive models through a standardized interface. The project implements a data frame system that loads CSV files into structured grids for matrix operations. It includes a preprocessing library for discretizing continuous variables and a model evaluation toolkit that utilizes confusion matrices and cross-validation to measure precision and recall. The library covers data engineering and management, including the ability to
This is a machine learning educational repository consisting of a collection of notebooks and code examples. It provides practical implementations of diverse machine learning algorithms and workflows, ranging from traditional scientific computing to deep learning. The project features specific implementations of Scikit-Learn models, such as decision trees, random forests, and support vector machines, as well as TensorFlow examples for building neural networks, convolutional layers, and recurrent architectures. It also includes tutorials on reinforcement learning development and the creation o
Machine learning evaluation metrics, implemented in Python, R, Haskell, and MATLAB / Octave
The main features of aidatatools/ollama-benchmark are: Model Evaluation.
Open-source alternatives to aidatatools/ollama-benchmark include: sjwhitworth/golearn — GoLearn is a machine learning library for the Go programming language. It provides a supervised learning framework and… nvidia/isaac-gr00t. ageron/handson-ml — This is a machine learning educational repository consisting of a collection of notebooks and code examples. It… benhamner/metrics — Machine learning evaluation metrics, implemented in Python, R, Haskell, and MATLAB / Octave. edublancas/sklearn-evaluation — Machine learning model evaluation made easy: plots, tables, HTML reports, experiment tracking and Jupyter notebook… confident-ai/deepeval — Deepeval is a framework for testing and evaluating large language model applications. It provides a suite of tools for…