Skip to content

Statistical pattern recognition course projects from shiraz university.

Notifications You must be signed in to change notification settings

Arminkhayati/Statistical_Pattern_Recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Statistical Pattern Recognition Course Project Codes Relies Here

Each folder contains a few projects for a week.
W1 :
Logistic Regression, Closed form and Gradient Descent implementation of Linear Regression

W2:
Logistic, Softmax Regression (Multiclass Classification), and Bayesian Classification

W3:
Bayesian Classification, Naïve Bayes Classification

W4:
Non-Parametric Density Estimation
a) Histogram
b) Parzen Window
c) Gaussian kernel
d) KNN Estimator

and PCA