done: training a simple LSTM

This commit is contained in:
qwjyh 2024-11-22 21:30:46 +09:00
commit dc399629ba
5 changed files with 5405 additions and 0 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
.ipynb_checkpoints/

2709
Manifest.toml Normal file

File diff suppressed because it is too large Load diff

15
Project.toml Normal file
View file

@ -0,0 +1,15 @@
[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
IJulia = "7073ff75-c697-5162-941a-fcdaad2a7d2a"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
LanguageServer = "2b0e0bc5-e4fd-59b4-8912-456d1b03d8d7"
Lux = "b2108857-7c20-44ae-9111-449ecde12c47"
LuxCUDA = "d0bbae9a-e099-4d5b-a835-1c6931763bda"
MLUtils = "f1d291b0-491e-4a28-83b9-f70985020b54"
Optimisers = "3bd65402-5787-11e9-1adc-39752487f4e2"
Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

17
notebooks/lux_LSTM.html Normal file

File diff suppressed because one or more lines are too long

2663
notebooks/lux_LSTM.jl Normal file

File diff suppressed because it is too large Load diff