设为首页 - 加入收藏 ASP站长网(Aspzz.Cn)- 科技、建站、经验、云计算、5G、大数据,站长网!
热搜: 手机 数据 公司
当前位置: 首页 > 服务器 > 搭建环境 > Windows > 正文

在Fedora上搭建Jupyter和数据科学环境(3)

发布时间:2019-07-08 16:21 所属栏目:117 来源:Avi Alkalay
导读:机器学习算法拥有强大的预测能力,但并不能够很好地解释为什么做出这样或那样的预测。SHAP 可以通过分析训练后的模型来解决这个问题。 Where SHAP fits into the data analysis process 使用 pip 安装: $ pip3 ins

机器学习算法拥有强大的预测能力,但并不能够很好地解释为什么做出这样或那样的预测。SHAP 可以通过分析训练后的模型来解决这个问题。

Where SHAP fits into the data analysis process

Where SHAP fits into the data analysis process

使用 pip 安装:

  1. $ pip3 install shap --user

Keras

Keras 是一个深度学习和神经网络模型的库,使用 pip 安装:

  1. $ sudo dnf install python3-h5py
  2. $ pip3 install keras --user

TensorFlow

TensorFlow 是一个非常流行的神经网络模型搭建工具,使用 pip 安装:

  1. $ pip3 install tensorflow --user

【编辑推荐】

  1. 在Fedora中安装替代版本的RPM包
  2. 在Fedora中获取最新的Ansible 2.8
  3. 在Fedora中使用私人助理Mycroft
  4. 你应该选择Ubuntu还是Fedora?
  5. 在Fedora中利用ffsend使用Firefox Send
【责任编辑:庞桂玉 TEL:(010)68476606】
点赞 0

(编辑:ASP站长网)

网友评论
推荐文章
    热点阅读