Giter Club home page Giter Club logo

doi-ml's Introduction

Hi there ๐Ÿ‘‹

  • ๐Ÿ”ญ Independent programmer and researcher.
  • ๐ŸŒฑ Iโ€™m experiment with Deep Neural Network architectures.
  • ๐Ÿ‘ฏ I have released a few libraries to promote concise programming.
  • โšก Located in Chiang Mai, Thailand.
  • ๐Ÿ“ซ Twitter Handle: @_NareshPS

doi-ml's People

Contributors

nareshps avatar

Watchers

 avatar  avatar

doi-ml's Issues

Potential Apps

Apps I Need

  • Note-taking application with time sorted items.
  • Ideas sketching.
  • Map with route recording.
  • Word games to learn new words in a fun way.

Knowledge Capture Blocks

Types of information capture blocks in seq2seq networks:

1- Essence Blocks
2- Relationship Blocks
3- Generalization Blocks
4- Specialization Blocks

Essence Blocks

They can be composed off:

  • Feed-forward layers.
  • Specialised information capture layers such as convolution, embedding etc.

Relationship Blocks

They can composed off:

  • Attention Layers

Generalization Blocks

They generalize inputs into broad topics. Composition choices: ??

Specialization Blocks

They specialize topics into sub-topics. Composition choices: ??

Differential death strategy

A strategy for premature deaths of the children with the following goals:

  • We want the under-performers and over-achievers to die with a high probability. In a evolutionary environment, they are the misfits.
  • We want the average performers to have a higher change of survival.

This idea is more likely to work in a collaborative setting. In an individual setting, better performers have higher chance of survival. That brings us to the next question. How would we model collaboration?

Loopy Networks

Networks with layers influencing multiple sections of the computation graph. Questions:

  • Does TF allows such an architecture?
  • How would the gradient updates be handles?
    • Add all the updates for the same layer?
    • Delta = (Mod(Min)-Mod(Max))/2. Sign(Delta) + Min

Attention: Multi-level input processing.

Split input sequence into blocks. Each blocks is processed by two self-attentions. The blocks themselves are transformed into a second level sequence which use the two self-attentions. One self-attention is shared between the levels.

References

  • Transformer-XL (Dai et al., 2019)

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.