ridge_regression 用于岭回归的python代码(已实现以预测下个月的CO2浓度) 资料可用性 文件 Ridge.py :标准函数和Ridge回归函数window_make.py :使用滑动窗口方法制作大小为p(窗口大小)的时间序列列表。 Final_version.ipynb :使用Co2数据对代码进行实验
2021-10-04 20:30:59 2.64MB JupyterNotebook
1
住房_价格_分配 借助Ridge和Lasso回归进行房价分析
2021-10-03 21:25:46 1.31MB JupyterNotebook
1
公共的抽象基类 import numpy as np from abc import ABCMeta, abstractmethod class LinearModel(metaclass=ABCMeta): """ Abstract base class of Linear Model. """ def __init__(self): # Before fit or predict, please transform samples' mean to 0, var to 1. self.scaler = StandardScaler() @abstractmethod
2021-10-01 09:33:34 179KB ar AS id
1
Section I: Brief Introduction on Three Regression Models Regulation is one approach to tackle the problem of overfitting by adding additional information, and thereby shrinking the parameter values of the model to induce a penalty against complexity. The most popular approaches to regularized linear
2021-09-25 23:45:53 205KB AS c elastic
1
岭回归代码加注释详解,附longley数据集------Ridge Regression
2021-08-07 14:10:05 4KB 回归
1
指纹脊线增强算法,数字图像处理,用 Gabor 滤波器增强指纹脊线的算法,要达到指纹图像的增强,需要通过原始指纹图像提取信息
2021-05-07 21:00:20 72KB Gabor滤波器 指纹脊线算法
1
数据分析 在此处记录项目:OpenFoodFactsApi 说明:项目说明 数据源: 分析类型: 请更好地记录该项目。 启动项目 初始设置。 创建virtualenv并安装项目: sudo apt-get install virtualenv python-pip python-dev deactivate ; virtualenv ~ /venv ; source ~ /venv/bin/activate ; \ pip install pip -U ; pip install -r requirements.txt 单元测试: make clean install test 在gitlab.com/{group}中检查OpenFoodFactsApi。 如果您的项目未设置,请添加: 在gitlab.com/{group}/OpenFoodFactsApi上创建
2021-03-04 19:06:21 8KB Makefile
1
A 1.3-\mu m wavelength vertical-mesa ridge waveguide mulitple-quantum-well (MQW) distributed feedback (DFB) laser with high directly modulated bandwidth and wide operation temperature range is reported. With the optimization of the strained-layer MQWs in the active region, the surrounding graded-index separated-confinement-heterostructure waveguide layers, together with the optimization of the detuning and coupling coefficient of the DFB grating, high directly modulation bandwidth of 16 GHz at r
2021-02-26 11:04:28 1.47MB 半导体激 高速 无致冷 宽温度范
1
简单多边形的屋脊线计算算法.严格按照各角平分线求交计算,非常精确。凸多边形基本没问题,凹多边形还需进一步改进算法。
2019-12-21 21:08:00 76KB 屋脊线算法 VC++ MFC Ridge
1
高光谱解混数据集(Japser Ridge),matlab的mat文件。原始数据有512 x 614 个像素。每个像素记录在范围从380nm到2500nm的224个通道中。光谱分辨率高达9.46nm。由于这个高光谱图像太复杂而无法得到基本事实,因此我们考虑100 x 100像素的子图像。第一像素从原始图像中的第(105,269)像素开始。在移除通道1--3,108-112,154-166和220-224后(由于密集的水蒸气和大气效应),我们保留了198个通道(这是HU分析的常见预处理)。
2019-12-21 20:54:48 2.88MB 高光谱解混数
1