24.1.19
◼️

24.1.19

Date
Jan 19, 2024
Parent item
Sub-item
Tags
1.
2.
3.

AlphaFold

🖤
Isomorphic Labs, a spin-off company of Google’s DeepMind in London, is ramping up its drug-discovery efforts using AlphaFold.
4.

Vitest

a next generation testing framework powered by vite.js
the following types are used in the type signatures below
type Awaitable<T> = T | PormiseLike<T> type TestFunction = () => Awaitable<void> interface TestOptions { /** * Will fail the test if it takes too long to execute */ timeout?: number /** * Will retry the test specific number of times if it fails * * @default 0 */ retry?: number /** * Will repeat the same test several times even if it fails each time * If u have "retry" option and if fail, it will use every retry in each cycle * useful for debugging random failings * * @default 0 */ repeats?: number }
when a test function returns a promise, the runner will wait until it is resolved to collect async expectations. If the promise is rejected, the test will fail.

test

  • Type: (name: string | Function, fn: TestFunction, timeout?: number | TestOptions) => void
  • Alias: it
5.
SSR CSR SSG渲染模式(again)
6.
7.
8.
As AI gets more advanced and widely used, it is essential to involve the public in deciding how AI should behave in order to better align our models to the values of humanity. In May, we announced the Democratic Inputs to AI grant program. We then awarded $100,000 to 10 teams out of nearly 1000 applicants to design, build, and test ideas that use democratic methods to decide the rules that govern AI systems. Throughout, the teams tackled challenges like recruiting diverse participants across the digital divide, producing a coherent output that represents diverse viewpoints, and designing processes with sufficient transparency to be trusted by the public.
9.
10.
database shading 分片
11.
12.
13.
✔️
14.
15.

Dense层 Keras

Dense就是常用的全连接层,所实现的运算是output = activation(dot(input, kernel)+bias)。其中activation是逐元素计算的激活函数,kernel是本层的权值矩阵,bias为偏置向量,只有当use_bias=True才会添加。
如果本层的输入数据的维度大于2,则会先被压为与kernel相匹配的大小。
example:
# as first layer in a sequential model: # as first layer in a sequential model: model = Sequential() model.add(Dense(32, input_shape=(16,))) # now the model will take as input arrays of shape (*, 16) # and output arrays of shape (*, 32) # after the first layer, you don't need to specify # the size of the input anymore; model.add(Dense(32))
16.
17.
18.
19.
WinFBE
FreeBasic Editor for Windows
WinFBE
PaulSquiresUpdated Jan 2, 2025
20.

Lotka—Volterra System

Lotka—Volterra系统 种群生态中 一直是一个基本的模型,
模型按照其生态意义可以分为三类: 捕食与食饵,竞争,互惠
高维Lotka-Voltera系统是将Lotka-Volterra系统扩展到描述多种生物种群数量变化的情况。
在高维L-V system中,周期解是指系统中所有生物种群数量在一个固定周期内互相循环变化的解
高维L-V系统的周期解可能需要使用复杂的数学方法来求解,并且其周期解的存在性和具体形式可能受到系统参数的影响
高维L-V系统并不一定存在周期解,在某些情况下可能存在混沌解或者稳定解。因此在研究高维L-V系统时,需要综合考虑胸痛参数和初始条件等因素。
https://arxiv.org/abs/2310.20360v1<The integration of three-dimensional Lotka-Volterra systems>
21.
22.
Elliptic function椭圆函数
a non-constant doubly periodic meromorphic function is called an elliptic function
  • The total number of poles of an elliptic function in P_0 is always \geq2
  • Every elliptic function of order(the total number of poles) m has m zeros in p_0
    • Hint: use argument principle and thus
      Remark: as a consequence, if f is elliptic then the equation has as many solutions as the order of f for every , simply because f-c is elliptic and has as many poles asf
23.
Science Based Targets initiative (SBTi)