You are viewing a single comment's thread from:

RE: 🔰Machine learning python tutorial - Predict the no. of steemit followers of a user using basic Linear Regression

in #utopian-io6 years ago (edited)

I'm glad you liked it. Yes, it is in fact very basic machine learning algorithm( Linear Regression). It's not necessary to use any library at all, for learning purpose you we can just implement the whole mathematical algorithm(as shown above) all by ourself in python, but why reinvent the wheel, after all we will get the same result at the end.😉