{"nbformat":4,"nbformat_minor":0,"metadata":{"colab":{"name":"08_대표적 비지도 학습법Autoencoder.ipynb","provenance":[],"collapsed_sections":[]},"kernelspec":{"name":"python3","display_name":"Python 3"}},"cells":[{"cell_type":"markdown","metadata":{"id":"F-132lLltG57","colab_type":"text"},"source":["#비지도 학습\n","오토 인코더"]},{"cell_type":"markdown","metadata":{"id":"jDTJotAwtO7F","colab_type":"text"},"source":["변이형 오토 인코더, 잡음 제거 오토 인코더"]},{"cell_type":"code","metadata":{"id":"TMDnP8RQs99a","colab_type":"code","colab":{"base_uri":"https://localhost:8080/","height":63},"outputId":"2993b292-1d25-4d39-8ae0-bb600d7ec45b","executionInfo":{"status":"ok","timestamp":1573530215586,"user_tz":-540,"elapsed":2754,"user":{"displayName":"Yoon Jack","photoUrl":"","userId":"04923927567667044980"}}},"source":["import tensorflow as tf\n","import numpy as np\n","import matplotlib.pyplot as plt"],"execution_count":1,"outputs":[{"output_type":"display_data","data":{"text/html":["
\n","The default version of TensorFlow in Colab will soon switch to TensorFlow 2.x.
\n","We recommend you upgrade now \n","or ensure your notebook will continue to use TensorFlow 1.x via the %tensorflow_version 1.x
magic:\n","more info.