mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-18 03:25:31 +00:00
Merge pull request #104 from tcfuji/master
Added Machine Learning and Data Analysis section
This commit is contained in:
commit
9909d53cf4
@ -34,6 +34,7 @@ The goal is to have only projects that are mostly stable and useful to users.
|
||||
- [Geospatial](#geospatial)
|
||||
- [GUI](#gui)
|
||||
- [Image processing](#image-processing)
|
||||
- [Machine Learning and Data Analysis](#machine-learning-and-data-analysis)
|
||||
- [Markup language](#markup-language)
|
||||
- [Mobile](#mobile)
|
||||
- [Network programming](#network-programming)
|
||||
@ -351,6 +352,12 @@ 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)
|
||||
|
||||
|
||||
### Machine Learning and Data Analysis
|
||||
* [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)
|
||||
* [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)
|
||||
|
||||
|
||||
### Markup language
|
||||
|
||||
* CommonMark
|
||||
|
Loading…
Reference in New Issue
Block a user