PyTorch Quickstart로 연습하기
1. Working with data
1. Working with data
1. BERT소개 BERT는 2018년에 개발된 자연어 처리 모델로, 트랜스포머(Transformer) 아키텍처를 기반으로 한다. BERT는 딥 러닝 기술 중 하나인 전이 학습(Transfer Learning)을 사용하여 대규모 텍스트 데이터로 사전훈련(pre-training)된 ...
1. TensorFlow 설정하기
```python import matplotlib.pyplot as plt import os import re import shutil import string import tensorflow as tf
```python TensorFlow and tf.keras import tensorflow as tf