Skip to content

Commit c7937f6

Browse files
committed
Add MLUtils.jl and move FluxArchitectures.jl
1 parent e422d90 commit c7937f6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/src/ecosystem.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ This is a non-exhaustive list of Julia packages, nicely complementing `Flux` in
77
machine learning and deep learning workflows. To add your project please send a [PR](https://github.com/FluxML/Flux.jl/pulls).
88
See also academic work citing Flux or Zygote.
99

10-
## Advanced models
11-
12-
- [FluxArchitectures.jl](https://github.com/sdobber/FluxArchitectures.jl) is a collection of slightly more advanced network architectures.
13-
1410
## Computer vision
1511

1612
- [ObjectDetector.jl](https://github.com/r3tex/ObjectDetector.jl) provides ready-to-go image analysis via YOLO.
@@ -54,7 +50,7 @@ Tools to put data into the right order for creating a model.
5450

5551
- [Augmentor.jl](https://github.com/Evizero/Augmentor.jl) is a real-time library augmentation library for increasing the number of training images.
5652
- [DataAugmentation.jl](https://github.com/lorenzoh/DataAugmentation.jl) aims to make it easy to build stochastic label-preserving augmentation pipelines for your datasets.
57-
- [MLUtils.jl](https://github.com/JuliaML/MLUtils.jl) is a library for processing Machine Learning datasets.
53+
- [MLUtils.jl](https://github.com/JuliaML/MLUtils.jl) (replaces [MLDataUtils.jl](https://github.com/JuliaML/MLDataUtils.jl) and [MLLabelUtils.jl](https://github.com/JuliaML/MLLabelUtils.jl)) is a library for processing Machine Learning datasets.
5854

5955
## Probabilistic programming
6056

@@ -76,6 +72,10 @@ Tools to put data into the right order for creating a model.
7672

7773
- [OnlineStats.jl](https://github.com/joshday/OnlineStats.jl) provides single-pass algorithms for statistics.
7874

75+
## Time series
76+
77+
- [FluxArchitectures.jl](https://github.com/sdobber/FluxArchitectures.jl) is a collection of advanced network architectures for time series forecasting.
78+
7979
## Miscellaneous
8080

8181
- [AdversarialPrediction.jl](https://github.com/rizalzaf/AdversarialPrediction.jl) provides a way to easily optimize generic performance metrics in supervised learning settings using the [Adversarial Prediction](https://arxiv.org/abs/1812.07526) framework.

0 commit comments

Comments
 (0)