diff --git a/Webpost2.html b/Webpost2.html index 848977a..bcd65b7 100644 --- a/Webpost2.html +++ b/Webpost2.html @@ -7331,7 +7331,7 @@ if (!diagrams.length) { return; } - const mermaid = (await import("https://cdnjs.cloudflare.com/ajax/libs/mermaid/10.3.1/mermaid.esm.min.mjs")).default; + const mermaid = (await import("https://cdnjs.cloudflare.com/ajax/libs/mermaid/10.6.0/mermaid.esm.min.mjs")).default; const parser = new DOMParser(); mermaid.initialize({ @@ -7539,7 +7539,7 @@

Part 2: Simulationsreturn (u[history:], y[history:]) else: continue - + def ESN_init(inSize, outSize, resSize, alpha, sparsity): Win = np.random.rand(inSize+1, resSize) - 0.5 W = np.random.rand(resSize, resSize) - 0.5 @@ -7570,7 +7570,7 @@

Part 2: SimulationsR_copies = (1 - alpha)*R_copies +\ alpha*torch.tanh(torch.einsum('ij,ijk->ik', ones,Win_copies) +\ torch.einsum('ij,ijk->ik', R_copies, W_copies)) - + # copy, time, signal dm[:, t, :] = torch.cat((ones, R_copies), dim=1) rtn.append(dm.cpu()) @@ -7591,19 +7591,17 @@

Part 2: Simulations @@ -7615,7 +7613,7 @@

Part 2: Simulations diff --git a/Webpost3.html b/Webpost3.html index 6c125a2..8957e0f 100644 --- a/Webpost3.html +++ b/Webpost3.html @@ -7331,7 +7331,7 @@ if (!diagrams.length) { return; } - const mermaid = (await import("https://cdnjs.cloudflare.com/ajax/libs/mermaid/10.3.1/mermaid.esm.min.mjs")).default; + const mermaid = (await import("https://cdnjs.cloudflare.com/ajax/libs/mermaid/10.6.0/mermaid.esm.min.mjs")).default; const parser = new DOMParser(); mermaid.initialize({ @@ -7984,7 +7984,7 @@

Part 3: Analysis diff --git a/resume.pdf b/resume.pdf index cf2de84..77fe3ca 100644 Binary files a/resume.pdf and b/resume.pdf differ