09 2024 档案

摘要:SciTech-Physics-Particle Atom 组成+结构: Nucleus: Proton Neutron Bands(Energy) Electron: Movement with Probability Energy Transition: 发光+导电 Energy Bands N 阅读全文
posted @ 2024-09-30 14:34 abaelhe 阅读(109) 评论(0) 推荐(0)
摘要:用LLM +Python 实现微信消息的自动应答 先上一个"Alpha"版本的,以csv关键词匹配方式描述应用的,主题逻辑. !/usr/bin/python3 # coding: utf-8 import pandas as pd import numpy as np from uiautomat 阅读全文
posted @ 2024-09-30 12:54 abaelhe 阅读(134) 评论(0) 推荐(0)
摘要:Generating a new GPG key Generating a new GPG key If you don't have an existing GPG key, you can generate a new GPG key to use for signing commits and 阅读全文
posted @ 2024-09-27 15:08 abaelhe 阅读(59) 评论(0) 推荐(0)
摘要:SciTech-Mathmatics-Probability+Statistics: \(\large \begin{array}{rll} \\ Data &: \text{ set } metrics \text{ and } measure \\ Information &: \text{ e 阅读全文
posted @ 2024-09-20 21:20 abaelhe 阅读(21) 评论(0) 推荐(0)
摘要:Statistics & Data Analysis — Zhu Huaiqiu, Peking University 《统计与数据分析》, 朱怀球, 北京大学 7 Steps §3 统计抽样理论基础 "\(\large \text{ Get your facts first, then you c 阅读全文
posted @ 2024-09-19 14:49 abaelhe 阅读(73) 评论(0) 推荐(0)
摘要:Sampling Distribution Could some give an examples of "a set of distributions indexed by a parameter"? Q: From: JJJohn asked Oct 12, 2019 at 9:23, edit 阅读全文
posted @ 2024-09-19 12:39 abaelhe 阅读(23) 评论(0) 推荐(0)
摘要:SciTech-Mathmatics-Probability+Statistics-VIII-Statistics:Quantifing Uncertainty ANOCOVA(ANalysis Of COVAriance) 协方差分析原理 ANOCOVA 是一种将RA(回归分析) 与 VA(方差分 阅读全文
posted @ 2024-09-18 00:42 abaelhe 阅读(222) 评论(0) 推荐(0)
摘要:SciTech-Mathmatics-Probability+Statistics-VII-Statistics:Quantifing Uncertainty Sampling Methods(抽样方法)的原理与实践(终章) 在过去的几篇文章,我们一起探索统计学的许多重要概念与方法: 样本与总体, 阅读全文
posted @ 2024-09-17 21:26 abaelhe 阅读(132) 评论(0) 推荐(0)
摘要:SciTech-Mathmatics-Probability+Statistics-V-Statistics:Quantifing Uncertainty RA的Kernel Goal的是Prediction(预测)和Interpretation(解释) Abbreviation: DS(Data 阅读全文
posted @ 2024-09-17 18:45 abaelhe 阅读(190) 评论(0) 推荐(0)
摘要:SciTech-Mathmatics-Probability+Statistics-V- Statistics:Quantifing Uncertainty ANOVA(ANalysis Of VAriance)方差分析原理 方差分析的基本概念(Analysis of Variance, ANOVA 阅读全文
posted @ 2024-09-17 18:32 abaelhe 阅读(204) 评论(0) 推荐(0)
摘要:https://zhuanlan.zhihu.com/p/674010971?utm_id=0 I Population and Sample 总体和样本 统计学提供了一种量化不确定性的方法,使我们能够有效地理解和解释数据。 它不只是数字和图表,更是正确地收集、分析和解释数据,更好决策。 First 阅读全文
posted @ 2024-09-17 02:49 abaelhe 阅读(125) 评论(0) 推荐(0)
摘要:SciTech-Mathmatics-Probability+Statistics-Population:Region Parameter Estimation of Population + Statistics of Samples 统计量(样本) 与 参数估计(总体) 欢迎回到我们的统计学系列 阅读全文
posted @ 2024-09-17 02:46 abaelhe 阅读(157) 评论(0) 推荐(0)
摘要:SciTech-Mathmatics-Probability+Statistics-III Population:Parameter<->Sample:Statistics Hypothesis Testing假设检验 HT(Hypothesis Testing)的原理与应用 今天,我们深入探讨统计 阅读全文
posted @ 2024-09-17 02:07 abaelhe 阅读(287) 评论(0) 推荐(0)
摘要:SciTech-Mathmatics-Probability+Statistics-IV- Population:Parameter<->Sample:Statistics : CI(Confidence Interval, 置信区间) CI的解释(避免误解 与 局限): CI提供一种评估Stati 阅读全文
posted @ 2024-09-16 12:40 abaelhe 阅读(223) 评论(0) 推荐(0)
摘要:Learn Stats for Python: Descriptive Statistics I Learn Stats for Python: Descriptive Statistics II + Data Visualization BY IVÁN PALOMARES CARRASCOSAPO 阅读全文
posted @ 2024-09-16 08:14 abaelhe 阅读(71) 评论(0) 推荐(0)
摘要:SciTech-Mathmatics-Analysis Infinite Series: 无穷级数 Limit: 极限: \(\large e = \underset{n \rightarrow \infty}{\lim} {(1+\frac{1}{n})^n}\) 这是一个非常有现实意义的无穷级数 阅读全文
posted @ 2024-09-15 13:07 abaelhe 阅读(70) 评论(0) 推荐(0)
摘要:SciTech-Mathmatics-Analysis: 定积分 求解的“十大公式” 1. Newton-Leibniz formula \(\large \begin{array}{rl} \\ \int_{a}^{b}{f'(x) dx} =& f(b) - f(a) \\ =& \unders 阅读全文
posted @ 2024-09-15 00:20 abaelhe 阅读(175) 评论(0) 推荐(0)
摘要:非常优秀的人工智能数学基础的学习资料: \(\large Standford\)的 \(\large 3blue1brown\) https://www.3blue1brown.com/ \(\large Interactive\ Linear\ Algebra\) 交互式线性代数及其应用: \(\ 阅读全文
posted @ 2024-09-14 22:32 abaelhe 阅读(46) 评论(0) 推荐(0)
摘要:SciTech-Mathmatics-Analysis: 考研易错概念: 一点的导数大于0, 能不能推出函数在某邻域单调递增? ✘ 无穷小的倒数,一定为无穷大? ✘ \(\large L'Hospital\) 的前提条件 及 何时为何失效? ✘ 不连续的函数,一定没有原函数? ✘ \(\large 阅读全文
posted @ 2024-09-14 21:16 abaelhe 阅读(117) 评论(0) 推荐(0)
摘要:SciTech-Mathmatics-Analysis Mathematical Thinking 数学思维:集合论,数和数域,运算符号,函数关系,数形结合; 导数、微分、积分的奥秘就在(例如变形:同一公式换一种形式表达, 就是另一种用途): 微分升幂:将"静态/结果"的 "点值"/"线段"和"维度 阅读全文
posted @ 2024-09-12 10:50 abaelhe 阅读(94) 评论(0) 推荐(0)
摘要:SciTech-Mathmatics-Probability+Statistics: Distribution : The Uniform Distribution BY ZACH BOBBITTPOSTED ON MARCH 2, 2021 The uniform distribution is 阅读全文
posted @ 2024-09-11 23:29 abaelhe 阅读(73) 评论(0) 推荐(0)
摘要:0. Self-Love: Mental Health Self-Confidence: 自信 Self-Esteem: 自尊 self-Reliance: 自立 Self-Improvement: 自强 1. TAKE CARE OF OURSELVES to keep you always at 阅读全文
posted @ 2024-09-11 15:52 abaelhe 阅读(26) 评论(0) 推荐(0)
摘要:IPA(International Phonetic Alphabet) Chart With Sounds https://www.internationalphoneticalphabet.org/ipa-sounds/ipa-chart-with-sounds/ https://www.int 阅读全文
posted @ 2024-09-11 09:39 abaelhe 阅读(92) 评论(0) 推荐(0)
摘要:SciTech-Mathmatics-Probability+Statistics-Applications : Probability&Sampling : Sampling Distribution + Central Limit Theorem Sampling Distribution + 阅读全文
posted @ 2024-09-10 22:27 abaelhe 阅读(54) 评论(0) 推荐(0)
摘要:Learn Stats for Python III: Probability and Sampling BY IVÁN PALOMARES CARRASCOSAPOSTED ON SEPTEMBER 9, 2024 Probability and Sampling About Part III: 阅读全文
posted @ 2024-09-10 22:04 abaelhe 阅读(38) 评论(0) 推荐(0)
摘要:英语的“语法”适配“含义” 英语是一门语言,有丰富的含义; “语法结构” 是与 “含义”适配使用的,而不只是背语法规则; that(那一个/那些) Vs. which(哪一个/哪些) that: 那些/那一个;有侧重 从句意思; which:哪些/哪一个;有强调“which ”代指的“哪些/哪一个” 阅读全文
posted @ 2024-09-10 12:17 abaelhe 阅读(75) 评论(0) 推荐(0)
摘要:Linguistics-English-that从句系列: 主语 + 宾语 + 表语 + 同位语 + 定语 独立主格结构 阅读全文
posted @ 2024-09-10 11:23 abaelhe 阅读(33) 评论(0) 推荐(0)
摘要:使用 moviepy 库转换video为GIF图片动画文件 pip install moviepy from moviepy.editor import videoFiLeclip videocLip= VideoFiLeClip("MJ.mov") videocLip=videoCLip.subc 阅读全文
posted @ 2024-09-10 11:01 abaelhe 阅读(42) 评论(0) 推荐(0)
摘要:时态16种: 4种时间 × 4种状态 时态标志词+时态详解+被动语态: 阅读全文
posted @ 2024-09-10 09:26 abaelhe 阅读(139) 评论(0) 推荐(0)
摘要:Difference: Population vs. Sample BY ZACH BOBBITTPOSTED ON NOVEMBER 27, 2020 Often in statistics we're interested in collecting data so that we can an 阅读全文
posted @ 2024-09-09 19:17 abaelhe 阅读(50) 评论(0) 推荐(0)
摘要:Types of Sampling Methods (With Examples) BY ZACH BOBBITTPOSTED ON SEPTEMBER 24, 2018 Researchers are often interested in answering questions about po 阅读全文
posted @ 2024-09-09 17:37 abaelhe 阅读(92) 评论(0) 推荐(0)
摘要:SciTech-Mathmatics-Probability+Statistics-Population-Sample: Sample Proportion vs. Sample Mean: The Difference Sample Proportion vs. Sample Mean: The 阅读全文
posted @ 2024-09-09 14:05 abaelhe 阅读(71) 评论(0) 推荐(0)
摘要:SciTech-Mathmatics-Probability+Statistics: Differences: The Scientific Method & Engineering Design Population Vs Sample Statistics and Statistical Obs 阅读全文
posted @ 2024-09-09 11:38 abaelhe 阅读(35) 评论(0) 推荐(0)
摘要:![](https://img2024.cnblogs.com/blog/1295223/202409/1295223-20240909112104521-719143525.jpg) ![](https://img2024.cnblogs.com/blog/1295223/202409/1295223-20240909112038882-449786245.jpg) ![](https://im 阅读全文
posted @ 2024-09-09 11:22 abaelhe 阅读(77) 评论(0) 推荐(0)
摘要:https://plato.stanford.edu/entries/scientific-method/ 阅读全文
posted @ 2024-09-08 15:03 abaelhe 阅读(25) 评论(0) 推荐(0)
摘要:POLIR-Society-Organization-Political Habits:To-Be List Behaviors:To-Do List when it comes to habits, when it comes to behavioral change, and overcomin 阅读全文
posted @ 2024-09-07 21:11 abaelhe 阅读(28) 评论(0) 推荐(0)
摘要:彩色滤(分)光塑料片: 将光分解为BGR三原纯色 彩色CCD传感器原理 透过 一张 彩色滤(分)光塑料片 可以分解出 光源的“与滤光片同颜色”的成份; 例如 “B(蓝色)滤光塑料片”: 用 "P紫" 光源照射,其“蓝色成份”就会穿透过"蓝色滤光塑料片"; 用 "G绿" 或 "R红" 光源照射,则没有 阅读全文
posted @ 2024-09-07 16:57 abaelhe 阅读(72) 评论(0) 推荐(0)
摘要:\(\large \text{Get your facts first, then you can distort them as you please.}\) \(\large ——\ Mark\ Twin\) \(\large \text{Our behavior attitudes and s 阅读全文
posted @ 2024-09-07 11:00 abaelhe 阅读(23) 评论(0) 推荐(0)
摘要:The Maxwell Equations: 电、磁、光 Static Electric Field Static Magnetic Field Changing Electric Field Changing Magnetic Field Electric-Magnetic-Wave: Light 阅读全文
posted @ 2024-09-06 17:51 abaelhe 阅读(37) 评论(0) 推荐(0)
摘要:Stat 345(April 11, 2019) Chapter 7: Sampling Distributions and Point Estimation ofParameters Topics: General concepts of estimating the parameters of 阅读全文
posted @ 2024-09-06 11:43 abaelhe 阅读(100) 评论(0) 推荐(0)
摘要:总论 Particle + Movement 光就是电磁波; Photon光子; 光子运动; 电磁现象 可 独立 分为: 电现象: 磁现象: 运动的电场: 运动的磁场: The Maxwell Equations: 麦克斯韦方程组 Election, Substances, Particle's B 阅读全文
posted @ 2024-09-05 23:43 abaelhe 阅读(39) 评论(0) 推荐(0)
摘要:Celebrating the many contributions workers have made to America's strength, prosperity and well-being. As well as their social and economic achievemen 阅读全文
posted @ 2024-09-04 13:41 abaelhe 阅读(31) 评论(0) 推荐(0)
摘要:Derivative and Slope Quick review: a \(derivative\) gives us the \(\text{slope of a function}\) at \(any\ point\). These derivative rules can help us: 阅读全文
posted @ 2024-09-04 10:21 abaelhe 阅读(37) 评论(0) 推荐(0)
摘要:The Declaration of Independence Harvard University's Text Edition: https://declaration.fas.harvard.edu/resources/text Note: The source for this transc 阅读全文
posted @ 2024-09-03 12:36 abaelhe 阅读(63) 评论(0) 推荐(0)