STA457 数值分析
STA457 Time Series Analysis Assignment 1 (Winter 2019)Jen-Wen Lin, PhD, CFADate: February 07, 2019Please check in Quercus regularly for the update of the assignment.Background reading:
2021-10-05
问:docker 创建nginx容器时对配置文件进行挂载时报错,有那大佬热心提点提点!感谢感谢!!!!
docker 以及 ngixn镜像信息如下: {代码...} 执行错误报如下错误: {代码...}
2018-07-05
《Operating System Concepts》阅读笔记:p764-p766
In caching, a policy whereby writes are not cached but are written through the cache to the master copy of the data.
2025-04-22
问:node-gyp的build过程出错
{代码...} ../src/hello.cc:8:29: error: no member named 'New' in 'v8::String' {代码...} {代码...} {代码...} 环境mac,centos全部出现一样错误
2017-01-10
正则学习笔记
<font color=red>注意:</font>不同的环境语系会导致不同选取结果,这里以LANG=C为例子。常用特殊符号:
2019-01-17
问:php 如何在http中使用x-protobuf作为传输协议?
于是按照文档的.proto文件生成php代码,中间参考了一些资料:[链接],最后自己进行序列化和反序列化都能没有问题。想着应该是问题不大,但是在实际的请求中对方返回错误:“I/O error while reading input message; nested exception is com.google.protobuf.InvalidProtocolBufferException: While parsing a protocol m...
2021-07-14
《Operating System Concepts》阅读笔记:p552-p579
UNIX open-file pointer, created and returned to a process when it opens a file.
2025-04-04
R语言神经网络量化交易模型
上篇是逻辑回归模型,这次我们用神经网络模型。再算一遍,试试看 {代码...} {代码...} 感谢阅读,欢迎关注和留言量化投资与期货外汇散仙,基金保险水平也拿的出手
2020-02-10
Spark ML机器学习库评估指标示例
本文主要对 Spark ML库下模型评估指标的讲解,以下代码均以Jupyter Notebook进行讲解,Spark版本为2.4.5。模型评估指标位于包org.apache.spark.ml.evaluation下。
2020-03-03
基于深度残差收缩网络的故障诊断(总结)
论文题目:Deep residual shrinkage networks for fault diagnosis题目翻译:基于深度残差收缩网络的故障诊断期刊:IEEE Transactions on Industrial Informatics面向问题:强噪声(或冗余特征较多)的情况创新:①在深度残差网络中引入软阈值函数,②自动设置阈值本质:在深度残差网络内,通过注意力机制,实现特征的软阈...
2020-02-04
贝叶斯线性回归:概率与预测建模的融合
在古希腊时期,地心说模型是主导宇宙观,将地球置于宇宙中心。希腊天文学家,如托勒密,观察到行星呈现看似不规则的运动,有时甚至会逆行。为解释这一现象,他们引入了本轮概念——小圆在大圆(均轮)上运动——来表示行星轨道。
2024-10-09
opencv python 图像二值化/简单阈值化/大津阈值法
cv2.threshold第一个参数是源图像,它应该是灰度图像. 第二个参数是用于对像素值进行分类的阈值, 第三个参数是maxVal,它表示如果像素值大于(有时小于)阈值则要给出的值. OpenCV提供不同类型的阈值,它由函数的第四个参数决定. 不同的类型是:
2018-07-16
MATH 523线性模型
Generalized Linear Models MATH 523McGill University, Winter Term 2022Assignment 2 due on February 16 at noon.Q1 Lecture 5aConsider a Poisson GLM with the log link and linear predictor of the formηi = β1 + β2ai, i ∈ {1, . . . n},where ai is the value of a factor predictor with two levels, such tha...
问:MapStruct 和 Lombok 不能一起工作
Java 8 MapStruct:1.2.0.Final Lombok:1.16.18 IDE:IntelliJ - Lombok 插件已安装
2022-11-24✓ 已解决
问:nodemon 应用程序崩溃 - 在启动前等待文件更改
编辑 经过进一步测试,我发现在这个应用程序和默认安装的 mean.js 上 gulp 和 grunt 都会发生这种情况。我在 Mac 上本地运行它。当我使用“node server.js”运行任一应用程序时,它们都不会崩溃。
2022-10-11
拓端tecdat|R语言时变波动率和ARCH,GARCH,GARCH-in-mean模型分析股市收益率时间序列
ARCH模型假设时间序列模型中误差项的条件均值是常数(零),与我们迄今为止讨论的非平稳序列不同),但其条件方差不是。这样一个模型可以用公式1、2和3来描述。
2021-07-27
CS 189/289A Machine Learning
CS 189/289A Introduction to Machine LearningDue: Wednesday, February 26 at 11:59 pm• Homework 3 consists of coding assignments and math problems.• We prefer that you typeset your answers using LATEX or other word processing software. Ifyou haven’t yet learned LATEX, one of the crown jewels of com...
2025-02-20