https://github.com/zjiayao/stat7614
Understanding Admission Results of CS Graduate Programs in U.S. Universities
https://github.com/zjiayao/stat7614
data-science graduate-application statistical-learning
Last synced: 6 months ago
JSON representation
Understanding Admission Results of CS Graduate Programs in U.S. Universities
- Host: GitHub
- URL: https://github.com/zjiayao/stat7614
- Owner: zjiayao
- Created: 2018-02-10T16:15:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-16T22:54:21.000Z (about 7 years ago)
- Last Synced: 2024-05-31T08:25:49.581Z (over 1 year ago)
- Topics: data-science, graduate-application, statistical-learning
- Language: Python
- Homepage:
- Size: 1.95 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# STAT7614: Advanced Statistical Learning Mini Project
## Aim
Recent years have witnessed a surge in Computer Science (CS) research, which
achieved unparalleled successes in a kaleidoscope of science and engineering
applications spanning artificial intelligence [1], natural language processing [2],
computer vision [3], statistical learning theory [4], blockchain and cryptocurrency
[5], computational biology [6] and bioinformatics [7], intelligent grids and Internetof-Things
(IoT) [8]. Consequently, the difficulty of pursuing a higher degree in
CS or related subjects in decent graduate schools has been elevated to an unprecedented
new height [9]. In this paper, motivated by these observations, the authors,
consisting of a data-driven earth scientist, a computational biologist, and a machine
learning researcher, study the factors governing the admissions of graduate schools
in the U.S. by means of Generalized Linear Models (GLM), Generalized Additive
Models (GAM), distribution-free methods such as Ensemble Learning (EL),
and Discrete Bayesian Networks (DBN). We seek answers to several interesting
questions and render crisp insights from the model inference and analysis. We hope
this paper may inspire future graduate schools applicants. We finally conclude this
paper by identifying limitations that are not addressed by this paper and pointing
out several possible future directions.## Delieverable
We use the [paper draft philosophy](http://blog.liyiwei.org/?p=1215) introduced by [Li-Yi Wei](http://www.liyiwei.org)
throughout this project.
The report can be found online [here](https://jiayao-zhang.com/doc/stat7614_report.pdf).## Contributors
[Chen Liu](https://www.linkedin.com/in/chen-liu-283830105/), [Zehao Su](https://www.linkedin.com/in/zehao-su-235a9b153/), and [Jiayao Zhang](https://jiayao-zhang.com).
All authors contributed equally.## Cite this project
If you found this repo useful, please consider cite this project.
A possible `bibtex` entry may be:```
@misc{LSZ18,
author = {Liu, Chen and Su, Zehao and Zhang, Jiayao}
title = {Understanding Admission Results of CS Graduate Programs in U.S. Universities},
year = {2018},
publisher = {GitHub},
journal = {GitHub repository},
howpublished = {\url{https://github.com/zjiayao/stat7614}},
}
```