Coder Social home page Coder Social logo

deep_architecture_genealogy's Introduction

Deep Architecture Genealogy

There are so many new models and architectures. If you find something interesting and worth paying attention to, please send us a pull requests (PR) and write issues. README.md is automatically generated. Please send PRs on the Neural Net Arch Genealogy.txt file.

Mindmap Coggle Link

https://coggle.it/diagram/Wf5mYoJbsgABUF9P https://coggle.it/diagram/Wf5mYoJbsgABUF9P

Text Version

This is automatically generated. Please send a PR on the Neural Net Arch Genealogy.txt file.

Contributions

Your pull requests and issues are always welcome.

deep_architecture_genealogy's People

Contributors

adavidzh avatar ckhung avatar hunkim avatar jungwoo-ha avatar mazzzystar avatar sunnymarkliu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

deep_architecture_genealogy's Issues

Better Separate Data File and Markdown file

It's better to have a separate data file (preferrably, yaml format)
and let the python script autogenerates the markdown file.

I guess there is a data file(Neural Net Arch Genealogy.txt),
but it's not included in the repository because of the gitignore.

with open('Neural Net Arch Genealogy.txt') as fin, open('README.md', 'w') as fout:
    fout.write(head)
    for line in fin:
        tab_count = line.count('\t')
        if not tab_count:
            continue

        spaces = ['  ' for i in range(tab_count-1)]
        fout.write(''.join(spaces) + '* ' + line.replace('\t', ''))

    fout.write(tail)

Suggesstion

  1. Include a data file
  2. Change the data file to yaml format or json format such that it is easy to generate a markdown format

For example,

  • each paper has name, date, link
  • categories can have data
  • categories can have another sub categories

It would look like this

---
Memory Networks:
  data:
  - name: Memory Network
    date: '14.10'
    link: https://arxiv.org/abs/1410.3916

  - name: End to End Memory Network
    date: '15.03'
    link: https://arxiv.org/pdf/1503.08895.pdf

  Neural Programming:
    data:
    - name: Neural Turing Machine
      date: '14.10'
      link: https://arxiv.org/pdf/1410.5401.pdf

    - name: Neural Random-Access Machine
      date: '16.02'
      link: https://arxiv.org/pdf/1511.06392.pdf

CNN:
  data:
  - name: Some CNNs
    date: Some Cnn Date
    link: Some CNN Link

infoGAN link error

The paper link of infoGAN is linked to Improved Training of Wasserstein GANs.

Addition to Memory Networks

Neural Turing Machine (2014.10) https://arxiv.org/pdf/1410.5401.pdf

Hybrid Computing using a neural network with dynamic external memory (2016.10) https://www.nature.com/nature/journal/v538/n7626/full/nature20101.html

Neural Programmer (2016.08) https://arxiv.org/pdf/1511.04834.pdf

Papers above this sentence are pretty well-known on the category.

Neural Random-Access Machines (2016.02) https://arxiv.org/pdf/1511.06392.pdf

Neural GPUs Learn Algorithms (2016.03) https://arxiv.org/pdf/1511.08228.pdf

Learning Efficient Algorithm with Hierarchical Attentive Memory (2016.02) https://arxiv.org/abs/1602.03218

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.