How to work on niche problems/areas/fields in AI/ML?
I would love to here your thoughts and feedback
https://ha2emnomer.github.io/thebeautyofml/posts/how-to-work-on-niche-problems/
I would love to here your thoughts and feedback
https://ha2emnomer.github.io/thebeautyofml/posts/how-to-work-on-niche-problems/
This post reflects my experience on how to work on niche problems or in applied AI.
I would love to here your thoughts and feedback
https://ha2emnomer.github.io/thebeautyofml/posts/how-to-work-on-niche-problems/
This post reflects my experience on how to work on niche problems or in applied AI.
I would love to here your thoughts and feedback
https://ha2emnomer.github.io/thebeautyofml/posts/how-to-work-on-niche-problems/
I've been working on an open-source project called UnFlow:
https://github.com/UnFlow-Labs/mlunflow
The idea is pretty simple:
Most ML experiment tracking looks like a list of independent runs usually stored in a table:
run_001
run_002
run_003
run_004
...
But in practice, experiments are usually related.
You change the learning rate, then the number of epochs, then the model, then some preprocessing code. Eventually you have hundreds of runs, but it's surprisingly difficult to answer:
Unflow simply detect code changes in a Python function (limitation that for it is just a single function) and arguments that are passed to this function to build a graph where nodes are "states" and edges are transformations "what has changed", a new state is not added to the graph or executed expect if it has a transformation.
The project is still early, so I'm much more interested in feedback than pretending this is a finished product.
I'm particularly curious about three things:
Repo: https://github.com/UnFlow-Labs/mlunflow
I'd love to hear how other people currently manage experiment lineage and whether this solves a real problem for you.
I am building a new ML tool as part of my research in ML systems. Currently I am surveying potential users (ML researchers and engineers) to understand how useful this system could be. Would you please respond to this survey ?
https://forms.gle/zGU83uq8r3hcu6gz9
I am happy to answer any questions.
Thanks