DEV Community

Machine Learning Tech Stories
Machine Learning Tech Stories

Posted on

How does Tensorflow play a key role in solving machine learning problems ?

( This is a placeholder for my learnings in the context of Tensorflow , updated almost daily, until I complete the course)

Tensorflow is a tool created by Google, which was opensourced, inorder to provide capabilities to solve machine learning problems, for researchers, developers, to not just toy with ML problems, but also produce solutions.

Machine learning vs Traditional Programming

Traditional programming -- We have data coming from diff data sources and we have rules, as to how to manipulate / query the data , to arrive at some answers.

Machine learning -- Its a new paradigm. Given the data and answers, the machine figures out the rules.

image
courtesy: Laurence Moroney

Neural Networks

Neural Networks is basically a set of functions, which can learn patterns from data.

Learning continues....

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay