일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
- 돈의 속성이란
- 30살 추천 도서
- 몰입 줄거리
- 플로우 방법
- 자기계발서 추천
- 온라인 파트타임 MBA
- 내 강점
- 블랙쉽
- 몰입 책 후기
- 강자의 언어
- 자산 책 추천
- MBA 비용
- 자산늘리는법
- 글로벌 MBA
- 강점 5가지
- 20살 추천 도서
- 30대 필독
- 책 추천
- 장점 5가지
- 오디오 텍스트 변환
- 글로벌 MBA 비용
- 목적 찾는 법
- 자신에게 할 질문
- 몰입하는 방법
- 청소년 추천 도서
- mac 받아쓰기 설정
- 받아쓰기 설정
- 30대 필독서
- 내 장점 찾기
- 맥 받아쓰기
- Today
- Total
목록분류 전체보기 (78)
Let's enjoy our life
https://m.blog.naver.com/PostView.nhn?isHttpsRedirect=true&blogId=sangyeal&logNo=221239260641 엑셀 함수 vlookup 사용법(방법)/쉬운 설명, 중복/오류 값 해결은? 엑셀 함수 vlookup 사용법(방법)/쉬운 설명, 중복/오류 값 해결은? 위 동영상을 몇 번 반복해서 보면 쉽게 ... blog.naver.com
게시판 처럼 검색 조건이나 페이징에 따라 데이터가 다르게 보이는 페이지를 동적페이지라 부름 그안의 데이터를 동적 정적으로 표현함 Satic data refers to a fixed data set—or, data that remains the same after it's collected 동적 데이터 (Dynamic Data): 계산되고 가공되는 값 정적 데이터 (Static Data): 회사 소개처럼 순수 html로 작업하는 페이지를 정적페이지 (출처) https://blog.daum.net/jcodeno1best/31
column_names = ... msg = 'Must have two capital letters followed by digits.' validate.regex(column_names, r'^[A-Z]{2}\d+$', msg=msg)
talkingaboutme.tistory.com/entry/DL-%ED%95%B4%EB%B3%B4%EB%A9%B4%EC%84%9C-%EB%B0%B0%EC%9A%B0%EB%8A%94-%EB%94%A5%EB%9F%AC%EB%8B%9D-ANN-%EA%B5%AC%ED%98%84-2 [DL] 해보면서 배우는 딥러닝 - ANN 구현 (2) * 여기에 담긴 내용은 Udemy에서 진행되는 DeepLearning A-Z(https://www.udemy.com/deeplearning)의 일부를 발췌했습니다. 지난 포스트에서 test set과 training set을 생성했다. 이제 Artificial Neural Netwo.. talkingaboutme.tistory.com otexts.com/fppkr/nnetar.ht..
•데이터 셋 형식: n * m 날짜, 시간 •날짜 형식: YYYY-MM-DD-HH-mm-ss-ms
Among the best practices for training a Neural Network is to normalize your data to obtain a mean close to 0. Normalizing the data generally speeds up learning and leads to faster convergence. In theory, it's not necessary to normalize numeric x-data (also called independent data). However, practice has shown that when numeric x-data values are normalized, neural network training is often more e..