Research in Collective Intelligence through Horse Racing in Hong Kong

Slides:



Advertisements
Similar presentations
Alexander Carrington and Liam Martell. Introduction Client: Tom Goldsworthy – G-Group Security Project: Electronic Incident Reporting System Online access.
Advertisements

Chapter 1 - VB 2008 by Schneider1 Chapter 1 - An Introduction to Computers and Problem Solving 1.1 An Introduction to Computers 1.2 Windows, Folders, and.
James Martin CpE 691, Spring 2010 February 11, 2010.
SOCIAL NETWORK INFORMATION CONSOLIDATION Developers:  Klasquin Tomer  Nisimov Yaron  Rabih Erez Advisors:  Academic: Prof. Elovici Yuval  Technical:
Conference Calendar CS 337 Project Supervised by Professor Russell Abbott. Alexandre Lomovtsev, Haritha Sankavaram, Lewis Chen, Rasha Mohamed.
Habitat for Humanity PURDUE UNIVERSITY Habitat for Humanity National Database Design Review.
New Student Orientation Registration System Stephen Nakamura EE496 Preliminary Design Review Fall 2008.
TRADE SMART Zihao Yu Kevin Bobsein Ashrith Kumar Marpaka Hanzhi Wu Instructor : Prof. Ivan Marsic Partial fulfillment of the course Software Engineering.
CPanel Introduction Todd S. Thuma. cPanel: What is it? Backend administration of web-based content Provides web site management tools through a web-based,
MU Bulletin Board Member: Carol Lim Yi Wang Lei Wen Mentor: John Boyer Programmer/Analyst of MSA/ Student Life.
Group 01 Group members: W.A.L.Madushika (Group Leader) H.N.D. De Silva D.A.I. Fernando R.V.N. Manohari Anuththara H.B.
M i SMob i S Mob i Store - Mobile i nternet File Storage Platform Chetna Kaur.
Digital Library Operating Management System by North Bangkok University Suphot Phuangkamnerd 1 Prachyanun Nilsook 2 and Ravisada Thamrongviwanna3 1 North.
© 2003 By Default! A Free sample background from Slide 1 Week 2  Free PHP Hosting Setup  PHP Backend  Backend Security 
Plenary meeting 2015 – Chania - Crete CASCADE Data Services Yusuf Yigini, Panos Panagos, Martha B. Dunbar Joint Research Centre - European Commission.
University of Palestine Faculty of Applied Engineering and Urban Planning Software Engineering Department Prepared By Ahmed Obaid Wassim Salem Supervised.
Topic Cafeteria Management System
LOGO 2 nd Project Design for Library Programs Supervised By Dr: Mohammed Mikii.
Syllabus Management System. The Problem There is need for a management system for syllabi that: Provides a simple and effective user interface Allows.
GOAL User Interactive Web Interface Update Pages by Club Officers Two Level of Authentication.
CTP210 TERM PROJECT
Jim Janson. Agenda Evolution of software architectures 3-tier User interfaces Application servers Databases.
D. Heynderickx DH Consultancy, Leuven, Belgium 22 April 2010EuroPlanet, London, UK.
11/11/20041 CS542 Database Management Personal Financial Planner Project Progress Presentation Jonathan Perreault 11/11/04.
The basics of knowing the difference CLIENT VS. SERVER.
Class 3Intro to Databases Class 4 Simple Example of a Database We’re going to build a simple example of a database, which will allow us to register users.
Introduction to MySQL Ullman Chapter 4. Introduction MySQL most popular open-source database application Is commonly used with PHP We will learn basics.
Web Application Design. Data –What data is available? –How do we store it or how is it stored in the DB? Schema Data types Etc. –Where is the data?
Scheduler CSE 403 Project SDS Presentation. What is our project? We are building a web application to manage user’s time online User comes to our webpage.
Best SMS Gateway Software Provider Company in India By Aruhat Technologies.
Website Deployment Week 12. Software Engineering Practices Consider the generic process framework – Communication – Planning – Modeling – Construction.
Munix Bus WiFi Authentication, Log Management, Internet Security, Content Filter & VPN Service Internet Gateway & Business Intelligence
Online Event Organizing Company Managemant System
Munix Overview Customer Profiling, Frequency Analysis, Location Mapping, Movement Analysis, VIP recognition, Time Analysis, and much more …. Internet Gateway.
STOCK TRADING SIMULATION SYSTEM
Munix Overview Customer Profiling, Frequency Analysis, Location Mapping, Movement Analysis, VIP recognition, Time Analysis, and much more …. Internet Gateway.
Software Configuration Management
Free Survey Development and Publishing Platform for Researchers
JustWare Mobile | Anthony Munar and Chris Dockstader
Performed by: Taha shashtari Mahmoud shaka’a
Platform Overview Provide your marketing and sales groups with a single, integrated, web based on-demand platform that allows them to easily automate and.
Improving searches through community clustering of information
Web Development Web Servers.
Smart IT Job Advisor and Analysis on web application
6/16/2018 © 2014 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks.
Smart Health Prediction System
Sarang Nazari California State University, Los Angeles
Task Management System (TMS)
A portal interface to myGrid workflow technology
Website Design.
An Introduction to Visual Basic .NET and Program Design
In the Name of ALLAH,the most Gracious, the most Merciful.
ONGO-08 K-12 Teaching Application
CSE 403 Project SDS Presentation
Travel Portal Overview for Integrys Group
Project Team Information
Introduction to WordPress
The 1st International Open Science Conference
RecTech - Associated Recreation Council
How to Manage Account and License in FinPricing?
CS3220 Web and Internet Programming SQL and MySQL
PROJECT PROGRESS PRESENTATION
Project Team Information
One EPIC Place Website Scheduler
Business Intelligence
Design.
DSS Architecture MBA 572 Craig K. Tyran Fall 2002.
NOTICE! These materials are prepared only for the students enrolled in the course Distributed Software Development (DSD) at the Department of Computer.
Web Application Development Using PHP
Hotmail Customer Care Number USA Toll Free Number
Presentation transcript:

