Updated several READMEs and the demo

master
Taylor Smith 2018-06-07 08:50:40 -05:00
parent 2f79996d94
commit 2804aa528e
3 changed files with 3 additions and 2 deletions

View File

@ -6,7 +6,7 @@
"source": [
"# Hands-on Supervised Machine Learning with Python\n",
"\n",
"Predicting whether an email is spam or not!"
"In this example, we'll predict whether or not an email is spam."
]
},
{

View File

@ -4,4 +4,4 @@ Within this directory, you'll find the output of the various example scripts.
The rendering of these images is automated by the
[examples/run_all_examples.py](../examples/run_all_examples.py) script.
### Do not directly edit anything in this directory! It's contents are 100% automated!!
### Do not directly edit anything in this directory! Its contents are 100% automated!!

View File

@ -12,6 +12,7 @@ __all__ = [
'NeuralMixin'
]
def tanh(X):
"""Hyperbolic tangent.