Justin D. Harris

Results 15 issues of Justin D. Harris

Also bump some dependencies and add more troubleshooting steps.

In the demo, normalization is done before updating the dense perceptron and dense nearest centroid classifiers, but the simulation doesn't use normalization. Normalization is used to avoid submissions with large...

enhancement
simulation

* [x] Footer background does not stretch * [ ] Tables (refund, reward, deployment info) are not visible

enhancement
good first issue
demo
Priority: Low

So that the values don't have to be hidden when online safety is enabled. - [ ] classifications - [ ] encoder

enhancement
demo
Priority: Low

In database? On blockchain? We now track the accuracy in the database (managed by the server). This is okay but it's centralized so it would be good to add some...

enhancement
good first issue
demo

Currently an error is shown if something fails when loading the contract but it would be better to get more detailed errors for what is invalid. Validate that: * [x]...

enhancement
demo

When a lot of data has been added, it might be annoying to find the data you want to refund/report. It would be good to have an easy way to...

enhancement
good first issue
demo
Priority: Low

I started to do this but the image wouldn't display. I was doing stuff like: ```JavaScript img = document.getElementById('input-image'); canvas = document.createElement('canvas'); context = canvas.getContext('2d'); canvas.width = img.width; canvas.height =...

enhancement
demo
Priority: Low

Remove the option to select the IMDB vocab and instead allow uploading a vocab locally or to the DB. Not as important now that #88 is done which lets you...

enhancement
good first issue
demo
Priority: Low

This is just to remove data from the storage (local or service). This wouldn't actually remove data from the blockchain.

enhancement
good first issue
demo
Priority: Low