Skip to content

isaka-james/machine-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.
  • Logistic Regression: Perform the Logistic Regression.
  • 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.1"

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, I 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!