DEV Community

Cover image for Let's talk bout Linear-Algebra and ML
Sayma34
Sayma34

Posted on • Edited on

1

Let's talk bout Linear-Algebra and ML

Part:1
The Neural Network
Neural Network is a machine learning model that helps in image processing. So now, what if I give a picture as an input? A neural network takes it as a pixel and runs some mathematical operations on it using an algorithm. The data in the picture helps take parameters, which contribute to making the best prediction for existing data.

Image description

In the picture, those black points are neural network nodes, which are organized in layers. These layers can be expressed as a rectangular array of numbers, which is ultimately called a matrix. These image pixels are mainly simple values that are being received as input, and then the algorithm determines the output by doing mathematical operations on them. This amazing process actually reminds us of the precious existence of linear algebra. By the way, neural networks have many more amazing applications!

Image of Datadog

The Future of AI, LLMs, and Observability on Google Cloud

Datadog sat down with Google’s Director of AI to discuss the current and future states of AI, ML, and LLMs on Google Cloud. Discover 7 key insights for technical leaders, covering everything from upskilling teams to observability best practices

Learn More

Top comments (0)

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

👋 Kindness is contagious

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

Okay