-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
37da90e
commit 754ae85
Showing
7 changed files
with
7 additions
and
239 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"type": "project", | ||
"description": "Handwritten digit recognizer using a feed forward neural network and the MNIST dataset of 70,000 human-labeled handwritten digits.", | ||
"homepage": "https://github.com/RubixML/MNIST", | ||
"license": "Apache-2.0", | ||
"license": "MIT", | ||
"keywords": [ | ||
"classification", "cross validation", "dataset", "data science", "dropout", "example project", | ||
"feed forward", "image recognition", "image classification", "leaky relu", "machine learning", | ||
|
@@ -13,18 +13,14 @@ | |
"authors": [ | ||
{ | ||
"name": "Andrew DalPino", | ||
"email": "[email protected]", | ||
"homepage": "https://andrewdalpino.com", | ||
"homepage": "https://github.com/andrewdalpino", | ||
"role": "Lead Engineer" | ||
} | ||
], | ||
"require": { | ||
"php": ">=7.2", | ||
"ext-gd": "*", | ||
"rubix/ml": "^0.1.0" | ||
}, | ||
"suggest": { | ||
"ext-tensor": "For faster training and inference" | ||
"rubix/ml": "^0.3.0" | ||
}, | ||
"scripts": { | ||
"train": "@php train.php", | ||
|
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.