seminars:mas_capstone
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| seminars:mas_capstone [2017/10/03 17:31] – qyu | seminars:mas_capstone [2017/10/27 18:42] (current) – qyu | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Capstone Seminar ====== | ||
| + | ==== Fall 2017 ==== | ||
| + | * **September 13**\\ Time: 1:10--1:25 pm \\ Speaker: Wangshu Tu \\ Title: Parameters Selection and Comparison in Guassian Kernel SVM<WRAP box>// | ||
| + | choose and how to select proper parameter in kernel function. One of them: | ||
| + | Gaussian radial basis function(RBF) is very popular because of only single | ||
| + | parameter needs to be determined. In this short talk, it will present | ||
| + | different results of applying RBF kernel in binary classification | ||
| + | case--Gender Recognition by Voice, with different pairs of (C, r), where C | ||
| + | is a regularization parameter to constrain the range of Lagrangian | ||
| + | coefficients in dual function F_D, r is reciprocal of single parameter | ||
| + | sigma^2 in RBF kernel. For each pair (C, r), compute 10-folder Cross | ||
| + | Validation(CV/ | ||
| + | decrease when C or r increases. The smallest CV/10 misclassification rate | ||
| + | among all pairs of (C, r) is also better than LDA and classification tree.</ | ||
| + | |||
| + | * **September 13**\\ Time: 1:25--1:40 pm \\ Speaker: Xiang Wang \\ Title: Use LDA and QDA To Discriminate Diabetes Data <WRAP box>// | ||
| + | of the relationship between the three clinical classifications and five measurements for 145 | ||
| + | instances. It helps the diagnosis and appropriate treatment to the diabetes patients. | ||
| + | |||
| + | We draw a scatterplot matrix of all five variables representing the problematic multivari- | ||
| + | ate Gaussian distributions, | ||
| + | which play the negative roles in LDA(Linear Discriminant Analysis) and QDA(Quadratic | ||
| + | Discriminant Analysis). We use LDA and QDA to discriminate the clinical classifications | ||
| + | by the five variables, then draw the 2D-scatter-plot of the first two discriminating functions | ||
| + | to show that LDA is subject to outliers, but QDA relatively improves the classification by | ||
| + | nonlinear discrimination. | ||
| + | |||
| + | The misclassification rates in the leave-one-out cross-validation are 11% for LDA and | ||
| + | 9.7% for QDA. The fitting for 145 instances indicates LDA and QDA can be quite flexible. | ||
| + | </ | ||
| + | |||
| + | * **September 13**\\ Time: 1:40--1:55 pm \\ Speaker: Joshua Rovou \\ Title: Managing Multinomial Data: Using Aids and Examples from Dr. Ganggang Xu and Julian Faraway' | ||
| + | |||
| + | * **September 13**\\ Time: 1:55--2:10 pm \\ Speaker: Hao Wang \\ Title: Forest Cover Type prediction< | ||
| + | |||
| + | * **September 20**\\ Time: 1:10--1:25 pm \\ Speaker: Xiaolin Tang \\ Title: MODEL SELECTION< | ||
| + | |||
| + | My presentation will be presented with two parts: first, I will give a quickly review of some basic concepts, including the criteria of a good model and the method to do model selection. Second, I will display several questions of chapter 10 in " | ||
| + | |||
| + | * **September 20**\\ Time: 1:25--1:40 pm \\ Speaker: Shaofei Zhao \\ Title: Use Dataset aatemp to Predict Temperature in the Future< | ||
| + | mean temperatures in Ann Arbor, Michigan going back about 150 years. The data contains | ||
| + | 115 observations on two variables, year is the year from 1854 to 2000, temp is the annual | ||
| + | mean temperature. | ||
| + | Our motivation is that by analyzing the data, we may give a reasonable prediction of | ||
| + | the mean temperature in 2020. To analyze, we need firstly check the assumptions of error | ||
| + | terms, such as constant variance, normality and outliers. Then we proceed linear regression | ||
| + | considering response transformation and predictor transformation, | ||
| + | also consider some methods of time series to achieve a better model. | ||
| + | At the moment, we use a model with 3-degree polynomials, | ||
| + | from 0.05 to 0.13, and base on this model, we may predict the temperature of 2020 is about | ||
| + | 46 degrees. | ||
| + | |||
| + | |||
| + | </ | ||
| + | |||
| + | |||
| + | * **September 20**\\ Time: 1:40--1:55 pm \\ Speaker: McInroy, | ||
| + | |||
| + | |||
| + | * **September 20**\\ Time: 1:55--2:10 pm \\ Speaker: Schepis, | ||
| + | |||
| + | * **September 27**\\ Time: 1:10--1:25 pm \\ Speaker: Yanwei Jiang \\ Title: Lineal Model diagnostics in error terms< | ||
| + | diagnostics. There are several aspects that we need to consider, in this short talk, we will focus on the error term of linear model. The model assumptions of the error term are constant variance, normality and independent. We will introduce some common and useful tools such as residual plot, qq-plot and other tools, both in theory and method. Some examples will also be demonstrated to show how these tools work.</ | ||
| + | |||
| + | * **September 27**\\ Time: 1:25--1:40 pm \\ Speaker: Yifei Zeng \\ Title: Application of Multidimensional Scaling< | ||
| + | |||
| + | |||
| + | * **September 27**\\ Time: 1:40--1:55 pm \\ Speaker: Gang Cheng \\ Title: Problems with the error term< | ||
| + | |||
| + | |||
| + | * **September 27**\\ Time: 1:55--2:10 pm \\ Speaker: Chenxi Wang \\ Title: Linear Model with categorical predictors< | ||
| + | |||
| + | |||
| + | * **October 4**\\ Time: 1:10--1:40 pm \\ Speaker: Hao Wang \\ Title: | ||
| + | |||
| + | |||
| + | * **October 4**\\ Time: 1:40--2:10 pm \\ Speaker: Chenxi Wang \\ Title: Linear Models with Categorical Predictors< | ||
| + | |||
| + | |||
| + | * **October 11**\\ Time: 1:10--1:40 pm \\ Speaker: Shaofei Zhao \\ Title: Use Different Model to Predict the Temperature of Binghamton< | ||
| + | |||
| + | |||
| + | * **October 11**\\ Time: 1:40--2:10 pm \\ Speaker: Yifei Zeng \\ Title: Application of Multidimensional Scaling< | ||
| + | |||
| + | * **October 18**\\ Time: 1:10--1:40 pm \\ Speaker: Gang Cheng \\ Title: Problem with the error< | ||
| + | |||
| + | |||
| + | * **October 18**\\ Time: 1:40--2:10 pm \\ Speaker: Schepis, | ||
| + | |||
| + | |||
| + | * **October 25**\\ Time: 1:10--1:40 pm \\ Speaker: McInroy, | ||
| + | |||
| + | |||
| + | * **October 25**\\ Time: 1:40--2:10 pm \\ Speaker: Rovou, | ||
| + | |||
| + | |||
| + | * **November 1**\\ Time: 1:10--1:40 pm \\ Speaker: Xiaolin Tang \\ Title: MODEL SELECTION< | ||
| + | |||
| + | My presentation will be presented with two parts: first, I will give a quick review of some basic concepts, including the criteria of a good model and the method to do model selection. Second, I will talk about several questions of chapter 10 in " | ||
| + | |||
| + | |||
| + | * **November 1**\\ Time: 1:40--2:10 pm \\ Speaker: Xiang Wang \\ Title: Linear Discriminant Analysis for Diabetes Data | ||
| + | <WRAP box>// | ||
| + | Based on all five variables representing the problematic multivariate Gaussian distributions and the inappropriate assumption of equal covariance matrices, misclassification rates in the leave-one-out cross-validation are 11% for LDA and 9.7% for QDA. | ||
| + | Thus we will talk about the LDA via Multiple Regression and Logistic Discrimination, | ||
| + | |||
| + | |||
| + | * **November 8**\\ Time: 1:10--1:40 pm \\ Speaker: Wangshu Tu \\ Title: Parameters Selection in Guassian Kernel SVM<WRAP box>// | ||
| + | we need to adjust C, which is regularization parameter to constrain the | ||
| + | range of Lagrangian coeffcients $\alpha$ in dual function FD, and | ||
| + | parameters $\tau$ in kernel function. But often it is not so clear that | ||
| + | how to select them. In this long talk, Gaussian radial basis function(RBF) | ||
| + | will be used as kernel function, because only one parameter(C, | ||
| + | needs to be determined. In order to get desired parameter, one method is | ||
| + | to find minimal missclassification error by using 10-folder Cross | ||
| + | Validation(CV/ | ||
| + | other optimization methods, and An Automatic Method for Selecting the | ||
| + | Kernel Parameter $\tau$ will be discussed.</ | ||
| + | |||
| + | |||
| + | * **November 8**\\ Time: 1:40--2:10 pm \\ Speaker: Yangwei Jiang \\ Title: Lineal Model diagnostics< | ||
| + | |||
| + | |||
| + | |||
| + | ==== Spring 2017 ==== | ||
| + | |||
| + | * **February 23**\\ Time: 1:15--2:15 pm \\ Speaker: Yu Hu \\ Title: Vehicle' | ||
| + | * **March 2**\\ Time: 1:15--2:15 pm \\ Speaker: Hao Wang \\ Title: On testing independence and goodness of fit in linear models< | ||
| + | * **March 16**\\ Time: 1:15--2:15 pm \\ Speaker: Liping Gu \\ Title: Analysis of the Dataset " | ||
| + | |||
| + | * **May 2**\\ Time: 12--1 pm \\ Speaker: Hao Wang \\ Title: On testing independence and goodness of fit in linear models< | ||
