[TensorFlow Cert] Q1-Regression

import numpy as np import tensorflow as tf from tensorflow.keras.layers import Dense from tensorflow.keras.models import...

1 minute read

[Git] Git Push & Pull

시작 git config –global user.name “이름” git config –global user.email “이메일” (폴더 이동 후) git...

1 minute read