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 | 31 |
Tags
- ModelCheckPoint
- TensorFlowGPU
- kaggle
- 파이썬
- Inventory Optimization
- Product Demand
- ABC Analysis
- 신경쓰기의 기술
- SQL
- Gaimification
- eda
- MS SQL Server
- MySQL
- tensorflow
- 딥러닝
- leetcode
- pandas profiling
- ProfileReport
- 프로그래머스
- oracle
- 피그마인디언
- 코딩테스트연습
- SKU Consolidation
- 데이터분석
- HackerRank
- Labor Management System
- 코딩테스트
- forecast
- 웨어하우스 보관 최적화
- 당신의 인생이 왜 힘들지 않아야 한다고 생각하십니까
Archives
- Today
- Total
목록피그마인디언 (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