본문 바로가기

AI/AI Archive3

keras - 케라스 튜토리얼 01. 케라스란?https://ebbnflow.tistory.com/11802. 케라스 튜토리얼1 - Sequential Model 구현https://ebbnflow.tistory.com/12003. 케라스 튜토리얼2 - 하이퍼파라미터 튜닝이란?https://ebbnflow.tistory.com/12104. 케라스 튜토리얼3 - 검증손실값(acc,loss)https://ebbnflow.tistory.com/12205. 케라스 튜토리얼4 - RMSE, R2 (회귀모델)https://ebbnflow.tistory.com/12306. 케라스 튜토리얼5 - summary()로 모델 구조 확인https://ebbnflow.tistory.com/12407. 케라스 튜토리얼6 - train, test, validat.. 2024. 9. 15.
keras - 시계열 예측 / 불균형 데이터 분류 튜토리얼 https://www.tensorflow.org/tutorials/structured_data/time_series?hl=ko 시계열 예측  |  TensorFlow Core시계열 예측 컬렉션을 사용해 정리하기 내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요. 이 튜토리얼에서는 TensorFlow를 사용한 시계열 예측을 소개합니다. Convolutional/Recurrent Neural Network(Cwww.tensorflow.org 불균형 데이터 분류https://www.tensorflow.org/tutorials/structured_data/imbalanced_data 불균형 데이터 분류  |  TensorFlow Core불균형 데이터 분류 컬렉션을 사용해 정리하기 내 환경설정을 기준으로 콘텐츠.. 2024. 9. 15.
(keras) 주가 예측 위한 LSTM/RNN/GRU 모델 비교 https://diane-space.tistory.com/331 [시계열] 주가 예측을 위한 RNN/LSTM/GRU 기술적 가이드 (번역)우리의 일상에서 챗봇 고객 서비스, 이메일 스팸 탐지기, 음성 인식, 언어 번역, 주식 시장 예측 등과 상호작용하고 있습니다. 이 인공지능 상품들은 순환신경망(RNN), 롱숏-기간모델(LSTM) 그리고diane-space.tistory.com 2024. 9. 15.