rmit-s3560494-gerald-lim / jobsage

0 stars 0 forks source link

Designing/Finding suitable algorithm #2

Closed rmit-s3560494-gerald-lim closed 5 years ago

rmit-s3560494-gerald-lim commented 5 years ago

Potential algorithm I designed https://docs.google.com/document/d/1yqJi0klV4hiog-ZHPLwWKXX1slTUFyQbVktFSgSZbHM/edit?usp=sharing

OR

Possible Machine learning https://github.com/workforce-data-initiative/skills-ml

rmit-s3560494-gerald-lim commented 5 years ago

Fuzzy matching algorithm in search for job seekers; they will search for job postings with keywords

rmit-s3560494-gerald-lim commented 5 years ago

https://www.datacamp.com/community/tutorials/fuzzy-string-python

rmit-s3560494-gerald-lim commented 5 years ago

Research K-nearest neighbour

rmit-s3560494-gerald-lim commented 5 years ago

Research K-means clustering

matthewty commented 5 years ago

Most likely option is K-nearest neighbour. Find data points that that are most similar to the desired point.

rmit-s3560494-gerald-lim commented 5 years ago

Start implementing K-nearest neighbour for proficiency

rmit-s3560494-gerald-lim commented 5 years ago

K-nearest neighbour has been implemented