logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Continuous Distribution

Continuous Distribution: Sample space is infinite, and We cannot record the frequency of each distinct value. Thus we can no longer represent these distributions with a table what we can do is repres.

Python3 - 数据可视化练习题(含答案): plt.legend(), plot.hist().....

要想查阅有关style sheets, 请点击这里查阅先展示所要使用的dataset:import pandas as pdimport matplotlib.pyplot as pltdf3 = pd.read_csv('df3')df3.info()df3.head()结果如下:使用scatter():# s: sizedf3.plot.scatter(x='a',y='b',figsize=

#数据可视化#pandas
机器学习 - metric评估方法

有一些方法来评估classification model。

文章图片
#机器学习#人工智能#算法
Java 输入输出

One popular way to read input from stdin is by using the Scanner class and specifying the Input Stream as System.in. For example:Scanner scanner = new Scanner(System.in);String myString = scanner.next

#java#开发语言#后端
PyTorch_指定运算设备 (包含安装 GPU 的 PyTorch)

PyTorch默认会将张量创建在 CPU 控制的内存中,即:默认的运算设备为 CPU。我们也可以将张量创建在 GPU 上,能够利用对于矩阵计算的优势加快模型训练。

文章图片
#pytorch#人工智能#python
机器学习 -测试集和训练集的划分

下面是用代码来实现这两种方法,用到的数据集是 Iris Dataset。这里记录在机器学习中,使用几种方法来做对数据集进行拆分成。库中的 sklearn.datasets 的模块。

文章图片
#机器学习#人工智能
机器学习 - PyTorch tensor 和 numpy

因为numpy是一个python numerical computing library, PyTorch 可以 interact with it nicely.下面是代码来展示,让tensor和numpy做两者之间的互相转换。

文章图片
#机器学习#pytorch#numpy
深度学习 - PyTorch基本流程 (代码)

【代码】深度学习 - PyTorch基本流程 (代码)

文章图片
#深度学习#pytorch#人工智能 +2
    共 13 条
  • 1
  • 2
  • 请选择