We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e81db39 commit 2efa942Copy full SHA for 2efa942
.gitignore
@@ -1,3 +1,7 @@
1
+# Data for TensorFlow
2
+data/
3
+
4
5
# Byte-compiled / optimized / DLL files
6
__pycache__/
7
*.py[cod]
LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)
-Copyright (c) 2016
+Copyright (c) 2016 by Magnus Erik Hvass Pedersen
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
README.md
@@ -1,2 +1,6 @@
# TensorFlow-Tutorials
-TensorFlow Tutorials
+## Contents
+Simple Linear Model ([Jupyter Notebook](https://github.com/Hvass-Labs/TensorFlow-Tutorials/blob/master/01_Simple_Linear_Model.ipynb))
0 commit comments