丹麦语 DU 3.2 13-14 Fortæl om ferier og oplevelser
Datid 3 种类型 Gruppe 1:词尾 -ede Gruppe 2:词尾 -te Gruppe 3:不规则变化,fx: tager - tog kan - kunne finder - fandt spørger - spurgte sidder - sad nyder - nød drikker - drak 情态动词 modalverber 的过去式 都是不规则变化 kan - kunne skal - skulle vil - ville må - måtte Esme på kunstmuseum udstilling -en -er -erne 展览 er spændt på at infinitiv 急切期待做某事 vente -r -de -t 等待 gå -r gik -et 走 gå ind 走进 omvisning -en -er -erne 参观 fortale -r fortalte fortalt 告诉,说出 flot 漂亮的,美好的 Solen skinnede, og himlen var helt blå. 阳光普照,天空很蓝。(有点 ...
随机算法 14 Markov Chains and Random Walks
Lecture notes by Elias Koutsoupias from Oxford Markov Chains Definitions A discrete-time finite Markov chain is a sequence of random variables X=X0,X1,X2,⋯X=X_0,X_1,X_2,\cdotsX=X0,X1,X2,⋯ taking values in a finite set of states {1,2,⋯ ,n}\{1,2,\cdots,n\}{1,2,⋯,n} s.t. ∀t∈N:\forall t\in\mathbb N:∀t∈N: Pr(Xt+1=j∣Xt=i)=Qi,j,\Pr(X_{t+1}=j|X_t=i)=Q_{i,j}, Pr(Xt+1=j∣Xt=i)=Qi,j, where Q=(Qi,j)Q=(Q_{i,j})Q=(Qi,j) is an n×nn\times nn×n stochastic transition matrix. XtX_tXt represents the state ...
随机算法 13 Nearest Neighbor Search with Different Distance Metrics
Recall Recall the problem of nearest neighbor search: Randomized ccc-approximate RRR-near neighbor search. Recall that given a set PPP of nnn points in Rd\mathbb R^dRd and parameters R>0,δ>0R\gt0,\delta\gt0R>0,δ>0. Also given a distance function dist:Rd×Rd→Rdist:\mathbb R^d\times\mathbb R^d\rarr\mathbb Rdist:Rd×Rd→R. For a query point qqq, if there is an RRR-near neighbor ppp of qqq (dist(p,q)≤Rdist(p,q)\le Rdist(p,q)≤R), we must report some point p′p'p′ that is a cRcRcR-near n ...
Fair Division 8 Strategic Aspects of Fair Divison
Objective: Investigate strategic aspects of fair division, considering Pure Nash equilibria and fairness. Activities: Review the paper Allocating Indivisible Goods to Strategic Agents: Pure Nash Equilibria and Fairness. Abstract What if the agents are strategic? Goal: whether there exist mechanisms that have pure Nash Equilibria. If so, what is the fairness guarantee for these equilibria? Focus on EF1, EFX. The answer is positive. 2 algorithms: round-robin (computing EF1 allocation). Its pure ...
西语学习 A1 Unidad 2 ¿Cómo estás?
Vocabulario gracias f.pl. 谢谢 amigo, a m.f. 朋友 director, ra m.f. 经理 teléfono m. 电话 bombero, a m.f. 消防员 副词 muy adv. 很 bien adv. 好 动词 estar intr. 在;处于 estar 的变位:estoy - estás - está - estamos - estáis - están 物主形容词(非重读,放在名词的前面) ⚠️物主形容词修饰复数名词时,词尾加 s 我的 mi 你的 tu TA的、您的 su 我们的 nuestro, nuestra 你们的 vuestro, vuestra TA们的 su 指示代词,“这个,这些” 单数 阳性 este 阴性 esta 复数 阳性 estos 阴性 estas 定冠词,表特指 单数 阳性 el 阴性 la 复数 阳性 los 阴性 las 练习 ¿Dónde está tu director? ¿Dónde está tu directora? ¿Dónde están tus directores? ¿Dón ...
丹麦语 DU 3.2 11-12 Planer for ferie og fridage
Efterårsferie sydpå 向南 副词 nordpå 向北 østpå 向东 vestpå 向西 lige nu 现在 herfra 从这里 bytur 城市游览 svamp -en -e -ene 蘑菇,真菌,海绵 teater -et, teatre, teatrene 剧院 gå i teatret 去剧院 eller sådan noget 相当于英语的 or something like that lad os bare gøre det 让我们这样做吧 复习表示建议、提议的表达 Hvad skal vi lave …? Hvad synes du, vi skal lave? Skal vi ikke + inf.? Vi kan f.eks. + inf. Vi kunne måske + inf. Jeg synes, vi skal/skulle + inf. Hvad siger du til at + inf.? Svar: Det kan vi godt. Jeg ved ikke rigtig. Det synes jeg ikke. N ...
数据挖掘 13 Sequence Segmentation and Similarities
How to segment a sequence of points with an efficient algorithms and how to find similar documents in a linear manner. 2 algorithm. The first is clustering a sequence to form kkk partitions with a dynamic programming. The second is an approximation that allows to compute pairwise distance avoiding O(n2)\mathcal O(n^2)O(n2). The idea is to use efficient signatures and hash the signatures in bands so as similar items will likely end up in the same bucket. Sequence Segmentation A sequence is a vec ...
随机算法 12 Nearest Neighbor Search and Locality Sensitive Hashing
Nearest Neighbor Search 2D scenario: Voronoi Diagram 3D or higher dimensions: Not efficient. Fine-grained complexity Approximate nearest neighbor search Assume the distance between query point and its nearest neighbor is RRR, ccc-approximate RRR-near neighbor is all the points within range cR(c≥1)cR(c\ge1)cR(c≥1). input: point qqq, constant ccc, radium RRR. if there is a point ppp with dist(p,q)≤Rdist(p,q)\le Rdist(p,q)≤R, then return point p′p'p′ with dist(p′,q)≤cRdist(p',q)\le cRd ...
数据挖掘 12 Frequent Itemsets and Association Rules
Frequent itemsets and association rules. This problem aims to find a set of items that are bought together. These itemsets can be efficiently mined by exploiting the apriori principle of the support measure. Frequent Itemsets Mining Frequent itemsets: collections of objects that appear a minimum number of times in the baskets of the customers. Set of ddd items I\mathcal II, set of nnn transactions identifiers T\mathcal TT. Dataset D\mathcal DD is a set of pairs (i,t)∈I×T(i,t)\in\mathcal I\times ...
随机算法 11 Randomized Rounding for MAX SAT
MAX SAT and MAX CUT randomized ½ approximation for each problem MAX SAT aka maximum satisfiability problem Input consists of nnn Boolean variables x1,⋯ ,xnx_1,\cdots,x_nx1,⋯,xn, mmm clauses C1,⋯ ,CmC_1,\cdots,C_mC1,⋯,Cm. Clauses CjC_jCj consist of some number of variables and \or and a non-negative weight wjw_jwj. The objective of the problem is to find an assignment of xix_ixi that maximizes the weight of the satisfied clauses. A clause is said to be satisfied if one of the unnegat ...