摘要:
Anaconda镜像源 原文:https://mirror.tuna.tsinghua.edu.cn/help/anaconda/ Anaconda 镜像使用帮助 Anaconda 是一个用于科学计算的 Python 发行版,支持 Linux, Mac, Windows, 包含了众多流行的科学计算、 阅读全文
posted @ 2020-05-27 14:30
GShang
阅读(3982)
评论(0)
推荐(0)
图像的双线性插值过程推导,利用Matlab进行验证。实验证明,利用双线性插值法,可以对图片做任意尺寸的缩放操作。 阅读全文
PASCAL 全称为 Pattern Analysis, Statistical Modelling and Computational Learning ,即 模式分析,统计建模和计算学习。VOC 全称为 Visual Object Classes ,即视觉对象类。 PASCAL VOC 大赛是一 阅读全文
<!-- run --> <style> @import url(https://cdn.jsdelivr.net/npm/font-awesome/css/font-awesome.min.css) screen and (min-width: 0px); .forFlow { max-width 阅读全文
本文翻译自 [《Principles of training multi-layer neural network using backpropagation 》 阅读全文
很久以前写的一篇Matlab自定义函数访问量很大,可惜没有点赞的,我感觉是我没讲清楚,这里又写了一篇笔记 Matlab函数 函数是组织好的,可重复使用的,用来实现单一,或相关联功能的代码段。 函数能提高应用的模块性,和代码的重复利用率。你已经知道Matlab提供了许多内建函数,比如disp()。但你 阅读全文