Граф коммитов

127 Коммитов

Автор SHA1 Сообщение Дата
Aditya Kusupati e530c231bc
Merge pull request #30 from metastableB/readme-update
Update Links in README
2017-12-11 11:14:29 +05:30
metastableB 96c24e00c8 Adding link to new wiki page 2017-12-11 11:08:05 +05:30
metastableB 8087caa4ab Updating readme with wiki links 2017-12-11 11:04:56 +05:30
Harsha Vardhan Simhadri 734c7bed9e
Update README.md 2017-12-03 02:15:41 +05:30
Harsha Vardhan Simhadri 0ec67ab627
minor grammar fix 2017-12-01 14:36:11 +05:30
Harsha Vardhan Simhadri ceede81cd7
formatting fix 2017-12-01 14:35:07 +05:30
Harsha Vardhan Simhadri e366e95045
updating readme with cmake build information 2017-12-01 14:34:01 +05:30
Ubuntu 8c18182c1f fixing mistake in makefile 2017-12-01 08:43:57 +00:00
Suresh Parthasarathy 80cfb0dd47 Reverting back the number of Bonsai Train iterations to 100 2017-11-29 08:27:20 +05:30
Aditya Kusupati f5407b1d49 Working Loadable model dump from Trainer 2017-11-28 18:44:36 +05:30
Aditya Kusupati d7ceeb4ff0 Added changes from ProtoNN-dev 2017-11-23 19:01:47 +05:30
Suresh Parthasarathy fbc316b25b Adding i/o code for protonn outputs 2017-11-21 10:30:20 +05:30
Ubuntu 6b4beadd01 added new makefiles in driver directory, updates root Makefile accordingly 2017-11-20 15:17:23 +00:00
Harsha Vardhan Simhadri 3b10ff4186 removing off_t size checks 2017-11-20 16:43:13 +05:30
Suresh Parthasarathy 680510f8e5 Making the bin path for exe as the source path 2017-11-17 15:10:47 +05:30
Suresh Parthasarathy f36bd6c109 Merge branch 'edgemlCmake' of https://github.com/Microsoft/EdgeML into edgemlCmake 2017-11-16 20:51:28 +05:30
Suresh Parthasarathy fc7de281cf Correcting mistake in bat file 2017-11-16 20:50:09 +05:30
Suresh Parthasarathy 6875c3f2c3 changes to cmake files 2017-11-16 15:45:24 +05:30
Suresh Parthasarathy c1fc8922ea Adding train and predictor drivers 2017-11-16 13:33:40 +05:30
Suresh Parthasarathy 2af1ce6874 Adding Cmake files for Bonsai and ProtoNN libs 2017-11-16 09:50:05 +05:30
Suresh Iyengar 4a9dd2cb53
Merge pull request #21 from Microsoft/ProtoNN-dev
Splitting trainer and predictors, both can be run independently.
2017-11-16 08:50:10 +05:30
Suresh Iyengar 535e2d6da5
Merge branch 'master' into ProtoNN-dev 2017-11-16 08:33:02 +05:30
krishna.ananya@gmail.com fd39b373d0 Correcting the executable name for Bonsai Trainer 2017-11-16 08:15:37 +05:30
Aditya Kusupati dcb9325051 Added shel lscripts for Train and Predict 2017-11-16 00:02:54 +05:30
Aditya Kusupati 17ea9d56f7 Readme for Trainer and Predictor 2017-11-15 23:57:32 +05:30
Aditya Kusupati 0eea0cf96c Merge branch 'ProtoNN-dev' of github.com:Microsoft/EdgeML into ProtoNN-dev 2017-11-15 23:42:34 +05:30
Aditya Kusupati 89da7e92c1 Stand alone trainer and predictor for Bonsai 2017-11-15 23:42:05 +05:30
Ubuntu 31eaf47a6a moved metrics to common 2017-11-15 14:12:55 +00:00
Ubuntu 6d20b0a197 changed protonn driver file names; change protoNN trainer and predictor constructor interface 2017-11-15 11:18:55 +00:00
Chirag Gupta f9dbc10b2b added support for point-wise prediction; resolved bug in nBatches evaluation using ceil; Readme updated 2017-11-15 10:46:34 +00:00
Chirag Gupta 6609e10938 correction in run-script 2017-11-14 19:53:39 +00:00
Chirag Gupta ab4b492af6 minor changes in code; major changes to README to include ProtoNNPredictor support 2017-11-14 19:47:36 +00:00
Aditya Kusupati b44fa565d4 Added a new Bonsai HyperParam for ease 2017-11-14 17:03:26 +05:30
Aditya Kusupati 057bc9779b Fixed Minor Bugs to Make Bonsai work 2017-11-14 15:32:02 +05:30
fda7e3e628 Modified code to save the true labels along with top k predicted labels and fixes one bug 2017-11-14 13:33:02 +05:30
29e1ea41b8 Merge branch 'ProtoNN-dev' of https://github.com/Microsoft/EdgeML into ProtoNN-dev 2017-11-14 12:06:22 +05:30
Chirag Gupta 7fd713988f Bonsai compiles; not tested 2017-11-14 06:05:11 +00:00
1e2346b7f6 Added member functions: getTopKScoresBatch, saveTopKScores to ProtoNNPredictor class. Made the ProtoNNPredictor executable to store the top 5 labels and their scores into a file by default 2017-11-14 11:10:20 +05:30
Chirag Gupta 91bd5fcafb removed some unnecessary files; reviewed and tested previous edits; ProtoNNPredictor now works for binary, multiclass data, libsvm, tsv format; minMaxNormalization tested; needs testing for multilabel, l2-normalization 2017-11-13 16:25:13 +00:00
Aditya Kusupati db66ebe124
Merge pull request #25 from kant/patch-2
Typo
2017-11-08 02:15:10 +05:30
Aditya Kusupati 60793e7956
Merge pull request #22 from Microsoft/doc-update
Update README_BONSAI_TLC.md
2017-11-08 02:14:16 +05:30
Darío Hereñú ead55e4da9 Typo 2017-10-12 17:19:06 -03:00
077a29c4a8 Added point wise evaluation in ProtoNNPredictor, added support for large size dataset in ProtoNNPredictor 2017-10-13 01:43:11 +05:30
suvadeep-iitb 4f9f16d1e7 Added separate functions for batch scoring and batch evaluating 2017-10-10 23:07:25 +05:30
Harsha Vardhan Simhadri 46d4676179 revert fix to subscript in protonn 2017-10-09 17:06:14 +05:30
Harsha Vardhan Simhadri 7d2f26091e trying to fix subscripts in Protonn, corrected regularizer to sparsirt in bonsai 2017-10-09 17:03:23 +05:30
Harsha Vardhan Simhadri 1160df0e4d removed 2 from ProtoNN's TLC readme 2017-10-09 16:54:55 +05:30
Harsha Vardhan Simhadri 1e9cba7ac1 Update README_BONSAI_TLC.md 2017-10-09 16:52:24 +05:30
Harsha Vardhan Simhadri 1e30b4bb99 Update README_BONSAI_TLC.md 2017-10-09 16:51:47 +05:30
suvadeep-iitb c411b5349a Adding makefile into commit 2017-10-06 10:39:17 +05:30