# 导入第三方模块import pandas as pdimport numpy as npimport matplotlib.pyplot as pltfrom sklearn import model_selectionfrom sklearn.linear_model import Ridge ...
分类:
其他好文 时间:
2018-12-03 21:09:42
阅读次数:
513
WEEK 2 Linear Regression with Multiple Variables What if your input has more than one value? In this module, we show how linear regression can be exte ...
分类:
其他好文 时间:
2018-12-03 15:39:22
阅读次数:
108
WEEK 3 Logistic Regression Logistic regression is a method for classifying data into discrete outcomes. For example, we might use logistic regression ...
分类:
其他好文 时间:
2018-12-03 15:28:37
阅读次数:
123
10. Phd针对背景简历上特长来的, 我是phys的 - logistics regression是discriminative model还是generative model,lz不行,确实不知道这个概念区别,瞎答是discriminative。他看我不懂问我naive bayes(genera ...
分类:
其他好文 时间:
2018-12-03 13:59:12
阅读次数:
185
一、图像放大和缩小 利用Python OpenCV中的 cv.resize(源,目标,变换方法)就可以实现变换为想要的尺寸了 源文件:就不用说了 目标:你可以对图像进行倍数的放大和缩小 也可以直接的输入尺寸大小 变换的方法: CV_INTER_NN - 最近邻插值 CV_INTER_LINEAR - ...
分类:
其他好文 时间:
2018-12-03 11:14:25
阅读次数:
209
Linear regression predicts a real-valued output based on an input value. We discuss the application of linear regression to housing price prediction, ...
分类:
系统相关 时间:
2018-12-02 16:10:29
阅读次数:
227
1. 动画 (1) Css样式提供了运动 过渡的属性transition 从一种情况到另一种情况叫过渡 Transition:attr time linear delay; Attr 是变化的属性 Time 是花费的时间 Linear 变化的速度 Delay 是延迟 复习background:url ...
分类:
Web程序 时间:
2018-12-02 12:13:35
阅读次数:
168
1. Tippy.js background: linear-gradient(91deg,#f1eefc,#9dc6ff 70%,#a5bcff);(body背景色) background: linear-gradient(135deg,#56c8ff,#6f99fc) no-repeat;(bu ...
分类:
Web程序 时间:
2018-11-30 20:19:27
阅读次数:
972
const canvas = document.getElementById('canvas'); // 2、画笔 canvas的上下文对象 const ctx = canvas.getContext('2d'); // 3、设置颜色 调色 ctx.fillStyle = "red"; // 填充颜 ...
分类:
其他好文 时间:
2018-11-30 17:30:45
阅读次数:
192
?Linear map Definition Linear map A linear map from vector space V to W over a field F is a function T with the following properties: Additivity: T(u+ ...