Giter Site home page Giter Site logo

university_recommendation_system's Introduction

University Recommendation System

Background & Objectives of Project:

For an aspiring student who wants to apply for higher studies in other countries, university selection process is a challenging task as lot of different criteria need to considered during application process based on individual’s requirement. This problem can be addressed by modeling a recommender system based on various classification algorithms. In this project based on the student dataset and user profile, a list of 10 best universities will be suggested such that it maximizes the chances of a student getting admission into those universities.

DataSet:

The first step in building any recommendation system is the identification of the data set. So, the graduate student data was scraped from www.thegradcafe.com and the Undergraduate student data was scraped from https://collegescorecard.ed.gov/data/. About 271807 rows of raw student data was obtained as a result of web scraping, which is being processed to use as final dataset.

Analysis & Methodology:

Here I have used Knowledge based recommendation System where User inputs are taken into account and compare with the training data.

For Graduate University Recommendation I have used Case based knowledge recommendation as it will take the User inputs and compare with trained data.

For Undergraduate Recommendation System, I have used Constraint based Knowledge recommendation system where user inputs taken into account as constraints and based on the constraints we will compare with trained data.

Models:

I used two different models like K-Nearest Neighbors and Feature weighted algorithms.

K Nearest Neighbor:

In KNN, the trained data is compared with test data and distances are calculated using Euclidean distance. It then classifies an instance by finding its nearest neighbors and recommend the top n nearest neighbor universities. Algorithm is stated as below.

  1. Initialize the value of k
  2. For getting recommendation, iterate from 1 to number of trained data
  3. Calculate distance between test data and each row
  4. Sort the distances in ascending order
  5. Get top k rows and recommend to the user

Feature weighted algorithm:

The weightage of all the features are taken and find the similarity score. Based on the similarity score, the universities with highest similarities will be recommended to student. Suppose w1, w2 are weights and f1 and f2 are features the similarity is calculated by formula Similarity score = w1* f1+w2*(1-f2)

Setup:

  1. Download the entire repository
  2. go into the project folder and into webscrape/csv folder , Unzip all the zipped files into csv folder(I have uploaded zipped files as the github is not accepting the files which are more than 50 MB)
  3. run npm install
  4. cd server
  5. python server.py
  6. run the application in http://localhost:5000

If you want to check the web scraping code

  1. cd WebScraped_data
  2. Ipython notebook webscrape.ipynb

Web Application:

The Web aplication is created using python Flask and Bootstrap framework

Once the application is running, The home page will appear as below.

Youtube link for the Web application Demo:

https://youtu.be/Mq8-DqmLO-Y

Under graduate Recommendations

Home Page 2. Once we click on the Undergraduate University button , we will be redirected to Under Graduate recommendations page as below. Undergraduate Page

  1. Here we need to provide the SAT Score and Maximum tution fees and click on submit, then we will be redirected to recommendations page. Under Graduate Recommendations Page

Graduate Recommendations:

  1. Click on the graduate Universities from the top Nav bar, then we will be redirected to graduate page Graduate Page

  2. We need to provide Gre scores and cgpa of Under graduation , then click on Submit Graduate Recommendations Page

university_recommendation_system's People

Contributors

tramatejaswini avatar iamrobbiejr avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.