diff --git a/README.md b/README.md index 6807874..1a5d6a0 100644 --- a/README.md +++ b/README.md @@ -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 [](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