image created by Margaux Peltat for the Chilled Cow YouTube channel
Time for #DEVDiscuss — right here on DEV 😎

Coding your own AI in 2023 with fastai
Vincent Will ・ Feb 27 '23
Inspired by @vincenius's Top 7 post, tonight’s topic is...building your own AI 🤖
Questions:
- Have you tried to build your own machine learning model or AI-based application?
- What tools did you use to build it? What tools would you recommend, and which ones should devs stay away from?
- For you, is working with ML models and AI a career, a hobby/interest, both, or neither?
- Any triumphs, fails, or other stories you'd like to share on this topic?
I've played around with several open source libraries for various tasks. One thing that is critical: Have a use case in mind! I've found it really tough to wrap my head around some of this without a clear idea of a problem I could be solving. It doesn't have to be "real", but it should be concrete in your mind — otherwise it's hard to tell if the thing is working.
Generally I'd also say: Have an idea of how much data you need. Some tools require a lot of data, some actually work on relatively little.