Skip to content

Commit 2efa942

Browse files
committed
Minor changes.
1 parent e81db39 commit 2efa942

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Data for TensorFlow
2+
data/
3+
4+
15
# Byte-compiled / optimized / DLL files
26
__pycache__/
37
*.py[cod]

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016
3+
Copyright (c) 2016 by Magnus Erik Hvass Pedersen
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
# TensorFlow-Tutorials
2-
TensorFlow Tutorials
2+
3+
## Contents
4+
5+
Simple Linear Model ([Jupyter Notebook](https://github.com/Hvass-Labs/TensorFlow-Tutorials/blob/master/01_Simple_Linear_Model.ipynb))
6+

0 commit comments

Comments
 (0)