LuxDL/Lux.jl

Explicitly Parameterized Neural Networks in Julia

Juliamachine-learningdeep-learningneural-networks
This is stars and forks stats for /LuxDL/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
SimonDanisch/MakieSAM.jlJulia18010
dataflowr/notebooksJupyter NotebookPython98002970
promptslab/Awesome-Prompt-EngineeringPython2.3k01860
alexrozanski/LlamaChatSwiftRich Text FormatShell1.3k+3480
py-why/EconMLJupyter NotebookPythonCython3.2k06470
lightaime/camelPythonOther3.3k+54400+4
odsl-team/julia-ml-from-scratchJulia29010
JuliaMath/Polynomials.jlJulia281+3710
sisl/AA222Project1JuliaPythonShell20210
mlc-ai/web-llmTypeScriptHTMLShell7.6k04430