Giter Club home page Giter Club logo

master_thesis's Introduction

master_thesis

my master thesis about meta learning for classification task

python3.5/3.6 with tensorflow1.4 dataset: omniglot and miniImagenet

  1. train an embedding module first (use resnet and softmax cross_entropy function) try auto_encoder as well
  2. add pixel-wise loss to avoid overfitting(optional)
  3. feature vectors generation(could use the embedding module to train a transformation function to generate feature vectors to add few bias for DeepComparNet) and images augmentation(transforamtion, scale, rotation, crop, whitening)
  4. train DeepCompareNet by using the embedding module as parameters initialzation, add comparsion module could also train the DeepCompareNet(include embedding module and comparsion moudle from scratch)

details:

  1. TODO: choose suitable batch_size and query images size
  2. check the gradient
  3. check the ratio of updated gradient norm and norm of weight (10^-3, if lower, then learning is slow, if higher, may not stable)
  4. if the accuracy on validation dataset is not getting higher any more, then divide the learing rate by 2 or 5
  5. ensemble

questions:

  1. can capsule network deal with few shots learning?
  2. how squared hinge loss works?

just combine images in numpy file

name_scope does not affect for tf.get_variable() for tf.Variable() with same variable name, var1, var1_1, var1_2 variable_scope has effect for tf.get_variable()

tf.Variable() can not reuse previos defined variable

master_thesis's People

Contributors

fenoms avatar

Stargazers

 avatar

Watchers

James Cloos 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.