qmachina

Crates.ioqmachina
lib.rsqmachina
version0.3.0
sourcesrc
created_at2024-01-08 13:54:17.160713
updated_at2024-01-12 11:17:50.113457
descriptionA small library for Quant Machine Learning development.
homepage
repositoryhttps://github.com/lmorais-dev/qmachina
max_upload_size
id1092556
size118,249
Lucas Morais (lmorais-dev)

documentation

https://docs.rs/qmachina/latest/qmachina/

README

QMachina

Introduction

Welcome to QMachina, a comprehensive collection of tools designed for developers venturing into the world of machine learning.

This project includes a variety of functionalities such as activation functions, loss functions, technical analysis indicators, and other useful tools tailored to assist in the exploration and implementation of machine learning techniques in quantitative finance.

Features

  • Activation Functions: Implementations of various activation functions like Sigmoid, ReLU, and Tanh, essential for building neural networks.
  • Loss Functions: A set of loss functions including MSE (Mean Squared Error), Cross-Entropy, and others, enabling effective model training and evaluation.
  • Technical Analysis Indicators: Tools for technical analysis in finance, including moving averages, RSI (Relative Strength Index), and Bollinger Bands.
  • Additional utilities and tools relevant to quant developers interested in machine learning.

Getting Started

Installation

To install QMachina, run the following command:

cargo install qmachina

Simple as that 😁

Documentation

For detailed documentation, visit docs.rs.

License

This project is licensed under the LGPL-3.0-only license. See the LICENSE.md file for details.

Commit count: 0

cargo fmt