Realworld ML Roadblocks

In theory most of the challenges we face today can be solved with ML. There has been amazing progress recently with OpenAI, but Machine learning is sill very young. In many fields the mindset of if it ain’t broke don’t fix it is persistent. A perfectly reasonable approach if the job is getting done with non ML methods. But progress is inevitable, to harness the powerful problem solving capacity of ML, we need to overcome the following roadblocks:...

January 22, 2023 · 2 min

What Is Deep Learning

Deep learning (DL) is a tool which we can apply to solve problems computationally. The inner workings are inspired by the neurons in our brain, replicating this in a simplified way. In any scenario where you can identify a pattern, DL can probably be trained to do the same thing. From simple things like separating images of cats and dogs to predicting the risk of cancer in medical imaging. DL specifically has a strength which sets it apart from other machine learning methods, that is to identify features autonomously....

January 2, 2023 · 5 min