-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2주차 과제 #3
Labels
assignment
각 주차별 조별 과제 기록
Comments
4조1. 김율희1번 데이터
2번 데이터
2. 표지원1번 데이터
2번 데이터
3. 설유민1번 데이터
2번 데이터
4. 김재명1번 데이터
2번 데이터
5. 강다형1번 데이터
2번 데이터
학습결과 |
임세훈1번 데이터
2번 데이터
사진1. 데이터 분포2. 학습2-1. 1번 데이터2-2. 2번 데이터3. 결과3-1. 1번 데이터3-2. 2번 데이터Colab 노트북 주소는 |
김동하1번 데이터 : Layer 1개를 가지는 모델1번 데이터는 X가 1차원의 값을 가집니다. 2번 데이터 : Layer 2개를 가지는 모델2번 데이터는 XOR 형식을 가진 데이터입니다. 사진 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
두 번째 과제: PyTorch로 딥러닝 모델 학습하기
회합 자료 링크: #1 (comment)
Colab Python 노트북을 사용한 모델 학습 실습
x < -5 or x > 5 인 값 (x, y)에 대해 label=1
나머지 좌표에 대해서는 label=0
Step 1. Layer 1개로 구성된 모델로 이진 분류 학습시키기
Step 2. Layer 2개로 구성된 모델로 이진 분류 학습시키기
Step 3. 새로운 데이터 분류하기
1번 데이터: x + y > 0 인 경우 label=1, 나머지 label=0
2번 데이터: x * y > 0 인 경우 label=1, 나머지 label=0
The text was updated successfully, but these errors were encountered: