Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spec out a 2D experiment space for testing #4

Closed
rhyolight opened this issue Feb 26, 2019 · 1 comment
Closed

Spec out a 2D experiment space for testing #4

rhyolight opened this issue Feb 26, 2019 · 1 comment

Comments

@rhyolight
Copy link
Contributor

rhyolight commented Feb 26, 2019

I think we should start simple with a small space like MNIST. So imagine something like 28*28 and a total of 784 input units, but topological.

Each location in this space:

  • has a unique location representation
  • may have a feature

We can put off specifying the feature type etc. until processing time.

If we do it this way, we can also use MNIST as a test set for object classification when we are ready, and we'll have the flexibility to decide what "features" are within each experiment.

rhyolight added a commit that referenced this issue Apr 2, 2019
@Zbysekz
Copy link
Collaborator

Zbysekz commented Jun 10, 2020

2D space is now defined; MNIST can be implemented in the future in #18

@Zbysekz Zbysekz closed this as completed Jun 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants