{"nbformat":4,"nbformat_minor":0,"metadata":{"colab":{"name":"Study2-1.ipynb","provenance":[],"collapsed_sections":[],"authorship_tag":"ABX9TyMGG/OoUTlbQ0v+/N8CrNeV"},"kernelspec":{"name":"python3","display_name":"Python 3"}},"cells":[{"cell_type":"code","metadata":{"id":"H1zpvvYwlRGX","colab_type":"code","colab":{"base_uri":"https://localhost:8080/","height":81},"outputId":"c351a13e-2341-453b-a438-1d0bd15acfcd","executionInfo":{"status":"ok","timestamp":1584617896746,"user_tz":-540,"elapsed":5299,"user":{"displayName":"Yoon Jack","photoUrl":"","userId":"04923927567667044980"}}},"source":["import tensorflow as tf\n","import numpy as np\n","tf.set_random_seed(777)"],"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.