美国 华盛顿州 西雅图
1451 位关注者 500+ 位好友

加入领英,查看档案

动态

立即加入,查看全部动态

工作经历和教育背景

  • Meta

查看Hui的完整工作经历

查看他们的职位头衔、任职时间等。

点击“继续加入或登录”,即表示您同意遵守领英的《用户协议》《隐私政策》《Cookie 政策》

资格认证

志愿者经历

  • Team Manager

    Shanghai World Expo 2010

    - 2 个月

    社会服务

课程

  • Advanced Machine Learning

    -

  • Analysis of Algorithm

    -

  • Artificial Intelligence

    -

  • Cloud Computing

    -

  • Compiler

    -

  • Computer Network

    -

  • Computer Vision & Machine Learning on mobile device

    -

  • Data Structure

    -

  • Database system

    -

  • Functional Programming

    -

  • Introduction to Computer System

    -

  • Machine Learning

    -

  • Mobile HCI

    -

  • Object Oriented Design and Analysis

    -

  • Operating System

    -

  • Programming in Java

    -

  • Project Management

    -

  • Software Engineering

    -

  • Web Development

    -

所做项目

  • Text Clustering

    This project aim to group similar messages together, to reduce redundancy.
    1. Find similarities between messages: I used minHash algorithm to convert each message to a vector of 100 hash values, by comparing the hash value vectors, I can get the difference between any two texts, hence predict the similarity. In order to guarantee accuracy, I also applied cosine similarity and Levenstein distance algorithm to the same dataset, and make sure the results are consistent .
    2. Applied…

    This project aim to group similar messages together, to reduce redundancy.
    1. Find similarities between messages: I used minHash algorithm to convert each message to a vector of 100 hash values, by comparing the hash value vectors, I can get the difference between any two texts, hence predict the similarity. In order to guarantee accuracy, I also applied cosine similarity and Levenstein distance algorithm to the same dataset, and make sure the results are consistent .
    2. Applied unsupervised clustering algorithm including agglomerative method and Expectation Maximum.
    The results of this project achieved high efficiency and accuracy.

  • Statistic Data Retrieval

    This project provides useful statistic data for Prime related messages of Amazon's website, the data includes daily average hits and daily average sign up. The purpose of this project is to better aid internal users for coming up with better marketing strategies, hence improving Prime's
    1. Retrieve average daily hits data by sending http request to an internal monitoring website and parse http response. I used multi-threading to improve efficiency, the total retrieving time is reduced from…

    This project provides useful statistic data for Prime related messages of Amazon's website, the data includes daily average hits and daily average sign up. The purpose of this project is to better aid internal users for coming up with better marketing strategies, hence improving Prime's
    1. Retrieve average daily hits data by sending http request to an internal monitoring website and parse http response. I used multi-threading to improve efficiency, the total retrieving time is reduced from 1 hour to 3 minutes.
    2. Data Warehouse, to get daily sign up data associated with each message, I need to connect to data warehouse. I used JDBC for connection, and apply SQL query to retrieve required data.
    3. User authentication: the data are credential, hence when displaying the results, they should be invisible to users outside of Prime organization. I used LDAP protocol to analysis users' role, and rendering different web pages dynamically according to the authentication results.
    This project is highly appreciated by the whole team and prime market managers, it's is now widely used internally in prime organization.

  • Computer Vision and Machine Learning on Mobile platform

    We are implementing an iphone's app, to detect smiling face in order to enhance the functionality of camera. To be specific, the camere with this detection function is able to eliminate the scenario where people close their eyes while taking the picture.

    其他创始人
    • Xingyue Zhou
    • Xiang Ma
  • New York Publication Library Web Application

    This is a research project of CCLS lab of Columbia. The main feature of this application is to read the scanned version of articles of New York Publication Library, using the implemented machine learning algorithm to accurately classify the newspapers, to be specific, assign labels like political, sports, ethic to categorize the papers. My job is to design and development part of the website, on which, users can see the scanned article, then they can manually label these papers, and submit the…

    This is a research project of CCLS lab of Columbia. The main feature of this application is to read the scanned version of articles of New York Publication Library, using the implemented machine learning algorithm to accurately classify the newspapers, to be specific, assign labels like political, sports, ethic to categorize the papers. My job is to design and development part of the website, on which, users can see the scanned article, then they can manually label these papers, and submit the result. By collecting this manual annotations, we can firstly use them as training data to train our machine learning algorithm, secondly, we can use them to compare to the result of our algorithm and refine our algorithm.

    其他创始人
    • Professor Hamonti
  • Online Shopping System

    This is a project for Software Engineering course. This is a web application, it support users to register for their own account, then login to see the current on sale items collected from Taobao(the amazon of China). We mainly used JSP on Spring+Hibernate to implement this.
    Our project got high score which made us rank the top in class.

    其他创始人
  • Video Uploading Mobile App

    This application mainly support users of eBay to upload a video from their iphone or other smart phone for their items. Besides, users can add a new item, and also view informations about their existing item. My job is the development and design part of uploading video to Youtube, after getting the short link, embed it into the user's item's information.
    Our project won the 2nd prize in the "Young Skunk Competition" of eBay. Our idea was highly appraised by VPs. And they decided to build up…

    This application mainly support users of eBay to upload a video from their iphone or other smart phone for their items. Besides, users can add a new item, and also view informations about their existing item. My job is the development and design part of uploading video to Youtube, after getting the short link, embed it into the user's item's information.
    Our project won the 2nd prize in the "Young Skunk Competition" of eBay. Our idea was highly appraised by VPs. And they decided to build up a group to realize our idea, since after investigation, this new feature will truly attract more user, thus increasing total transaction and the revenue of company.

    其他创始人
  • Email Analysis System

    -

    We build a email analysis system using Hadoop, the purpose of our project is to find top 5 senders and receivers in the whole email system. The method used are email corpus, we process the data by MapReduce mechanism, and get the total sending mail numbers and receiving mail numbers for each user.

    其他创始人
  • Cloud Computing

    -

    We build a yelp companion system, an iphone application. Using this application, users are able to find all the restaurant near their current location, for each restaurant we provide a recommendation list for the most preferred dishes.
    For the server end, each time users request with their geo-location, we interact using yelp API, then get the nearby restaurant, after that, we extract all the comments for the restaurant, then process with NLP technique to find the most favorable dishes.

    其他创始人
  • Eye Detective

    -

    We are implementing a detecting system, where we use camera to track people's eye gestures, especially pupil movement detection and blink detection.
    After, we implement two application prototypes to demonstrate the feasibility of our research. One is Eye Drawing, people can draw images on screen by moving eyes, and change color of drawing lines by blinking. The other one is Eye Mouse, which allows users to move mouse cursor by eyes.

    其他创始人
  • "Yelp Companion" - iOS application development

    -

    This is a project of Cloud Computing course. We use AWS for language process, to be specific, we extract the comments for each restaurant from yelp, extract the recommended dishes and rendering the results to users.
    This is an application on iphone.

    其他创始人

荣誉奖项

  • Second People's Scholarship

    Fudan University

  • Top 10 Excellent Student of Computer Science Department

    Computer Science Department

语言能力

  • Chinese

    -

  • English

    -

参与组织

  • Student Union of Computer Science Department of Fudan University

    Vice President

    -
  • Volunteer for Shanghai Expo 2010

    Project Manager

    -

    I schedule the volunteer activities, and report daily information record and performance of each member in my team to school.

收到的推荐信

Hui的更多动态

查看Hui的完整档案

  • 浏览共同好友
  • 请求引荐
  • 直接联系Hui
加入领英,查看完整档案

其他相似会员

其他姓名为Hui Bai的会员

学习在线课程,新技能轻松 get!