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

Commits on Oct 1, 2015

  1. Create ComplexNetwork.hs

    Add a structure to create Complex valued neural networks.
    borgr committed Oct 1, 2015
    Configuration menu
    Copy the full SHA
    323d6dd View commit details
    Browse the repository at this point in the history
  2. Create TestComplex.hs

    add a file with different examples of complex neural network behaviour
    borgr committed Oct 1, 2015
    Configuration menu
    Copy the full SHA
    b6b5e8d View commit details
    Browse the repository at this point in the history
  3. Create TestComplexDigits.hs

    an equivalent to the "three" test for real numbered ff networks that ignores imaginary part.
    borgr committed Oct 1, 2015
    Configuration menu
    Copy the full SHA
    ea6f93b View commit details
    Browse the repository at this point in the history