Indiana University, Bloomington, IN August 2015 - November 2018
Bachelor of Science in Computer Science
Specialization: Artificial Intelligence
Cumulative GPA: 3.1/4.0
WORK EXPERIENCE
HP Store, Jiangsu, China May 2016 – August 2016
Customer Service Intern
· Learned computer components, skills of repairing computers hardware and systems, and using Microsoft software.
· Helped over 50 customers with building their PC, diagnosing the problems on their PC, and fixing those troubles.
· Enhanced communicating skills by assisting the costumers with their needs.
· Enhanced time management skills by balancing time between work and leisure.
TECHNICAL SKILLS
· Language: Java, Racket, Python, SQL, R
· Platforms: macOS, Microsoft Windows
· Database: SQL
· Miscellaneous: Microsoft Office, Adobe Acrobat Reader
RELEVANT PROJECTS
Artificial Intelligence Group Project, Bloomington, IN November 2017
Group leader
· Successfully organized the group, made up the group ideas, and distributed work to each group member.
· Made our own game called tic-tac-two using minimax algorithm in Python.
· Coding on the initializations, board and players which are important interfaces of the game.
Data Analysis and Mining Final Project, Bloomington, IN April 2018
· Built a model to predict the drivers’ probability of initiating an insurance claim for next year.
· Proposed an idea that use a stack attention mechanism which consists of two CNN (Convolution neural network) to predict the car insurance claim.
· Processed the problem with three classifiers in this car insurance claim prediction: Naive Bayes, K-Nearest Neighbor (KNN), and GBDT.
RELEVANT COURSES
B343 INTRO TO DATA STRUCTURE, Bloomington, IN SUMMER 2017
· Learned basic data structure knowledge in computer science by using Java.
· Learned the logical structure of the data: the data structure reflects the logical relationship among data elements, which refers to the logical relationships between data elements before and after the matter.
B461 DATABASE CONCEPT, Bloomington, IN FALL 2017
· Learned basic database concepts knowledge by using postgres.
· Improved SQL skills when doing the assignments in this class.
· Learned manage and use of various information resources effectively.
B365 DATA ANALYSIS AND MINING, Bloomington, IN SPRING 2018
· Learned basic data mining & data analysis concepts
· Improved the programming skill of R language
· Improved the ability to find patterns in massive data by writing good algorithms