Open Amitpatil215 opened 2 years ago
Challenges with Collaborative Filtering The only issue with this method is that the prediction of the model for a given user, item pair is the dot product of the corresponding embeddings. So, if an item is not seen during training, the system cannot generally create an embedding for it and hence cannot query the model with this item. This issue is known as the cold-start problem.
Collaborative Filtering depends on historical preference on a set of items to recommend from, and because it is based on historical data, the core assumption made is that the users who have agreed in the past will also tend to agree in the future.
(i.e. if user doing a particular job in particular skills then we assume that he gonna be doing further jobs in that skill only..but that might not be the case)
Link analysis is an analysis technique that focuses on relationships and connections in a dataset. Link analysis gives you the ability to calculate centrality measures—namely degree, betweenness, closeness, and eigenvector—and see the connections on a link chart or link map.
Starting Intro ->> (Amit) Amit start problem satement extending minor I to Minor II What we did before? we research and learn about the basics of knowledge graphs. we built a knowledge graph taking resumes, jds and skills as a node, experience as a weight using networkx. What we doing now? (till now and for end eval) clean & processed data, credibility score, Scalibility Neo4j with cipher query language Amit End
Sanjoli Start CF,KG,Neo4j Sanjoli End
Muskan Start dataset,Nodes,Edges transitivty property b/w resume and JD
muskan - starting toDevType, Age, Operating System,location Sanjoli - gender to skill dependents,salary Amit: neo4j
Data Cleaning : DevType Data Cleaning : Age Data Cleaning : Operating System Data Cleaning : Location Data Cleaning : Gender Data Cleaning : Skills Data Cleaning: Dependents Data Cleaning: Salary Build Graph on Neo4j
1.github repo 2.Project Synopsis
Mid - eval
Age,salery,Marrid/Unmarried, Gender,skills => Build a credibility score out of 10
++ how gender, skills, dependency,dev_type, salery related to each other -> graphical represntaion 2.1 Highest paid skills & highest salery group by skill 2.2 Highest paid dev_type 2.3 Age with salery 2.4 Find salery wise job_satisfaction group by skills
For Final Eval