Open
Conversation
…position information. Made overall changes to update to Python 3 compability. Turned Curridata into a more generalized version by removing properties form in the class and adding them where they are used (in the examples). Curridata is also now a full fledged generator itself which can return tuples of input output paris for training. Corrected the rotation matrices in polygon generator to use a negative sign on the top right sine function as is standard in rotation matrices.
…urridata class specifically for its ability as a generator
…to np because that is the convention.
…tegorical function from test_curridata to buildfeaturespolygon.py
…choose from and then choose M total shapes). Also added that as output to the example file.
…binations and the given combinations to find index faster
…e the learning rate automatically
…e same name as the keras module and sometimes caused confusion.
…in the Glorot, Bengio paper
…ed to funny indexing sometimes
… made a function to return combinations with correct counts since it was used in two functions now.
…nd y coordinates.
… to make a range like -10 degrees to 10 degrees.
…ontrols the variance of the noise.
added 12 commits
February 27, 2018 13:41
…s with different params for each getter function in funclist.
…ing dependencies together.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull from branch created from original.