Explore >> Select a destination


You are here

shekhargulati.com
| | rolisz.com
7.5 parsecs away

Travel
| | Let's take a look at how to do multi label text classification with Spacy. In multi label text classification each text document can have zero, one or more labels associated with it. This makes the problem more difficult than regular multi-class classification, both from a learning perspective, but also from an evaluation perspective. Spacy offers ... Continue reading "How to train a Spacy model for multi label classification"
| | blog.nuculabs.de
11.2 parsecs away

Travel
| | Hello everyone ??, I've been playing with FastAI and deep learning for a week or so and I've decided to combine my passion for software with my passion for photography. I'm working on an app or maybe a library that allows you to generate tags for a photo. For an amateur photographer like me it's quite useful as I don't always have inspiration to write tags for my photos and sometimes the tags I write are inconsistent.
| | blog.vespa.ai
9.2 parsecs away

Travel
| | Setup a custom Dataset, fine-tune BERT with Transformers Trainer and export the model via ONNX.
| | shekhargulati.com
40.9 parsecs away

Travel
| Last few months I have spent a lot of time doing code reviews. During the code review exercise I also pair with developers to refactor and improve the quality of their pull requests (PR). I care about two things in code reviews - correctness and understandability. In this post I will not focus on correctness...