Justin D. Harris
c7c0a59ff9
[demo] Give up on trying to make build smaller ( #46 )
...
Remove settings to try to change the amount of heap used
because it does not seem to help in Azure Pipelines.
We can just build and push the container locally for now.
2019-11-21 16:41:53 -05:00
Justin D. Harris
b4548daf98
demo/build: Attempt to use less JavaScript heap memory ( #45 )
...
for Azure DevOps.
2019-11-21 13:37:01 -05:00
Justin D. Harris
c37d13d7fc
demo: Add missing axios import ( #44 )
2019-11-20 19:31:48 -05:00
Justin D. Harris
76a824809b
[demo] Corrections for prod client ( #43 )
2019-11-20 16:49:21 -05:00
Justin D. Harris
6543bc62d8
[demo] Dockerize prod ( #42 )
...
* simulation/news: Change test to make a DATE recognized.
2019-11-20 13:47:18 -05:00
Justin D. Harris
99e1441764
[demo] Re-introduce page to deploy your own model ( #41 )
...
* demo: Better rendering using Containers.
2019-11-16 19:48:22 -05:00
Justin D. Harris
d183c7e9a1
README: Correct typo in FAQ.
2019-10-30 14:05:49 -04:00
Justin D. Harris
6a98ec6ba5
[simulation] Fake News Perceptron ( #37 )
...
Load fake news data from https://www.kaggle.com/c/fake-news/data
2019-10-10 15:58:50 -04:00
Justin D. Harris
8565eb554e
demo/nb: Simplify class members ( #36 )
...
Also made update slightly more efficient.
2019-09-23 14:02:57 -04:00
Justin D. Harris
46377a1fcb
.gitattributes: Use `demo/*`
...
According to https://github.com/github/linguist/issues/4644#issuecomment-530726508
2019-09-12 09:14:53 -04:00
Justin D. Harris
891fb3a3ce
demo: Display prediction nicer. ( #35 )
...
*demo: Add linguist overrides to .gitattributes
https://github.com/github/linguist/issues/4644
2019-09-11 16:07:49 -04:00
Justin D. Harris
d1bfc72051
Set theme jekyll-theme-hacker
2019-09-11 14:44:10 -04:00
Justin D. Harris
c9af70ef4d
demo: Keep input when switching between tabs on the page. ( #34 )
...
It's now easier to test something and then use it as training data.
2019-09-05 14:35:36 -04:00
Justin D. Harris
856136a64f
[demo] Handle decimal learning rate in Perceptron contracts. ( #33 )
...
Also change toFloat from uint64 to uint32.
Resolves #31
2019-09-04 14:27:26 -04:00
Justin D. Harris
60790a925f
[demo] nicer loading + loading spinners ( #32 )
...
* demo: Add spinner and disable buttons if they cannot be used yet.
* demo: Show loader while predicting.
2019-09-03 17:57:22 -04:00
Justin D. Harris
179d61eef4
[demo] Add an image classifier ( #27 )
...
There's a lot of changes in here that normally I would put in different PRs/commits but they do rely on each other a lot. Also I doubt anyone is following the specific dev work of this project that closely and I will be making several follow-up PRs for clean-ups.
* demo: Use MobileNet v2 for image encoding.
* demo: Add tensor-utils helper module.
* demo: Add DensePerceptron.
* demo: Use solidity 0.5.8.
* demo/model-page: Parallelized some loading and clarified the page.
* demo: Can classify images.
* demo: Enable uploading images.
* demo: Move test for node.
* demo/test: More robust.
* [demo+simulation] README/Docker: Add notes for how to update the public Docker image.
2019-09-03 14:26:03 -04:00
Justin D. Harris
a35e4d1cf3
demo/README: Add links to video with deploy+demo
2019-08-14 14:09:05 -04:00
Justin D. Harris
e6b23d6e41
README: Add link to demo.
2019-08-14 13:55:08 -04:00
Justin D. Harris
51c20bc668
[demo] Improve robustness in NB updating and getting the required deposit ( #26 )
...
* demo: Document how to just run specific tests.
* demo/nb: Better require checks.
* demo: Use more robust ways to get the currently required deposit.
* demo/im/stakeable: Use better tests to check amounts instead of using .call()
2019-08-01 15:53:15 -04:00
Justin D. Harris
df7a2fc20d
[demo] Add Naive Bayes Classifier ( #24 )
...
demo: Bump to version 1.1.0
2019-07-31 17:50:53 -04:00
Justin D. Harris
e2ebaa3ee4
demo: Bump versions and other minor clarifications. ( #25 )
2019-07-31 17:40:52 -04:00
Justin D. Harris
ae5b446984
FAQ: Add comment about efficient model updates.
2019-07-29 13:17:19 -04:00
Justin D. Harris
e0e0b6dcbf
[demo] Use more robust SQL statements ( #23 )
2019-07-22 11:25:40 -04:00
Justin D. Harris
a0f5999ca6
README: Add link to paper. ( #22 )
2019-07-19 13:21:58 -04:00
Justin D. Harris
73e6ff0095
demo/setup: Add setup libs script. ( #21 )
2019-07-12 18:43:36 -04:00
Justin D. Harris
543a288e4b
README: Link to blog.
2019-07-12 14:42:05 -04:00
Justin D. Harris
6cb53edb69
README: Add FAQ. ( #20 )
2019-07-11 16:50:14 -04:00
Justin D. Harris
c8cb40b1b5
README/setup: Add steps for using public Docker images. ( #19 )
2019-07-11 15:10:22 -04:00
Justin D. Harris
10d8ee6aeb
Improve docs. ( #18 )
2019-07-11 14:01:03 -04:00
Justin D. Harris
e7f7d3369b
Use new assets ( #17 )
2019-07-11 13:34:36 -04:00
Justin D. Harris
18027b619d
[simulation] Decision Tree + Naive Bayes ( #16 )
...
* Set up an updatable decision tree classifier, a Naive Bayes classifier, and support for any scikit-learn like classifier.
* Add Boston Housing Prices dataset, a custom Tic-Tac-Toe dataset, and the Titanic survivors dataset.
2019-07-09 16:07:44 -04:00
Justin D. Harris
5b42a608a3
simulation/PM: Plot accuracy more nicely. ( #15 )
2019-06-21 15:46:50 -04:00
Justin D. Harris
1a6fd975d4
[simulation] Set up Dockerfile ( #14 )
2019-06-21 15:25:56 -04:00
Justin D. Harris
0d7ab6d6f0
[simulation] PM more like paper ( #13 )
...
* simulation/PM: Add options to make it more like how described in paper.
2019-06-19 14:04:14 -04:00
Justin D. Harris
6e80ebac13
demo: Add Docker instructions. ( #12 )
2019-06-18 16:51:33 -04:00
Justin D. Harris
8ce607af0a
demo/setup: Simplify by not requiring to globally install some dependencies. ( #11 )
2019-06-18 15:36:28 -04:00
Justin D. Harris
d0fe179cc3
[simulation] Make plotting more robust ( #10 )
...
* simulation: Delete plot before saving.
* simulation: Cycle colors.
2019-06-17 11:28:30 -04:00
Justin D. Harris
6217797465
simulation: Support resetting a model ( #9 )
...
Mainly for prediction markets.
2019-06-13 15:38:38 -04:00
Justin D. Harris
21dc2a3d75
demo: Only get all models when needed. ( #8 )
2019-06-13 13:23:30 -04:00
Justin D. Harris
56b5da2b5b
[simulation] Make prediction market nicer. ( #7 )
...
* simulation/pred_market/add_data: Take entire transaction value.
* simulation: Use different colors for agents.
2019-06-13 12:42:09 -04:00
Justin D. Harris
14d1f9835a
README: Add QR code.
2019-06-07 09:46:03 -04:00
Justin D. Harris
98bb7c401f
assets: Add QR code image.
2019-06-07 09:40:32 -04:00
Justin D. Harris
0f84073236
[simulation] Implement Prediction Market IM ( #5 )
2019-06-06 16:08:55 -04:00
Justin D. Harris
e01791a11c
simulation: Make some clean-ups ( #6 )
...
in preparation for Prediction Market PR
2019-06-04 16:25:51 -04:00
Justin D. Harris
706cd789b6
README: Hide paper links until we get the shareable versions.
2019-06-04 13:04:05 -04:00
Justin D. Harris
605048ad3b
demo/perceptron: Support initializing more weights. ( #4 )
...
* demo/perceptron: Support initializing more weights.
* demo/deposit cost: Get slightly most accurate deposit cost.
2019-05-27 17:50:20 -04:00
Justin D. Harris
b3240712f7
demo/Stakeable: Set up owner/any address reporting. ( #3 )
2019-05-27 15:45:38 -04:00
Justin D. Harris
0161133ed4
Add demo and simulation code. ( #2 )
2019-05-24 12:00:36 -04:00
Justin Harris
1b3e61ed25
README: Fill in with useful info. ( #1 )
2019-04-16 09:28:21 -06:00
Microsoft Open Source
0a64fc6308
Initial commit
2019-04-15 13:37:15 -07:00