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

Fixed (de)serialization to include activation function. #97

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Mar 10, 2018

  1. Fixed (de)serialization to include activation function.

    This fixes CodingTrain#96 by using a `replacer` on serialization to preserve the activation function as a string.
    On deserialization the function string is `eval()`-ed. This is dangerous as malicious code could be
    executed. Might be possible to port this to using `new Function()` instead.
    enginefeeder101 committed Mar 10, 2018
    Configuration menu
    Copy the full SHA
    8f4856f View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2018

  1. Configuration menu
    Copy the full SHA
    841c92b View commit details
    Browse the repository at this point in the history