logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

【Windows】C盘找不到目录?——显示被系统隐藏的目录的方法

项目场景:今天在用conda更新jupyter的时候:conda update jupyter_core jupyter_client出现了如下警告:WARNING conda.gateways.disk.delete:unlink_or_rename_to_trash(144): Could not remove or rename C:\Users\huipu\AppData\Local\Te

#windows
【机器学习】Few-shot learning(少样本学习)

文章目录前言参考链接前言人类本身能够通过极少量的样本识别一个新物体,即使是一个小孩也能凭借动物图册上的几张小小的插画记住不同的动物。在人类的快速学习能力的启发下,研究人员希望机器学习模型在学习了一定类别的大量数据后,对于新的类别,只需要少量的样本就能快速学习,这就是 Few-shot Learning 要解决的问题。Few-shot Learning 是 Meta Learning 在监督学习领域

#机器学习#人工智能#深度学习
【机器学习】验证集和测试集有什么区别

文章目录定义验证集和测试集的区别参考链接:定义Ripley 的著作《模式识别与神经网络》(Pattern Recognition and Neural Networks)中,训练集、验证集和测试集的定义如下:训练集:用来学习的样本集,用于分类器参数的拟合。验证集:用来调整分类器超参数的样本集,如在神经网络中选择隐藏层神经元的数量。测试集:仅用于对已经训练好的分类器进行性能评估的样本集。验证集和测试

#神经网络#深度学习#机器学习
【Python】pip安装时出现 Could not install packages due to an OSError: [Errno 13] Permission denied

项目场景:使用pip安装jupyterlab时出现错误:pip安装jupyterlab:pip install jupyterlab出错:ERROR: Could not install packages due to an OSError: [Errno 13] Permission denied: 'c:\\python39\\Scripts\\pywin32_postinstall.py'C

#python
【Pytorch】torch.argmax 函数详解

本文介绍了 Pytorch 中的 torch.argmax 函数

#pytorch#python#深度学习
【机器学习】KNN 算法介绍

本文介绍了机器学习模型:KNN 算法

#算法#人工智能
word文档如何重新另起序号/继续编号

word文档如何重新另起序号word文档下一章内的小序号接着上一章的,怎么重新另起(从1开始)1. 先选择你想要的序号格式:2. 选中这个序号4,会出现一个选项:重新开始编号,点击它,就从1开始啦!3. 参考链接: [https://jingyan.baidu.com/article/4f34706e8cdc27a287b56daf.html](https://www.csdn.net/).wor

#其他
conda activate激活虚拟环境时报错:Your shell has not been properly configured to use ‘conda activate‘.的解决方法

场景:ubuntu系统问题描述:使用conda activate pytorch想激活虚拟环境pytorch时报错:CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'.To initialize your shell, run$ conda init <SHELL_

【PyTorch】torch.manual_seed() 详解

本文详细介绍了 torch.manual_seed(seed) 及其用法

#python#机器学习
【Python】WARNING: The script xx.exe is installed in xxdirectory which is not on PATH.

项目场景:使用pip安装jupyterlab时出现警告:pip安装jupyterlab:pip install --user jupyterlab,出现警告:which is not on PATHWARNING: The script jsonschema.exe is installed in 'C:\Users\huipu\AppData\Roaming\Python\Python39\Sc

#python
    共 41 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 请选择