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 |
suvadeep-iitb
|
48374a9bf6
|
Merge branch 'ProtoNN-dev' of https://github.com/Microsoft/EdgeML into ProtoNN-dev
|
2017-10-06 10:33:52 +05:30 |
suvadeep-iitb
|
8f86880c04
|
Incorporating seperate code for prediction
|
2017-10-04 12:29:37 +05:30 |
Ubuntu
|
bc5e9fc3d8
|
Merge branch 'master' into ProtoNN-dev
|
2017-10-03 08:32:28 +00:00 |
Ubuntu
|
7a01ba8193
|
removing stray file: src/ProtoNN/ProtoNN.cpp
|
2017-10-03 08:31:51 +00:00 |
Aditya Kusupati
|
c16a749fda
|
Update BonsaiIngestTest.cpp
|
2017-09-27 12:35:56 +05:30 |
Aditya Kusupati
|
269ba78552
|
removed assert for batchSize
|
2017-09-18 17:25:04 +05:30 |
Harsha Vardhan Simhadri
|
b7580d46b9
|
Merge pull request #18 from Microsoft/TLC
Bug fixes in ProtoNN and Bonsai trainers, relaxed clustering checks
|
2017-09-16 02:01:39 +05:30 |
Harsha Vardhan Simhadri
|
81514bf38e
|
clustering check sensibly relaxed
|
2017-09-16 01:56:46 +05:30 |
Harsha Vardhan Simhadri
|
dbf153f640
|
flushing changes from TLC
|
2017-09-16 01:49:03 +05:30 |
Chirag Gupta
|
494ec8818b
|
Merge branch 'doc-update'
|
2017-09-12 11:28:41 +00:00 |
Chirag Gupta
|
5f0493420f
|
Merge branch 'metastableB-doc-update' into doc-update
|
2017-09-12 11:21:19 +00:00 |
Chirag Gupta
|
9c8d19a5ea
|
Merge branch 'doc-update' of https://github.com/metastableB/EdgeML into metastableB-doc-update
|
2017-09-12 11:18:27 +00:00 |
AIgen
|
78edf9b87f
|
Update README.md
Resolved references.
|
2017-09-07 15:33:57 +05:30 |
|
2d391e0566
|
moved some files from ~ to ~/docs
|
2017-09-07 12:12:47 +05:30 |
|
3a2a7eb30b
|
confirmed addition of ipynb file as the default readme for protonn
|
2017-09-07 11:42:19 +05:30 |
AIgen
|
db153a0064
|
Create foo.txt
Added a documentation folder with a placeholder file. Will delete.
|
2017-09-07 11:29:36 +05:30 |
AIgen
|
c4817eb810
|
Update README_PROTONN_OSS.md
Trying if single '$' renders math.
|
2017-09-07 11:23:11 +05:30 |