Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 |
Tags
- TensorFlowGPU
- leetcode
- ProfileReport
- MS SQL Server
- 웨어하우스 보관 최적화
- Labor Management System
- 당신의 인생이 왜 힘들지 않아야 한다고 생각하십니까
- MySQL
- 프로그래머스
- 파이썬
- 코딩테스트연습
- SQL
- Product Demand
- HackerRank
- Inventory Optimization
- 딥러닝
- pandas profiling
- 신경쓰기의 기술
- oracle
- ABC Analysis
- 코딩테스트
- Gaimification
- forecast
- tensorflow
- ModelCheckPoint
- kaggle
- eda
- 피그마인디언
- SKU Consolidation
- 데이터분석
Archives
- Today
- Total
목록Sequential (1)
오늘도 배운다
피마 인디언 데이터 분석 - TensorFlow로 모델 학습 / 모두의 딥러닝
목표 피그마 인디언 당뇨병 여부 예측하는 모델 생성하기 불러오기 import os from tensorflow.keras.models import Sequential from tensorflow.keras.layers import Dense from tensorflow.keras.callbacks import ModelCheckpoint from tensorflow.keras.callbacks import EarlyStopping import numpy as np import tensorflow as tf import pandas as pd from sklearn.preprocessing import StandardScaler import matplotlib.pyplot as plt 시드설정 tf.ran..
머신러닝&딥러닝/모두의 딥러닝 구현 기록
2022. 12. 5. 20:21