2 releases

0.1.1 Jul 15, 2024
0.1.0 Jul 14, 2024

#288 in Machine learning

MIT license

8KB
116 lines

Machine Learning in Rust

Welcome to the Machine Learning library implemented in Rust! This open-source library provides basic machine learning algorithms and utilities to facilitate the development of machine learning projects in Rust.

Features

  • Linear Regression: Perform linear regression analysis on your data.
  • Easy to Use: Simple API for integrating into your projects.
  • Efficient: Leverages Rust's performance and safety features.

Installation

To use this library in your Rust project, add the following line to your Cargo.toml file:

[dependencies]
machine_learning = "0.1.0"

Documentation

For detailed documentation on how to use this library and to stay updated with the latest algorithms and methods being added, please visit documentation.

Future Updates

Currently, only the linear regression algorithm is published. We are actively working on adding more algorithms and methods. Regularly check the documentation to see what new features have been added.

Contributing

Contributions are welcome! Feel free to open an issue or submit a pull request. Your feedback and contributions are highly appreciated.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

For any inquiries or questions, please contact me .

Feel free to clone the repository and explore the code. Contributions and feedback are highly appreciated!

No runtime deps