-
Notifications
You must be signed in to change notification settings - Fork 13
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
7ca1c40
commit 9f55691
Showing
8 changed files
with
10 additions
and
246 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": "An example project using a multi layer feed forward neural network for text sentiment classification trained with 25,000 movie reviews from IMDB.", | ||
"homepage": "https://github.com/RubixML/Sentiment", | ||
"license": "Apache-2.0", | ||
"license": "MIT", | ||
"readme": "README.md", | ||
"keywords": [ | ||
"bag of words", "batch norm", "classification", "dataset", "data science", "example project", | ||
|
@@ -15,17 +15,13 @@ | |
"authors": [ | ||
{ | ||
"name": "Andrew DalPino", | ||
"email": "[email protected]", | ||
"homepage": "https://andrewdalpino.com", | ||
"homepage": "https://github.com/andrewdalpino", | ||
"role": "Lead Engineer" | ||
} | ||
], | ||
"require": { | ||
"php": ">=7.2", | ||
"rubix/ml": "^0.1.0" | ||
}, | ||
"suggest": { | ||
"ext-tensor": "For faster training and inference" | ||
"rubix/ml": "^0.3.0" | ||
}, | ||
"scripts": { | ||
"predict": "@php predict.php", | ||
|
Oops, something went wrong.