自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(8)
  • 资源 (1)
  • 收藏
  • 关注

原创 python-opencv实现简易画图板

python-opencv实现简易画图板# -*- coding: utf-8 -*-"""Created on Sat May 19 17:34:54 2018@author: xxx"""import cv2 as cvimport numpy as npdef nothing(x): pass# 当鼠标按下时变为 Truedrawing = False...

2018-05-20 23:16:24 2816

原创 #MATLAB rectangle函数

MATLAB rectangle函数1 语法说明rectangle('Position', pos)rectangle('Position', pos, 'Curvature', cur)rectangle(___, Name, Value)`rectangle(ax, ___)r = rectangle(___)2 详细说明rectangle('Positi...

2018-05-17 21:32:46 32319 2

原创 机器学习中相关英文专业术语

机器学习中相关英文专业术语 Name Instructions activation function 激活函数 additive noise 加性噪声 autoencoder 自编码器 Autoencoders 自编码算法 average firing rate 平均激活率 average sum-of-squ...

2018-05-16 11:28:14 4316

转载 Python中如何使用静态方法、类方法或者抽象方法

The definitive guide on how to use static, class or abstract methods in Python原文地址 Doing code reviews is a great way to discover things that people might struggle to comprehend. While proof-read...

2018-05-15 14:56:19 1344

原创 小甲鱼(鱼C)课后作业代码 39讲

小甲鱼 039 动手做一做# -*- coding: utf-8 -*-'''Created on Mon May 14 2018@author: '''This oneclass Varible: nums = 0 def __init__(self): Varible.nums += 1 def delt(self): ...

2018-05-14 15:08:09 7189

原创 Python super函数问题

super function: 函数厉害之处在于你不需要明确给出任何基(父)类的名字,他会自动帮你找出所有基类及对应的方法。但是如果我要继承多个父类呢?测试: 先看正常代码,不用super函数:class A: def __init__(self): print('进入 A') print('退出 A')class B(A): ...

2018-05-14 11:06:01 432

原创 机器学习笔记——线性回归

机器学习笔记——线性回归 学习资源:斯坦福机器学习公开课 by Andrew Ng 0 符号说明mm\boldsymbol m:训练样本个数nn\boldsymbol n:样本的特征个数(特征的维度),这里先取n=1n=1n=1hθ(x)hθ(x)h_\theta(x):假设函数,hθ(x)=θ0+θ1xhθ(x)=θ0+θ1xh_\theta(x)=\theta_0+...

2018-05-08 17:11:39 486

原创 Vlfeat0.9.21 + VS2015 + MATLAB 2016b环境配置

Vlfeat0.9.21 + VS2015 + MATLAB 2016b环境配置 备注:系统为 win101 查看VS版本号如下图所示,打开VS2015 x64本机工具命令提示符输入以下”nmake version”查看版本号 2 修改nmake_helper.mak打开vlfeat安装目录 /make/nmake_helper.mak,修改红圈位置,添加一...

2018-05-04 10:40:48 1225 1

canny 边缘检测 MATLAB源码(非MATLAB官方代码)

VERSION 2006/08/24 // bug fixed in ascii-file display CREATED BY: M.B. Wieling and N. Petkov, Groningen University, Department of Computer Science, Intelligent Systems

2018-04-18

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除