Hacker News new | ask | show | jobs
by weber111 2934 days ago
> Once you have an accurate model for a lot of classes it's much easier to add new ones with just a few samples.

This is pretty cool. Do you know of any good references for stuff like this? Not sure what the right topic name would be: online learning? streaming?

4 comments

This is known as transfer learning, see [0] for an approachable example.

[0] https://www.mathworks.com/help/nnet/examples/transfer-learni...

Transfer learning
Thanks for the replies!