├── Install_Readme.txt ├── Keras_Code └── LSTM_Stock_Prediction.py ├── README.md ├── SkLearn_TensorFlow_Data_NW_Report.ipynb ├── SkLearn_TensorFlow_Example.ipynb ├── TFEstimators ├── Facets_Census.ipynb ├── README.md ├── SkLearn_TensorFlow_Data_NW_Report.ipynb ├── SkLearn_TensorFlow_Example.ipynb └── TFEstimators_Census.ipynb ├── TFLearn_Tutorials ├── LinearRegression_TFLearn.py ├── Titanic_TFLearn.py ├── data_utils.py ├── data_utils.pyc └── titanic_dataset.csv └── TensorFlow_Tutorials ├── TF_Basic_Graph.py ├── TF_Devices_Graphs_Sessions.py ├── TF_Ops.py └── gcml └── eval-gcml.py /Install_Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karthikmswamy/TFTutorials/HEAD/Install_Readme.txt -------------------------------------------------------------------------------- /Keras_Code/LSTM_Stock_Prediction.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karthikmswamy/TFTutorials/HEAD/Keras_Code/LSTM_Stock_Prediction.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karthikmswamy/TFTutorials/HEAD/README.md -------------------------------------------------------------------------------- /SkLearn_TensorFlow_Data_NW_Report.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karthikmswamy/TFTutorials/HEAD/SkLearn_TensorFlow_Data_NW_Report.ipynb -------------------------------------------------------------------------------- /SkLearn_TensorFlow_Example.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karthikmswamy/TFTutorials/HEAD/SkLearn_TensorFlow_Example.ipynb -------------------------------------------------------------------------------- /TFEstimators/Facets_Census.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karthikmswamy/TFTutorials/HEAD/TFEstimators/Facets_Census.ipynb -------------------------------------------------------------------------------- /TFEstimators/README.md: -------------------------------------------------------------------------------- 1 | Readme file for Scikit-learn and TensorFlow 2 | -------------------------------------------------------------------------------- /TFEstimators/SkLearn_TensorFlow_Data_NW_Report.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karthikmswamy/TFTutorials/HEAD/TFEstimators/SkLearn_TensorFlow_Data_NW_Report.ipynb -------------------------------------------------------------------------------- /TFEstimators/SkLearn_TensorFlow_Example.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karthikmswamy/TFTutorials/HEAD/TFEstimators/SkLearn_TensorFlow_Example.ipynb -------------------------------------------------------------------------------- /TFEstimators/TFEstimators_Census.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karthikmswamy/TFTutorials/HEAD/TFEstimators/TFEstimators_Census.ipynb -------------------------------------------------------------------------------- /TFLearn_Tutorials/LinearRegression_TFLearn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karthikmswamy/TFTutorials/HEAD/TFLearn_Tutorials/LinearRegression_TFLearn.py -------------------------------------------------------------------------------- /TFLearn_Tutorials/Titanic_TFLearn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karthikmswamy/TFTutorials/HEAD/TFLearn_Tutorials/Titanic_TFLearn.py -------------------------------------------------------------------------------- /TFLearn_Tutorials/data_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karthikmswamy/TFTutorials/HEAD/TFLearn_Tutorials/data_utils.py -------------------------------------------------------------------------------- /TFLearn_Tutorials/data_utils.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karthikmswamy/TFTutorials/HEAD/TFLearn_Tutorials/data_utils.pyc -------------------------------------------------------------------------------- /TFLearn_Tutorials/titanic_dataset.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karthikmswamy/TFTutorials/HEAD/TFLearn_Tutorials/titanic_dataset.csv -------------------------------------------------------------------------------- /TensorFlow_Tutorials/TF_Basic_Graph.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karthikmswamy/TFTutorials/HEAD/TensorFlow_Tutorials/TF_Basic_Graph.py -------------------------------------------------------------------------------- /TensorFlow_Tutorials/TF_Devices_Graphs_Sessions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karthikmswamy/TFTutorials/HEAD/TensorFlow_Tutorials/TF_Devices_Graphs_Sessions.py -------------------------------------------------------------------------------- /TensorFlow_Tutorials/TF_Ops.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karthikmswamy/TFTutorials/HEAD/TensorFlow_Tutorials/TF_Ops.py -------------------------------------------------------------------------------- /TensorFlow_Tutorials/gcml/eval-gcml.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karthikmswamy/TFTutorials/HEAD/TensorFlow_Tutorials/gcml/eval-gcml.py --------------------------------------------------------------------------------