Hacker News new | ask | show | jobs
by dna_polymerase 2360 days ago
For annotation, check out Prodigy [0].

Generally speaking, as classification systems themselves are pretty dumb there isn't really a way to know what architecture will work best for your task, other than trial and error. Of course you can optimize parameters in a less chaotic way (grid-search or AutoML). In my experience it mostly boils down to data. Try augmentation methods, acquiring more data or transfer learning with varying degrees of layer relearning.

[0]: https://prodi.gy/

1 comments

Looks great, will give it a try. I'm assuming I can just host this somewhere and send users the link.