Update FAQ.MD

This commit is contained in:
zhang yongquan
2018-09-07 09:17:35 +08:00
committed by GitHub
parent f0bc200f72
commit 93c36957f8

7
FAQ.MD
View File

@ -13,7 +13,7 @@
感谢网友在[issue#45](https://github.com/MachineLearning100/100-Days-Of-ML-Code/issues/45)的反馈。
### 3. Deep Learning basics with Python, TensorFlow and Keras
正在翻译[文字版](https://pythonprogramming.net/introduction-deep-learning-python-tensorflow-keras/),敬请期待
[文字版](https://pythonprogramming.net/introduction-deep-learning-python-tensorflow-keras/)的中文版间第39天到第42天
详见[issue#52](https://github.com/MachineLearning100/100-Days-Of-ML-Code/issues/52)。
@ -26,3 +26,8 @@
### 6. 常用工具推荐
见[issuse#60](https://github.com/MLEveryday/100-Days-Of-ML-Code/issues/60)
### 7. sklearn版本
sklearn工具包0.19和0.20版本cross_validation在0.20版本是将被移除的并转移到model_selection包下。
要排除这些问题注意平时运行时的出现warning即可