2017年6月15日 星期四

Personal Exp.

Education
M.S. Data Analytics Engineering
George Mason University, Fairfax, VA                                               Graduated in May 2017

B.S. Mathematics and information education
National Taipei University of Education                                             Graduated in June 2011

Technical Skills 
EXCEL          
·      Pivot table, LOOPUP function
·      Frontline Solvers projects includes Optimization, Decision Tree, and Monte Carlo.

SQL
·      Logical Component

R programming                                                       
·      Clean data and then input missing values to create statistical models.
·      Preprocessing dataset and create data mining clustering and classification model.
·      Apply on Bayesian Networks.
·      Experience on R shiny and Natural Language Processing package

Power BI &Tableau
·      Familiar with functions in Education version

Python                                                                  
·      Preprocess datasets and use scikit-learn package to create clustering and classification algorism
·      Apply on probability and statistics learning
·      Experience on Natural Language toolkit

Master Courses
Mega Data, Information Processing, Analytics and Decision Analysis, and Data Analytics Final Project

Projects

Analytics and Decision Analysis project: Use EXCEL [1] [2] for Pivot table, LOOPUP function and Frontline Solver to create Optimization [1] [2] [3], Decision Tree, and Monte Carlo

Meta Data project: Processing data by R and then use WEKA to do data mining. Finally, this project use R, Power BI, and Tableau for data visualization.

InformationProcessing Project: Processing data by R for data mining processes and R and Tableau for data visualization.


Data Analytics FinalProject: Data analytics jobs in Virginia by processing datasets by R NLP package and use R, Power BI, and Tableau for data visualization.

沒有留言:

張貼留言

Python program to display calendar

# Python program to display calendar of given month of the year # importing calendar module for calendar operations import calendar # set t...