Skip to content

Commit 3c850e7

Browse files
committed
tweaks to links page
1 parent 66af334 commit 3c850e7

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ makedocs(
2424
"Saving & Loading" => "saving.md",
2525
"Performance Tips" => "performance.md",
2626
],
27-
"Flux's Ecosystem" => "ecosystem.md", # This is a links page
27+
"Ecosystem" => "ecosystem.md", # This is a links page...
2828
"Reference" => [
2929
# This essentially collects docstrings, with a bit of introduction.
3030
"Built-in Layers" => "models/layers.md",

docs/src/ecosystem.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ See also academic work citing Flux or Zygote.
99

1010
## Flux models
1111

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.
1313

1414
### Computer vision
1515

@@ -38,6 +38,8 @@ Packages that are actual `Flux` models. See also Flux's [model-zoo](https://gith
3838

3939
- [FluxArchitectures.jl](https://github.com/sdobber/FluxArchitectures.jl) is a collection of advanced network architectures for time series forecasting.
4040

41+
---
42+
4143
## Tools closely associated with Flux
4244

4345
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.
6466

6567
### Parameters
6668

67-
- [Parameters.jl](https://github.com/mauro3/Parameters.jl) types with default field values, keyword constructors and (un-)pack macros.
6869
- [ParameterSchedulers.jl](https://github.com/darsnack/ParameterSchedulers.jl) standard scheduling policies for machine learning.
6970

71+
---
72+
7073
## Differentiable programming
7174

7275
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
9093

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

96+
---
9397

9498
## Useful miscellaneous packages
9599

@@ -104,12 +108,14 @@ Some useful and random packages!
104108
- [ProgressMeter.jl](https://github.com/timholy/ProgressMeter.jl) progress meters for long-running computations.
105109
- [TensorBoardLogger.jl](https://github.com/PhilipVinc/TensorBoardLogger.jl) easy peasy logging to [tensorboard](https://www.tensorflow.org/tensorboard) in Julia
106110
- [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.
107112
- [BSON.jl](https://github.com/JuliaIO/BSON.jl) is a package for working with the Binary JSON serialisation format.
108113
- [DataFrames.jl](https://github.com/JuliaData/DataFrames.jl) in-memory tabular data in Julia.
109114
- [DrWatson.jl](https://github.com/JuliaDynamics/DrWatson.jl) is a scientific project assistant software.
110115

111116
This tight integration among Julia packages is shown in some of the examples in the [model-zoo](https://github.com/FluxML/model-zoo) repository.
112117

118+
---
113119

114120
## Alternatives to Flux
115121

0 commit comments

Comments
 (0)