From d2215b473723e2a82b584aa7fa813c66c82afb69 Mon Sep 17 00:00:00 2001 From: MartinuzziFrancesco Date: Tue, 17 Dec 2024 13:41:56 +0100 Subject: [PATCH] added RecurrentLayers to ecosystem --- docs/src/ecosystem.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/src/ecosystem.md b/docs/src/ecosystem.md index 050b8e69fc..5e11eb9529 100644 --- a/docs/src/ecosystem.md +++ b/docs/src/ecosystem.md @@ -42,6 +42,9 @@ See also academic work [citing Flux](https://scholar.google.com/scholar?cites=97 - [RobustNeuralNetworks.jl](https://github.com/acfr/RobustNeuralNetworks.jl) includes classes of neural networks that are constructed to naturally satisfy robustness constraints. +### Recurrent neural networks + +- [RecurrentLayers.jl](https://github.com/MartinuzziFrancesco/RecurrentLayers.jl) offers a collection of novel recurrent neural networks. --- ## Tools closely associated with Flux