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

adding complex valued neural network #8

Merged
merged 3 commits into from Oct 1, 2015
Merged

Conversation

borgr
Copy link
Contributor

@borgr borgr commented Oct 1, 2015

following our email conversation many examples and the full working structure for creating complex valued feed forward neural networks was commited. (note that complexsigmoid is the main function used here, and tanh is undefined for complex valued neural networks)

Add a structure to create Complex valued neural networks.
add a file with different examples of complex neural network behaviour
an equivalent to the "three" test for real numbered ff networks that ignores imaginary part.
alpmestan added a commit that referenced this pull request Oct 1, 2015
adding complex valued neural network
@alpmestan alpmestan merged commit fe3f3d5 into alpmestan:master Oct 1, 2015
@alpmestan
Copy link
Owner

Thanks! I'm kind of hoping to rewrite hnn in a way to supports what you what out of the box though, but let's put your code here for now =)

@borgr
Copy link
Contributor Author

borgr commented Oct 1, 2015

Meaning each transpose will be conjugae and transpose and things like that?
بتاريخ Oct 1, 2015 5:34 PM، كتب "Alp Mestanogullari" <
notifications@github.com>:

Thanks! I'm kind of hoping to rewrite hnn in a way to supports what you
what out of the box though, but let's put your code here for now =)


Reply to this email directly or view it on GitHub
#8 (comment).

@alpmestan
Copy link
Owner

The idea would be to rely on some instance for the number type to do the right thing.

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

Successfully merging this pull request may close these issues.

None yet

2 participants