Open-Source Machine Learning Repos to Inspire Your Next Project
heartbeat.fritz.ai
Open-Source Machine Learning Repos to Inspire Your Next Project
1–8 of 8 posts
Re: Open-Source Machine Learning Repos to Inspire Your Next Project
#2I know that predicting sales is not as fun as make Horse a Zebra but I think they're underrated.
pd: If you have nice ML repos with structured data I'll appreciated :)
Re: Open-Source Machine Learning Repos to Inspire Your Next Project
#3Re: Open-Source Machine Learning Repos to Inspire Your Next Project
#4Nice wrap up of ideas, but I wonder why people don't get attention on ML project with structured data, which is the most common btw. I know that predicting sales is not as fun as make Horse a Zebra but I think they're underrated. pd: If you have nice ML repos with structured data I'll appreciated :)
https://engineering.salesforce.com/open-sourcing-transmogrif...
Re: Open-Source Machine Learning Repos to Inspire Your Next Project
#5Re: Open-Source Machine Learning Repos to Inspire Your Next Project
#6Any of these work completely in iOS? I'm new in the field and want to embed everything in mobile
Apple has a couple tools, Turi Create and Create ML, to train ML models specifically for mobile use, but their not nearly as fully featured or widely used.
If you're interested specifically in mobile ML, check out https://heartbeat.fritz.ai. We've got a bunch of resources for mobile machine learning. If you're looking for ready-to-use models or tools to manage them in your app, check out Fritz (https://fritz.ai). Disclaimer, I'm a founder at Fritz which sponsors Heartbeat. Happy to answer any questions!
Re: Open-Source Machine Learning Repos to Inspire Your Next Project
#7Any of these work completely in iOS? I'm new in the field and want to embed everything in mobile
Core ML is going to be your best bet. Most training is still done server side using frameworks like TensorFlow, Keras, and PyTorch. Once you've trained your model, you can convert it to Core ML with coremltools or export it to Core ML directly if the platform supports it. Apple has a couple tools, Turi Create and Create ML, to train ML models specifically for mobile use, but their not nearly as fully featured or wide…
Re: Open-Source Machine Learning Repos to Inspire Your Next Project
#8- too boring/mundane?
- "solved problem"/too easy? (then where are the [open source] solutions? is Tesseract-ocr advanced enough already? what's its status?)
- too hard? (is Tesseract-ocr using the state-of-the-art techniques?)