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.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS
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.
Features
- 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
Programming Language
Python
Categories
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.