Overview I- Computer arithmetic It does not generate random varibles It can not assume all uaual mathematucal …
分类:计算机
数据结构与算法(1) —— 分而治之思想
分而治之思想来源于拿破仑的一次杰出策略 拿破仑在应对一次大型进攻时没有采取硬碰硬的策略,而是将敌军分割(Divide)为两部分。然后集中优势兵力各个击破(Conquer)。 在较大问题十分棘手的时候,如果将其切分成若干容…
MLAPP#2 Probability
What is probability? There are two main approachs to understand this concept. In Frequentist interpretation, p…
MLAPP#1 Introduction
1.1 What and Why? Definations of Machine Learning: Automatic methods of data analysis that can detect patterns…
Ubuntu 环境搭建
这学期为了做opencv和一部分AIintern的内容,需要一个Linux 平台。这次我选择了Ubuntu。并且把我的旧dell组成双系统,由win10引导ubuntu 一、Ubuntu简介 Linux是一种开源的操作系…
LaTeX冲冲冲(1)----器大活好的VsCode
上次我们哐哧哐哧下载了一堆东西,但是嘛,下下来的东西到底是干什么的呢,这次我们就来认识一下优雅的LaTeX和器大活好的VsCode。写出我们的Hello world吧。 不知你可否有过:好不容易在电脑上敲出来一篇实验报告…
LaTeX冲冲冲(0)----LaTeX与VsCode
首先我们点到这个网址:https://mirrors.tuna.tsinghua.edu.cn/CTAN/systems/texlive/Images/ 可以看到: 我们点击其中的texlive.iso下载,下载完成后直…
C#_2/9/2019
Beispiel.1 using System; namespace Examp01 { class Program { static void Main(string[] args) { var s = Console…