我们的第一个整型变量 Example program > e_c03_p1.ada -- Chapter 3 - Program 1 with Ada.Text_IO, Ada.Integer_Text_IO; use Ada.Text_IO, Ada.Integer_Text_IO; proced ...
分类:
其他好文 时间:
2021-03-17 14:07:15
阅读次数:
0
# Chapter 4 Bayesian statistics $$p(\boldsymbol{\theta} \mid \mathcal{D})=\frac{p(\boldsymbol{\theta}) p(\mathcal{D} \mid \boldsymbol{\theta})}{p(\mat ...
分类:
编程语言 时间:
2021-03-10 13:19:23
阅读次数:
0
Hern$'$n M. and Robins J. Causal Inference: What If. 这一节介绍了一个confounding的概念, 在观测数据中, confounder往往是让人头疼的存在. backdoor path: 指的是intervention$A$和outcome$Y ...
分类:
其他好文 时间:
2021-03-03 12:09:26
阅读次数:
0
http://www.learnprolognow.org/lpnpage.php?pagetype=html&pageid=lpn-htmlch3 本章有两个主要目标: 1. 在Prolog中引入递归定义。 2. 为了表明Prolog程序的声明性含义与其过程性含义之间可能存在不匹配。 3.1 递归 ...
分类:
其他好文 时间:
2021-02-26 13:32:50
阅读次数:
0
操作系统 概念:操作系统是指控制和管理整个计算机系统的硬件和软件资源,并合理组织和调度计算机的工作和资源分配,是最基本的系统软件。 特征∶并发、共享(两个最基本的特征)、虚拟、异步。 并发∶指同一时间间隔内发生,区别于并行。微观上分时地交替执行。 功能∶是计算机系统资源(处理机、存储器、文件、设备) ...
分类:
其他好文 时间:
2021-02-23 14:29:36
阅读次数:
0
1、Hello LOGBack代码 jar包:slf4j-api-1.7.30.jar,logback-classic-1.2.3.jar,logback-core-1.2.3.jar package main; //import org.apache.log4j.Logger; //import ...
分类:
其他好文 时间:
2021-02-16 12:09:06
阅读次数:
0
Chapter 6 - Other Popular Machine Learning Methods Segment 2 - A neural network with a Perceptron Perceptron A perceptron is a neural network with jus ...
分类:
编程语言 时间:
2021-01-27 13:05:55
阅读次数:
0
Chapter 4 - Clustering Models Segment 3 - DBSCan clustering to identify outliers DBSCAN for Outlier Detection Unsupervised method that clusters core s ...
分类:
数据库 时间:
2021-01-26 11:57:37
阅读次数:
0
Chapter 7 - Collaborative Analytics with Plotly Segment 2 - Creating statistical charts Setting up to use Plotly within Jupyter import numpy as np imp ...
分类:
编程语言 时间:
2021-01-25 11:18:24
阅读次数:
0
import requestsimport refrom lxml import etree# source = requests.get('http://www.paoshu8.com/0_984/746463.html').content.decode('utf8')# #print(sourc ...
分类:
编程语言 时间:
2021-01-21 10:48:04
阅读次数:
0