Skip to content

domluna/MetaLearning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MetaLearning

This has been moved to the model-zoo.

Meta-learning sine waves. See this post for details.

Example usage:

using MetaLearning, Flux

m = Chain(Linear(1, 64, tanh), Linear(64, 64, tanh), Linear(64, 1))

fomaml(m, epochs=50_000)
# OR
reptile(m, epochs=50_000)

About

Learning to learn fast using Flux.jl

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages