Giter Club home page Giter Club logo

generating-neural-networks-with-neural-networks's Introduction

generating-neural-networks-with-neural-networks

This repository contains a TensorFlow implementation of a hypernetwork, as described here. Also contained in the repo is the code required to reproduce results from the paper.

The hypernetwork model is implemented in hypernetwork.py. To train it, run train.py. It uses the hyper-parameters defined in params.py, which are the same parameters used in the paper.

The folder MNF has an implementation of MNFG . The implementation was cloned from here, but it was modified so that it can be used in my experiments. I regret to say that my modifications are very messy, which might make it hard to use this code. I suggest that you go to the original repo, use that code to train the network, save the checkpoints in some folder, and then use my code to run experiments with these checkpoints.

The folder analysis has scripts required to run the experiments described in the paper. The scripts whose file name ends with _data_creator are used to create data, which can then be displayed using the other scripts, whose file names end with _display . Each script mentions in its body which data it requires. The name of these scripts (before the _display suffix) matches the title of the subsection in the paper in which the corresponding experiment was described.

Finally, the folder toy_problem has the toy example from the paper. To train the model, run toy_example.py.

generating-neural-networks-with-neural-networks's People

Contributors

sliorde avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.