https://minsuksung-ai.tistory.com/8
파이썬으로 퍼셉트론 구현하기
대학원 과제에서 퍼셉트론(Perceptron)을 구현하라는 과제를 받았다. 사실 파이썬으로 퍼셉트론을 구현해둔 코드는 많지만 의외로 결정 경계(Decision Boundary)를 표현해주는 코드는 많이 없었다. 그래
minsuksung-ai.tistory.com
https://github.com/minsuk-sung/coursework/tree/master/2020_01_deep_learning/hw/hw1
GitHub - minsuk-sung/coursework
Contribute to minsuk-sung/coursework development by creating an account on GitHub.
github.com
'Machine learning' 카테고리의 다른 글
feature importance와 permutation importance 차이 (0) | 2023.04.20 |
---|---|
로지스틱회귀 scikit learn 알고리즘 L-BFGS 설명 (0) | 2022.03.21 |
앙상블(Ensemble) 하드보팅(Majority/Hard Voting)에서 모델(Model)이 짝수일땐 어떻게 할까? (0) | 2021.08.02 |
스케일링_방법_장단점_효과_scaler (0) | 2021.04.22 |
scaling 스케일링 정규화 표준화 normalization standardization (0) | 2020.09.28 |