DEV Community

Carlos Almonte
Carlos Almonte

Posted on

React Native to Machine Learning

I was a React Native Engineer a few times, I made a few modules that communicated with native code which I thought was the pinnacle of my React Native career, made different schemes, added push notifications, among other things. Things shifted after that. Life allowed me to become a Full Stack Developer, frontend and backend, what's next in my learnings? Machine Learning, data. Bring it on.

Predicting the future, that's where the fun is. One of the most basic forms of machine learning is linear regression. This is basically eye balling a straight line between the points in a cartesian plane. This line would reveal a trend into future points in the plane. If you want to get more specific than a linear regression you would need to use a more sophisticated approach. Machine learning models.

My idea is that I can evaluate how a software operates, the functions that get called the most in the program and predict their execution. Sort of like a caching mechanism. Only an idea for now, I have to wait until I learn what is possible or not.

Also got my Facebook and Microsoft badges back on my GitHub profile 🙌.

Top comments (0)