机器学习工具包链接

1.sklearn:
https://scikit-learn.org/stable/modules/classes.html#module-sklearn.discriminant_analysis
2.lightgbm
https://lightgbm.readthedocs.io/en/latest/Python-API.html#training-api
3.keras
https://pypi.org/project/Keras/

  1. backend库:用来进行low-level的库,目前主要有TensorFlow,Theano,CNTK 等三类.
  2. fit 中的 verbose
    verbose:日志显示
    verbose = 0 为不在标准输出流输出日志信息
    verbose = 1 为输出进度条记录
    verbose = 2 为每个epoch输出一行记录
    注意: 默认为 1

4.xgboost
5.word2vector

发布了113 篇原创文章 · 获赞 51 · 访问量 17万+

猜你喜欢

转载自blog.csdn.net/weixin_43055882/article/details/94427554