User Portlet User Portlet

Discussions
Hi, Any news when Reservoir Computing will be included in Wolfram Language for Machine learning?
Hi, I have a notebook containing four `Do`... loops nested into each other In the very inner loop I would like to use a previously defined `CompiledFunction`. The data to be used by the `CompiledFunction` generated in the second inner loop. So,...
Hi, I am trying to follow the "tutorial/NeuralNetworksIntroduction#621730217" Introduction to Neural Nets and as I execute the first two lines, I get an error. I have a Direct connection to the Internet. I am using 12.1.1.0 Home Edition. ...
Hi, I have some `Circle`s and some `Line`s and I am trying to find their `RegionIntersection`. See attached notebooks for detail. The `Circle` is this: oic = Circle[{0, 0}, 7.5]; The three Lines are these: ln1 = Line[{{0, 0}, {8,...
I have a .wls file and from it I want to export a `VectorPlot3D`. These are the relevant lines: lvpiH=VectorPlot3D[Evaluate[mHi3ret[[1]]...
HI, I downloaded and installed the Wolfram Engine for Developers. Practically it is the unrestricted backend and the developer is passing instructions to it from a terminal window. I also have a Mathematica 12.1.1 installed in the same director...
Clear["Global`*"] (* Bicone properties *) r = 1; orig = {x1, y1, z1}; vertex1 = {x2, y2, z2}; vertex2 = {x2, y2, -z2}; cone1 = Cone[{orig, vertex1}, r]; cone2 = Cone[{orig, vertex2}, r]; bicone = {cone1,...
Hi, I am running Mathematica 12.1.1.0 on Mac OS 10.15.6 and I imported an .stl file taged = Import[path "/_taged.stl"] I can check the header: In[35]:= Head[taged] Out[35]= MeshRegion I can count its volume: ...
Hi, Yesterday I upgraded OS X to 10.13.5, on my mid 2012 MacBook Pro. Today I found out that neither Mathematica 11.3, nor 11.01 is capable to run Parallel command, like `ParallelTable[]` at full speed. Instead of the usual 99.5% CPU usage per...
Hi, Earlier I upgraded to Mathematica 11.3. Yesterday I upgraded the os to OS X 10.13.5. When I try to run Benchmark.nb the `BenchmarkReport[]` never finishes. Same result after a fresh reboot of the machine and running only Mathematica. Any...