User Portlet User Portlet

Discussions
Examples for: **Functional(Delay ) Integro-Differential Equations Involving Caputo Fractional Derivative with initial conditions or boundary conditions .** NDSolve[{CaputoD[y[x], {x, 1/2}] - 3 y[x - 1] + Integrate[y[2 t],...
The Wolfram cloud links in this post give 403 (forbidden).
The last Measurement QuantumMeasurementOperator[{2}] does not actually happen.
Aaaaand... it works! Thanks so much, Kotaro-San :) For posterity's sake, here are the things that had to happen to get it working with conda on OSX: 1) Get the right version of python: "conda create -n python3 python=3.7 anaconda" 2) Switch...
Mathematica is "heavy on math" and "light on geology". Mathematica's geo information is accessed through packages that have extremely specialized (geo information) formatting. the reason for this is simple: the geo databases are too large to...
u[x, t] := f[x] h[t]; DSolve[{a D[u[x, t], x] + b D[u[x, t], t] == 0}, u[x, t], {x, t}] ... DSolve: f[x] h[t] cannot be used as a function DSolveValue: "The function h[t] does not have the same number of arguments as...
Dear [@Athanassios Hatzis][at0], thank you for your contributions! Your LinkedIn link you posted is not public and did not open for many users. We replaced it with your original video source. [at0]: https://community.wolfram.com/web/info3
NetTrain[ unet, images, "Output" -> masks |>, LossFunction -> {"Output" -> CrossEntropyLossLayer["Binary"]} ]
Yes, I agree 'why hasn't metaprogramming been taken up' is a very interesting question. It is certainly something which WL would seem to have some sort of comparative advantage at. And the various shortcomings that Shifrin identifies - particularly...
Here's an example how to implement somewhat more complex like differential equations: *ODEs, SDEs, etc.* into **ElementwiseLayer[...]**: [DiffEq in Neural Net][1] (Open picture into new tab to see it in full size!) Depending on the result...