![]() 1023: Feature: Added Boston Housing Dataset r=CarloLucibello a=pranjaldatta [Boston Housing Dataset](https://archive.ics.uci.edu/ml/machine-learning-databases/housing/) is one of the most common datasets that are used by beginners. It is as popular as other datasets like Iris etc. Hence, it feels only natural that this dataset is a part of Flux. Added src/data/housing.jl: code for downloading and loading the dataset Edited src/data/Data.jl: To include and export housing.jl Edited test/data.jl: Added test for the dataset. *All tests in test/data.jl are passing* Co-authored-by: pranjaldatta <pranjaldatta99@gmail.com> Co-authored-by: Pranjal Datta <pranjaldatta99@gmail.com> |
||
---|---|---|
.github | ||
docs | ||
paper | ||
src | ||
test | ||
.gitattributes | ||
.gitignore | ||
.gitlab-ci.yml | ||
.travis.yml | ||
CITATION.bib | ||
LICENSE.md | ||
Manifest.toml | ||
NEWS.md | ||
Project.toml | ||
README.md | ||
bors.toml |
README.md
Flux is an elegant approach to machine learning. It's a 100% pure-Julia stack, and provides lightweight abstractions on top of Julia's native GPU and AD support. Flux makes the easy things easy while remaining fully hackable.
] add Flux
See the documentation or the model zoo for examples.
If you use Flux in your research, please cite our work.