Skip to content

Commit bb7c5d2

Browse files
authored
Update three "other" models (#378)
* explicit Autoregressive * explicit iris * explicit FizzBuzz
1 parent 638a67d commit bb7c5d2

File tree

11 files changed

+1155
-788
lines changed

11 files changed

+1155
-788
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@ Flux v0.13 is the latest right now, marked with ☀️; models upgraded to use
8383
* [Recursive net on IMDB sentiment treebank](text/treebank) ⛅️ v0.11
8484

8585
**Other** & contributed models
86-
* [Logistic Regression Iris](other/iris/iris.jl) ☀️ v0.13
87-
* [Autoregressive Model](other/autoregressive-process/) ☀️ v0.13
86+
* [Logistic Regression Iris](other/iris/iris.jl) ☀️ v0.13 +
87+
* [Autoregressive Model](other/autoregressive-process/) ☀️ v0.13 +
8888
* [BitString Parity Challenge](other/bitstring-parity) ⛅️ v0.11
8989
* [MLP on housing data](other/housing/) (low level API) ⛅️ v0.11
90-
* [FizzBuzz](other/fizzbuzz/fizzbuzz.jl) ️ v0.11
90+
* [FizzBuzz](other/fizzbuzz/fizzbuzz.jl) ️ v0.13 +
9191
* [Meta-Learning](contrib/meta-learning/MetaLearning.jl) ❄️ v0.7
9292
* [Speech recognition](contrib/audio/speech-blstm) ❄️ v0.6
9393

0 commit comments

Comments
 (0)