Tim Gates
e40f51f267
docs: Fix a few typos ( #94 )
...
There are small typos in:
- code/ch01/README.md
- code/ch12/optional-streamlined-neuralnet.py
- faq/ai-and-ml.md
- faq/naive-bayes-vartypes.md
- faq/scale-training-test.md
Fixes:
- Should read `were` rather than `weere`.
- Should read `occurrences` rather than `occurences`.
- Should read `laborious` rather than `labrorious`.
- Should read `initializing` rather than `initalizing`.
- Should read `distribution` rather than `distribtion`.
- Should read `dataset` rather than `datast`.
2021-07-30 08:18:39 -05:00
rasbt
1c97fc49ec
remove ch15 which was mistakenly created here
2017-08-25 00:43:37 -04:00
rasbt
85b6bdb9b0
note about second edition
2017-08-25 00:40:20 -04:00
Sebastian Raschka
efe6aa22b2
pep8 fixes ( #61 )
2017-07-30 12:04:05 -04:00
Alexander Kunkel
f8e60adafe
Fix warnings in optional script files ( #59 )
2017-07-30 10:35:16 -04:00
rasbt
d0a5dc1cc5
use gzip for mnist
2017-07-29 23:13:07 -04:00
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