Skip to content

euan-lee/machine-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 

Repository files navigation

machine-learning

겪은 에러:

.float vs double->double을 좀더 정확한 계산이 필요할 떄 사용!!

.부동 소수점 에러: https://www.youtube.com/watch?v=vOO-oLS0H68

https://www.acmicpc.net/blog/view/3

.선언을 안했는데 데이터가 할당되는 경우가 있음

#include<stdio.h>
int arr[3]={1,1,1,1};
int main(){
arr[4]=1;
printf("%d",arr[4]);

}

무조건 PRINTF를 하는것이 아니라 논리적으로 먼저 어느 부분이 틀렸을지 생각하고 들어가기

week11
.validation data

image

test data

image

after function fitting

image

error-epoch graph

image

About

error-back propagation algorithm입니다

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published