avik-pal/Lux.jl

Explicitly Parameterized Neural Networks in Julia

Juliamachine-learningdeep-learningneural-networks
This is stars and forks stats for /avik-pal/Lux.jl repository. As of 29 Apr, 2024 this repository has 350 stars and 30 forks.

The 🔥 Deep Learning Framework Installation ] add Lux Getting Started using Lux, Random, Optimisers, Zygote # using LuxCUDA, LuxAMDGPU # Optional packages for GPU support # Seeding rng = Random.default_rng() Random.seed!(rng, 0) # Construct the layer model = Chain(BatchNorm(128), Dense(128, 256, tanh), BatchNorm(256), Chain(Dense(256, 1, tanh), Dense(1, 10))) # Get the device determined by Lux device = gpu_device() # Parameter and State Variables ps, st = Lux.setup(rng, model) .|>...
Read on GithubGithub Stats Page
repotechsstarsweeklyforksweekly
SciML/ReservoirComputing.jlJulia1800350
brenhinkeller/StaticTools.jlJulia144080
julia-vscode/LanguageServer.jlJuliaShell3310750
HIT-UG-Group/DeepLearning-MuLi-NotesJupyter Notebook3k05040
yoyo-nb/Thin-Plate-Spline-Motion-ModelJupyter NotebookPython2.8k+12484+5
floodsung/Deep-Learning-Papers-Reading-RoadmapPython36.4k07.3k0
qdrant/qdrantRustPythonShell13.2k07510
IDEACVR/DINOPythonJupyter NotebookCuda1.7k01910
jhigginbotham64/Starlight.jlJuliaMakefile131080
omlins/JustSayIt.jlJulia77090