rasbt
|
fbb741d17f
|
update syntax to keras 2
|
2017-07-04 22:53:34 -04:00 |
|
rasbt
|
0aca91c1cd
|
clarify weight zero effect in perceptron
|
2017-07-04 21:36:31 -04:00 |
|
rasbt
|
abf5e6fdc4
|
note about multiprocessing on win
|
2017-06-22 19:50:21 -04:00 |
|
rasbt
|
228b0a052d
|
neuralnet-mlp standalone code
|
2017-06-09 13:15:23 -04:00 |
|
rasbt
|
b4208ec88e
|
cat movieclassifier files into notebook for easier reference
|
2017-05-31 23:49:52 -04:00 |
|
rasbt
|
0b44b146f6
|
use iloc instead of deprecated ix
|
2017-05-14 12:13:45 -04:00 |
|
rasbt
|
61a594ecc1
|
change mlxtend.evaluate references to mlxtend.plotting
|
2017-04-30 13:39:49 -04:00 |
|
rasbt
|
38b5e54237
|
reference to numpy.linalg.eigh correctly
|
2017-04-25 18:16:02 -04:00 |
|
rasbt
|
13b0a6a0eb
|
note about keras via conda-forge
|
2017-04-09 12:18:01 -04:00 |
|
rasbt
|
64292d93b1
|
use probas in roc_auc_score and add note about memory view
|
2017-04-09 12:04:13 -04:00 |
|
rasbt
|
0c222efb5f
|
run chapters with most recent libraries 2017-03-10
|
2017-03-10 23:02:31 -05:00 |
|
rasbt
|
9122abe317
|
add iris data back
|
2017-03-06 18:04:44 -05:00 |
|
rasbt
|
0f4bbbe628
|
add edgecolor to plot_decision_regions for matplotlib 2.0
|
2017-03-06 00:09:17 -05:00 |
|
rasbt
|
f7eb6871bc
|
pydotplus
|
2017-02-28 22:46:45 -05:00 |
|
rasbt
|
578f026c3c
|
fix link to running_jupyter_nb
|
2017-01-23 15:27:04 -05:00 |
|
rasbt
|
efd84ba81f
|
Merge branch 'master' of https://github.com/rasbt/python-machine-learning-book
|
2017-01-20 10:36:58 -05:00 |
|
rasbt
|
e64092aaf4
|
jupyter help slides
|
2017-01-20 09:17:37 -05:00 |
|
Mudit
|
dc163481ec
|
jupiter -> jupyter
|
2017-01-18 17:47:55 -08:00 |
|
rasbt
|
0fd8592489
|
clarify somepackage in installation instruction #40
|
2017-01-06 11:10:59 -05:00 |
|
rasbt
|
930ff28916
|
add missing line to cell 16/17
|
2017-01-03 22:25:24 -05:00 |
|
rasbt
|
22f130fe70
|
fix typo in additional comment section
|
2016-12-30 17:57:39 -05:00 |
|
rasbt
|
e45b18788a
|
clarify cost_ in the docstrings
|
2016-12-27 13:44:57 -05:00 |
|
rasbt
|
cf61bd0599
|
new ipynb internal link formatting
|
2016-12-13 12:52:21 -05:00 |
|
rasbt
|
dad5279dfa
|
fix shape deprecation warning
|
2016-11-11 16:28:17 -05:00 |
|
rasbt
|
3a2d400e17
|
disable tight layout
|
2016-11-11 16:17:54 -05:00 |
|
rasbt
|
3f17004833
|
add os import to optional scripts
|
2016-11-10 02:03:27 -05:00 |
|
rasbt
|
65d656da79
|
additional figure on softmax
|
2016-10-25 09:14:38 -04:00 |
|
rasbt
|
62e35f3636
|
use np.sign in l1
|
2016-10-25 00:14:48 -04:00 |
|
rasbt
|
6b0adfd46d
|
alt. new tree layout
|
2016-10-24 16:18:46 -04:00 |
|
rasbt
|
cd70f52a7a
|
use .reshape(1, -1) for single sample in new sklearn to avoid depr warning
|
2016-10-18 02:00:09 -04:00 |
|
rasbt
|
f677447fb3
|
numpy tutorial link
|
2016-10-15 00:51:15 -04:00 |
|
rasbt
|
90380eccab
|
appendix with logistic regression as solution to chapter 3 exercise
|
2016-10-13 00:00:09 -04:00 |
|
rasbt
|
f779b3da64
|
add sklearn 0.18 layer to scripts
|
2016-09-29 22:59:29 -04:00 |
|
rasbt
|
e06b7e5d9a
|
adding alternative syntax for sklearn 0.18
|
2016-09-29 21:53:10 -04:00 |
|
rasbt
|
fc790b732b
|
add note about random weights
|
2016-09-21 13:54:30 -04:00 |
|
rasbt
|
4f1b841dcf
|
avoid returning self at in py script ch02
|
2016-09-17 12:50:46 -04:00 |
|
rasbt
|
b83dae01db
|
add note about matplotlib 1.4 cmap issue in scatter
|
2016-09-13 21:54:01 -04:00 |
|
rasbt
|
62b4e0fe55
|
add suggested comment about shuffling earlier
|
2016-08-31 23:58:53 -04:00 |
|
rasbt
|
b94e43fbfa
|
rerun notebook to fix image display bug
|
2016-08-31 23:15:31 -04:00 |
|
rasbt
|
41be07c71e
|
add comma seperators
|
2016-08-16 13:26:35 -04:00 |
|
rasbt
|
73b54fc941
|
update semisupervised
|
2016-07-29 08:12:22 -04:00 |
|
rasbt
|
b8fd12e52f
|
missing minus p344; mlp img fix, jozef errata
|
2016-07-09 22:14:13 -05:00 |
|
rasbt
|
ffa742ffd5
|
avoid ties in sorting eigenvalues in PCA sec
|
2016-07-04 12:26:31 -04:00 |
|
rasbt
|
7a2a2ea4bd
|
adding simpler pickle test scripts
|
2016-06-30 15:57:49 -04:00 |
|
rasbt
|
d5ff9977f0
|
update datestamp
|
2016-06-24 23:29:15 -04:00 |
|
rasbt
|
5ebb8ad9aa
|
ch11 py27 compatibility fixes
|
2016-06-24 23:26:02 -04:00 |
|
rasbt
|
ee13277ac3
|
math.ceil in py27
|
2016-06-11 01:28:53 -04:00 |
|
rasbt
|
6a783fdc0b
|
a better tfidf example p236-p240
|
2016-06-05 22:31:01 -04:00 |
|
rasbt
|
c56a4c3968
|
fix init_weights
|
2016-06-05 20:06:46 -04:00 |
|
rasbt
|
84b438b0a7
|
remove movie data duplicate
|
2016-06-02 12:53:29 -04:00 |
|