{"nbformat":4,"nbformat_minor":0,"metadata":{"colab":{"name":"8-1 LSTM 텍스트 생성.ipynb","provenance":[],"collapsed_sections":[],"authorship_tag":"ABX9TyOoNmCeKLp4LxLFnvXtvpxG"},"kernelspec":{"name":"python3","display_name":"Python 3"},"accelerator":"GPU"},"cells":[{"cell_type":"code","metadata":{"id":"cGvyVm1zMpk7","colab_type":"code","colab":{"base_uri":"https://localhost:8080/","height":117},"outputId":"0fd4e00b-47e8-4705-a640-01fc2e0441b7","executionInfo":{"status":"ok","timestamp":1582365552936,"user_tz":-540,"elapsed":2999,"user":{"displayName":"Yoon Jack","photoUrl":"","userId":"04923927567667044980"}}},"source":["import keras\n","keras.__version__"],"execution_count":1,"outputs":[{"output_type":"stream","text":["Using TensorFlow backend.\n"],"name":"stderr"},{"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.