mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-12-20 16:53:09 +00:00
simplify "Machine learning" section
This commit is contained in:
parent
e7b345302a
commit
5e47b63014
1 changed files with 4 additions and 4 deletions
|
@ -35,7 +35,7 @@ The goal is to have only projects that are mostly stable and useful to users.
|
||||||
- [Geospatial](#geospatial)
|
- [Geospatial](#geospatial)
|
||||||
- [GUI](#gui)
|
- [GUI](#gui)
|
||||||
- [Image processing](#image-processing)
|
- [Image processing](#image-processing)
|
||||||
- [Machine Learning and Data Analysis](#machine-learning-and-data-analysis)
|
- [Machine learning](#machine-learning)
|
||||||
- [Markup language](#markup-language)
|
- [Markup language](#markup-language)
|
||||||
- [Mobile](#mobile)
|
- [Mobile](#mobile)
|
||||||
- [Network programming](#network-programming)
|
- [Network programming](#network-programming)
|
||||||
|
@ -360,9 +360,9 @@ See also [http://areweideyet.com/](http://areweideyet.com/) and [Rust and IDEs](
|
||||||
* [PistonDevelopers/image](https://github.com/PistonDevelopers/image) — Basic imaging processing functions and methods for converting to and from image formats [<img src="https://travis-ci.org/PistonDevelopers/image.svg?branch=master">](https://travis-ci.org/PistonDevelopers/image)
|
* [PistonDevelopers/image](https://github.com/PistonDevelopers/image) — Basic imaging processing functions and methods for converting to and from image formats [<img src="https://travis-ci.org/PistonDevelopers/image.svg?branch=master">](https://travis-ci.org/PistonDevelopers/image)
|
||||||
|
|
||||||
|
|
||||||
### Machine Learning and Data Analysis
|
### Machine learning
|
||||||
* [autumnai/leaf](https://github.com/autumnai/leaf) - Open Machine Intelligence Framework. [![Build Status](https://travis-ci.org/autumnai/leaf.svg?branch=master)](https://travis-ci.org/autumnai/leaf)
|
|
||||||
* [rust-bio/rust-bio](https://github.com/rust-bio/rust-bio) - This library provides implementations of many algorithms and data structures that are useful for bioinformatics. [![Travis](https://img.shields.io/travis/rust-bio/rust-bio.svg?style=flat-square)](https://travis-ci.org/rust-bio/rust-bio)
|
* [autumnai/leaf](https://github.com/autumnai/leaf) - Open Machine Intelligence framework. [![Build Status](https://travis-ci.org/autumnai/leaf.svg?branch=master)](https://travis-ci.org/autumnai/leaf)
|
||||||
* [maciejkula/rustlearn](https://github.com/maciejkula/rustlearn) - Machine learning crate for Rust. [![Circle CI](https://circleci.com/gh/maciejkula/rustlearn.svg?style=svg)](https://circleci.com/gh/maciejkula/rustlearn)
|
* [maciejkula/rustlearn](https://github.com/maciejkula/rustlearn) - Machine learning crate for Rust. [![Circle CI](https://circleci.com/gh/maciejkula/rustlearn.svg?style=svg)](https://circleci.com/gh/maciejkula/rustlearn)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue