Skip to content

Commit 180593d

Browse files
committed
finish python test
1 parent ba0045b commit 180593d

File tree

2 files changed

+186
-72
lines changed

2 files changed

+186
-72
lines changed

good-articles.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ The articles are grouped by subjects and alphabet orders.
77

88
## Deep Learning
99

10-
- [Your first Deep Learning project in Python with Keras step by step](https://machinelearningmastery.com/tutorial-first-neural-network-python-keras/) by Jason Brownlee.
10+
- [Building Autoencoders in Keras](https://blog.keras.io/building-autoencoders-in-keras.html) — Keras blog.
11+
- [Your first Deep Learning project in Python with Keras step by step](https://machinelearningmastery.com/tutorial-first-neural-network-python-keras/) — Jason Brownlee — Machine Learning Mastery.
1112

1213

1314
## Anomaly Detection
1415

15-
- [Novelty and Outlier Detection](https://scikit-learn.org/stable/modules/outlier_detection.html) on scikit-learn.
16-
- [Time Series of Price Anomaly Detection](https://towardsdatascience.com/time-series-of-price-anomaly-detection-13586cd5ff46) by Susan Li.
16+
- [Novelty and Outlier Detection](https://scikit-learn.org/stable/modules/outlier_detection.html) scikit-learn docs.
17+
- [Time Series of Price Anomaly Detection](https://towardsdatascience.com/time-series-of-price-anomaly-detection-13586cd5ff46) Susan Li — Toward Data Science.

0 commit comments

Comments
 (0)