名词模块_公共场所 |名词模块|释义| | | | |in|在...里面| |by|在...附近| |beside|在...旁边| |near|在...附近| |behind|在...后面| |in front of|在...前部| |many|许多| |building|建筑物| |playgro ...
分类:
其他好文 时间:
2020-02-15 15:54:30
阅读次数:
130
这篇记录的内容来自于Andrew Ng教授在coursera网站上的授课。 1.多元线性回归(multivariate linear regression): h函数:$h_{\theta}{(x)}=\theta_{0}+\sum_{i=1}^{n}{\theta_{i}x_{i}}$ 为方便起见 ...
分类:
其他好文 时间:
2020-02-15 09:50:40
阅读次数:
81
问题描述 执行npm install命令的时候报错Unexpected end of JSON input while parsing near 原因分析 可能是缓存问题 解决方法 1. 终端执行命令npm cache clean force 2. 完成后再执行命令npm install 处理结果 ...
分类:
Web程序 时间:
2020-02-14 01:13:41
阅读次数:
114
代码如下: #实现网络的保存和提取 import torch from torch.autograd import Variable import matplotlib.pyplot as plt #设置随机种子实现结果复现,在神经网络中,参数默认是进行随机初始化的。 # 不同的初始化参数往往会导致 ...
分类:
其他好文 时间:
2020-02-12 19:02:02
阅读次数:
125
How much of each year do spiders killing insects? Why, you may wonder, should spiders be our friends? Because they destroy so many insects, and insect ...
分类:
其他好文 时间:
2020-02-08 17:49:56
阅读次数:
83
今天观看视频学习了ListView,学习了属性跟点击事件; 需要自己新建一个java继承BaseAdapter package com.example.yangy.myapplication1111111.ListView; import android.content.Context; impor ...
分类:
其他好文 时间:
2020-02-05 23:46:24
阅读次数:
115
whereSql := 'substr(f_billNumber,1,4)=' + QuotedStr(yymm) else whereSql := 'left(f_billNumber,4)=' + QuotedStr(yymm); near syntax errorinsert into [t_ ...
分类:
数据库 时间:
2020-02-05 11:52:01
阅读次数:
122
matplotlib.pyplot是一个命令风格函数的集合,使matplotlib的机制更像 MATLAB。 每个绘图函数对图形进行一些更改:例如,创建图形,在图形中创建绘图区域,在绘图区域绘制一些线条,使用标签装饰绘图等。在matplotlib.pyplot中,各种状态跨函数调用保存,以便跟踪诸如 ...
分类:
其他好文 时间:
2020-02-03 18:54:14
阅读次数:
60
KNN算法介绍 KNN算法(K NearestNeighor Algorithm) 是一种最简单的分类算法。 算法核心: 假设在一个二维坐标平面中已经有了$n$个点,每个点的颜色已知,现在给定查询点$p$的坐标$(x,y)$,判断$p$的颜色。 对于已知的$n$个点,计算每个点和点$p$的欧几里得距 ...
分类:
编程语言 时间:
2020-02-03 12:07:15
阅读次数:
80
直接用matplotlib画出直方图 图像直方图 直方图均值化 是图像增强的一个手段 直方图比较 直方图反向投影 ...
分类:
编程语言 时间:
2020-01-29 23:47:03
阅读次数:
110