Skip to content

ai-service-code/ml-05

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

ml-05 지도학습 Linear Classifier (선형분류)

Linear Classifier (선형분류)

SGDClassifier(alpha, average, class_weight, epsilon, eta0, fit_intercept, l1_ratio, learning_rate, loss, max_iter, n_iter, n_jobs, penalty, power_t, random_state, shuffle, tol, verbose, warm_start)

확률적 경사하강법(SGD, Stochastic Gradient Descent)을 이용하여 선형모델을 구현

LinearClassifier 실습 01

붓꽃 데이터 셋에 선형분류 적용

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors