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 NN and CNN class implementations using Shadow #44

Closed
wants to merge 2 commits into from

Conversation

stompsjo
Copy link
Collaborator

This introduces two classes (ShadowNN and ShadowCNN) that can be used for semi-supervised machine learning with neural networks, Shadow, and PyTorch. This includes typical scikit-learn-esque methods like train and predict as well as methods for hyperparameter optimization and saving the model to file.

@stompsjo stompsjo requested a review from gonuke October 31, 2022 18:33
@stompsjo stompsjo self-assigned this Oct 31, 2022
@coveralls
Copy link

coveralls commented Oct 31, 2022

Pull Request Test Coverage Report for Build 3363795138

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 3348444582: 0.0%
Covered Lines: 221
Relevant Lines: 221

💛 - Coveralls

@stompsjo
Copy link
Collaborator Author

Closing this PR in favor of #50

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.

2 participants