This is the Linux app named Learning to Learn in TensorFlow whose latest release can be downloaded as learning-to-learnsourcecode.tar.gz. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named Learning to Learn in TensorFlow with OnWorks for free.
Segui queste istruzioni per eseguire questa app:
- 1. Scaricata questa applicazione sul tuo PC.
- 2. Entra nel nostro file manager https://www.onworks.net/myfiles.php?username=XXXXX con il nome utente che desideri.
- 3. Carica questa applicazione in tale file manager.
- 4. Avviare l'emulatore online OnWorks Linux o Windows online o l'emulatore online MACOS da questo sito Web.
- 5. Dal sistema operativo OnWorks Linux che hai appena avviato, vai al nostro file manager https://www.onworks.net/myfiles.php?username=XXXXX con il nome utente che desideri.
- 6. Scarica l'applicazione, installala ed eseguila.
IMMAGINI
Ad
Learning to Learn in TensorFlow
DESCRIZIONE
Learning to Learn, created by Google DeepMind, is an experimental framework that implements meta-learning—training neural networks to learn optimization strategies themselves rather than relying on manually designed algorithms like Adam or SGD. The repository provides code for training and evaluating learned optimizers that can generalize across different problem types, such as quadratic functions and image classification tasks (MNIST and CIFAR-10). Using TensorFlow, it defines a meta-optimizer model that learns by observing and adapting to the optimization trajectories of other models. The project allows users to compare performance between traditional optimizers and the learned optimizer (L2L) on various benchmarks, demonstrating how optimization strategies can be learned through experience. The design supports both single-variable and high-dimensional problems, and includes tools for evaluating how well a learned optimizer performs on unseen tasks.
Caratteristiche
- Trains neural networks to learn optimization strategies through meta-learning
- Supports multiple benchmark problems (quadratic, MNIST, CIFAR-10)
- Includes train and evaluation scripts with configurable parameters
- Allows easy integration of new optimization problems via TensorFlow
- Provides a learned optimizer (L2L) and baseline comparisons with Adam
- Tracks and saves optimizer performance across training epochs
Linguaggio di programmazione
Python
Categorie
This is an application that can also be fetched from https://sourceforge.net/projects/learn-2learn-tensorflow.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.