tsterbak / depends-on-the-definition-comments

A repository just to host comments for the blog.
0 stars 0 forks source link

https://www.depends-on-the-definition.com/identify-ingredients-with-neural-networks/ #4

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

Learn to identify ingredients with neural networks

Today we want to build a model, that can identify ingredients in cooking recipes. I use the “German Recipes Dataset”, I recently published on kaggle. We have more than 12000 German recipes and their ingredients list.

https://www.depends-on-the-definition.com/identify-ingredients-with-neural-networks/

AndreasAny commented 1 year ago

Thanks for that cool tutorial. Do you think it is possible that way to isolate also "Spurenkennzeichnungen" on Ingredient-lists from Products, which are declared usally by signal words like "kann Spuren von xxx enthalten" or "In geringen Mengen kann xxx enthalten sein"?

tsterbak commented 1 year ago

Thank you! :) I think it is possible this way, but I would look into regular expressions (regex) first. This might make this much more deterministic and controllable.