User Portlet
Featured Contributor
Discussions |
---|
Hello! I'll be presenting '[Reinforcement Learning applied to Feedback Control][1]' tomorrow on YouTube. Please join and ask questions or leave them below. [1]: https://community.wolfram.com/groups/-/m/t/3356797 |
I'm training UNET neural networks for muscle segmentation ([link][1]) and implementing LearningRateSchedules that hopefully help with the last extra bit of performance I need. However when implementing it i observed some weird behaviour. For... |
Yes - just awesome, many thanks! I should have known this option much sooner - quite often I simply did not use `Opacity[]` because it was greatly slowing down everything. > (you need to list opaque objects before all transparent objects) ... |
Thank you very much! You provided me with such a good idea~~ Completely meets my needs. data = Table[{x, Sin[x], Cos[x]}, {x, 0, 10, 0.1}]; colF = Interpolation[data[[All, {1, 3}]]]; ListLinePlot[data[[All, {1, 2}]], ... |
![enter image description here][2] -- you have earned ***Featured Contributor Badge*** ![enter image description here][1] Your exceptional post has been selected for our editorial column ***Staff Picks*** http://wolfr.am/StaffPicks and [Your... |
This is for sequences only, not for continuous functions. |
And here's an EVEN SIMPLER example. (Still Mathematic 12.2 on Windows 10)&[Wolfram Notebook][1] [1]: https://www.wolframcloud.com/obj/53f90c9c-8dd5-404e-a0fb-e934611f8cac |
The url gives me a 404 error. |
Possible workaround for Plot-related crashes here: https://community.wolfram.com/groups/-/m/t/3162965 |
Does anyone have a better solution for reading and writing half-precision float16? As far as I can find Mathematica does not support this at the moment or am I missing something? Currently, I'm reading the data as "UnsignedInteger16" and then... |