Skip to content

sjayakum/recengine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

recengine

Societe Generale Global Solution Centre (SG GSC) hosted the second edition of its annual hackathon, Brainwaves 2015, on September 12 and 13. The event aimed at bringing together college students, working professionals and SG GSC employees together for a 30-hour build session which saw 165 participants across 45 teams showcase their coding abilities to create applications.

This application was awarded first place

Index

Introduction

An app that analyses stock portfolio, recommends securities based on the user profile and also verifies recommendations using sentiment analysis from social media.

Architecture

A python microframework called Flask was used to build a RESTful connection between Client (Front-end) and Server (Back-end).

Back-end was deployed using Apache Spark for big data munging with the help of pyspark and mllib.

Backend

Collaborative Filtering is a method of making automatic predictions (filtering) about the interests of a user by collecting preferences or taste information from many users (collaborating). It is been vastly used by "e-commerce gaints" in order to provide its clients a highly personalized recommendations based on thier past transactions and common interests with other people with similar purchases.

alt tag

A sample collaborative filtering dataset by Jester was used to train the model.

Accuracy of the model

alt tag

Here,

  • Green indicates the "Predicted" metric of all the stocks for a given user.
  • Blue indiciates the "Actual" pre-calculated metric of all the stocks for a given user.
  • x-axis List of all stocks index from 0 to 40 [which are in our consideration]
  • y-axis Represents the likeliness that the given person would go for that stock. More positive the value, more likely he is to buy that stock.

This prediction was further verified using Sentiment Analysis of public data (twitter/facebook/articles) on that stock (Opinion Mining) to help user make an INFORMED decision.

Pitch

Click here for more details

Sample Screenshots

Click here for more details

References

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published