You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/ecosystem.md
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ See also academic work citing Flux or Zygote.
9
9
10
10
## Flux models
11
11
12
-
Packages that are actual `Flux` models. See also Flux's [model-zoo](https://github.com/FluxML/model-zoo).
12
+
-Flux's [model-zoo](https://github.com/FluxML/model-zoo) contains examples from many domains.
13
13
14
14
### Computer vision
15
15
@@ -38,6 +38,8 @@ Packages that are actual `Flux` models. See also Flux's [model-zoo](https://gith
38
38
39
39
-[FluxArchitectures.jl](https://github.com/sdobber/FluxArchitectures.jl) is a collection of advanced network architectures for time series forecasting.
40
40
41
+
---
42
+
41
43
## Tools closely associated with Flux
42
44
43
45
Utility tools you're unlikely to have met if you never used Flux!
@@ -64,9 +66,10 @@ Tools to put data into the right order for creating a model.
64
66
65
67
### Parameters
66
68
67
-
-[Parameters.jl](https://github.com/mauro3/Parameters.jl) types with default field values, keyword constructors and (un-)pack macros.
68
69
-[ParameterSchedulers.jl](https://github.com/darsnack/ParameterSchedulers.jl) standard scheduling policies for machine learning.
69
70
71
+
---
72
+
70
73
## Differentiable programming
71
74
72
75
Packages based on differentiable programming but not necessarily related to Machine Learning.
@@ -90,6 +93,7 @@ Packages based on differentiable programming but not necessarily related to Mach
90
93
91
94
-[OnlineStats.jl](https://github.com/joshday/OnlineStats.jl) provides single-pass algorithms for statistics.
92
95
96
+
---
93
97
94
98
## Useful miscellaneous packages
95
99
@@ -104,12 +108,14 @@ Some useful and random packages!
104
108
-[ProgressMeter.jl](https://github.com/timholy/ProgressMeter.jl) progress meters for long-running computations.
105
109
-[TensorBoardLogger.jl](https://github.com/PhilipVinc/TensorBoardLogger.jl) easy peasy logging to [tensorboard](https://www.tensorflow.org/tensorboard) in Julia
106
110
-[ArgParse.jl](https://github.com/carlobaldassi/ArgParse.jl) is a package for parsing command-line arguments to Julia programs.
111
+
-[Parameters.jl](https://github.com/mauro3/Parameters.jl) types with default field values, keyword constructors and (un-)pack macros.
107
112
-[BSON.jl](https://github.com/JuliaIO/BSON.jl) is a package for working with the Binary JSON serialisation format.
108
113
-[DataFrames.jl](https://github.com/JuliaData/DataFrames.jl) in-memory tabular data in Julia.
109
114
-[DrWatson.jl](https://github.com/JuliaDynamics/DrWatson.jl) is a scientific project assistant software.
110
115
111
116
This tight integration among Julia packages is shown in some of the examples in the [model-zoo](https://github.com/FluxML/model-zoo) repository.
0 commit comments