Giter Site home page Giter Site logo

feedbackandlocalplasticity's People

Contributors

jlindsey15 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

nshervt

feedbackandlocalplasticity's Issues

data in meta training and Output dimensionality

Hello,

In MetaLearningClassification class, is {x_traj[0:K], y_traj[0:K]} the training data and {x_rand[0]} the test input for the meta learning phase? I was not sure what the names "traj" and "rand" stand for here. Also, is there any reason why your example, x_rand[0] includes 5 instances of 5 characters in order (meaning x_rand[0, :5] is 5 instances of the same character, then x_rand[0, 5:10] is for the next character, and so on) but x_traj[k] contains randomly selected instances of these characters?

I also was wondering why the output dimension of the model is 1000? I was expecting that to be the same as the number of the classes in Omniglot dataset, i.e. 963.

Thanks!

Sampling training data

Hello,

In your paper, it is stated that

"On Omniglot, the meta-training dataset consists of the first 963 character classes, and the meta-testing dataset consists of the the remaining 660 classes. "

in the code, d_traj_iterators

d_traj_iterators.append(sampler.sample_task([t]))

and d_rand_iterator

d_rand_iterator = sampler.get_complete_iterator()

are both sampled from tasks [0-962]. Based on the paper, I was expecting that the former is sampled from [0-962], while the latter is sampled from [962-1622]. Is there something that I'm missing or the code was simply changed later?

I'm also having hard time understanding what is happening in the sample_training_data function. Would appreciate if you can shed some light on it.

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.