Research in Collective Intelligence through Horse Racing in Hong Kong LYU1604 Lam Cheuk Hei (1155049403) Chan Lok Wai (1155050024) Supervised By Prof. Michael R. Lyu

Introduction Technical support System Architecture Design and Implementation Algorithm Limitation

Crowdsourcing Collective Intelligence

Introduction What is crowdsourcing? General-purpose problem-solving method Type of participative online activity

Introduction What is collective intelligence? One of the application in crowdsourcing Collect and combine information from two or more people Provide solution to a specific problem

Motivation Crowdsourcing is a hot topic Crowdsourcing system helps people to solve problem Will users input some fake data that hinder the task? Is there any way to filter the inappropriate data?

Motivation Conduct an experiment Why horse racing? find a good way to measure data provided by user wisdom of crowd > single member’s decision? Why horse racing? it provides discrete result, unlike stock market results are changable, more difficult to predict

Objective design a voting system to let user predict horse racing result design an algorithm to analyze the data provide horse tips

Technical Support Back-end development Front-end development phpMyAdmin database for storing data and user information user-friendly platform Front-end development Dreamweaver proprietary web development tool some useful function: Live View, Check Page preview PHP codes within the software

System Architechture Client Server

Why PHP? Simple and easy to learn Support Freedom Free Fast

Create Account

Log-in

Log-out

Check Log-in status

Predict Horse Racing

Check Balance

Design and Implementation user(user_id: integer, user_name: varchar, password: text, email: varchar, win_rate: double, balance: double, regIP: varchar, date_time: timestamp) buy_record(buy_record_id: int, buy_date_time: timestamp, user_id: int, amount: int, race_date: date, race_id: int, win: text, place1: text, place2: text, place3: text, earn_money: double)

User Interface Design

User Interface Design

User Interface Design

User Interface Design

User Interface Design

User Interface Design

User Interface Design

Functionality - Registration

Functionality - Registration

Functionality - Registration

Functionality - Login

Functionality - Login

Functionality - Login

Functionality - Login

Functionality - Login

Functionality - Prediction

Functionality - Prediction

Functionality - Prediction

Rating a User

Rate by Win Rate >40%

Rate by Balance >$500

Bonus Rate for High Ranking Users 1 2 3 4 5 6 7 8 9 10 Bonus 20 19 18 17 16 15 14 13 12 11

Suggestion of horses

Score=(WinRate+ )xBonusForTopUsers Balance-500 ____________ 1000

Scenario Horse no. 1 2 3 4 5 6 7 8 Score

Win Prediction : Horse No.3 Place Prediction : Horse No.3 & Horse No.5 User No.1 Win Rate 65% Balance $600 Not Best Tipsters Win Prediction : Horse No.3 Place Prediction : Horse No.3 & Horse No.5 Horse no. 1 2 3 4 5 6 7 8 Score 1.5 0.75

Win Prediction : Horse No.4 Place Prediction : Horse No.4 & Horse No.8 User No.2 Win Rate 39% Balance $480 Not Best Tipsters Win Prediction : Horse No.4 Place Prediction : Horse No.4 & Horse No.8 Horse no. 1 2 3 4 5 6 7 8 Score 1.5 0.75

Best Tipsters Ranking : 3 Win Prediction : Horse No.1 User No.3 Win Rate 36% Balance $1100 Best Tipsters Ranking : 3 Win Prediction : Horse No.1 Place Prediction : Horse No.1, No.5, No. 8 Horse no. 1 2 3 4 5 6 7 8 Score 34.56 1.5 18.03 17.28

Suggestions : Horse No.1 Horse No.5 Horse No.8

Limitation Number of Users

Thank You