i need to implement a user recommendation machine learning model for a social media application. can you please help me what are the primary things and steps i need to take start implementing this model?
Beyond the link provided by the colleague above, I'd also recommend reading about the basic machine learning algorithms often used for this type of problem, Such as KNN and Neural Networks.
Two quick examples:
Article Adaptive KNN based Recommender System through Mining of User...