{"nbformat":4,"nbformat_minor":0,"metadata":{"colab":{"name":"02-2-linear_regression_feed.ipynb","provenance":[],"collapsed_sections":[]},"kernelspec":{"name":"python3","display_name":"Python 3"}},"cells":[{"cell_type":"code","metadata":{"id":"wgxwLdtZc7sS","colab_type":"code","colab":{"base_uri":"https://localhost:8080/","height":80},"outputId":"c73e358e-2862-4878-ee93-7d65a23e4fca","executionInfo":{"status":"ok","timestamp":1577082722064,"user_tz":-540,"elapsed":2262,"user":{"displayName":"Yoon Jack","photoUrl":"","userId":"04923927567667044980"}}},"source":["import tensorflow as tf\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.