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.
Suivez ces instructions pour exécuter cette application :
- 1. Téléchargé cette application sur votre PC.
- 2. Entrez dans notre gestionnaire de fichiers https://www.onworks.net/myfiles.php?username=XXXXX avec le nom d'utilisateur que vous voulez.
- 3. Téléchargez cette application dans ce gestionnaire de fichiers.
- 4. Démarrez l'émulateur en ligne OnWorks Linux ou Windows en ligne ou l'émulateur en ligne MACOS à partir de ce site Web.
- 5. Depuis le système d'exploitation OnWorks Linux que vous venez de démarrer, accédez à notre gestionnaire de fichiers https://www.onworks.net/myfiles.php?username=XXXXX avec le nom d'utilisateur que vous souhaitez.
- 6. Téléchargez l'application, installez-la et exécutez-la.
CAPTURES D'ÉCRAN
Ad
Learning to Learn in TensorFlow
DESCRIPTION
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.
Comment ça marche
- 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
Langage de programmation
Python
Catégories
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.