User Portlet User Portlet

Alec Graves
Discussions
You can also modify the default theme and font for notebooks to make a custom dark theme with monospace. See [this community post](https://community.wolfram.com/groups/-/m/t/2018326) for more details.
Yes: - Wolframscript should work fine. I am not sure if it is actually native, but the actual Wolfram Engine that is executing your code works natively on MacOS ARM. Wolframscript just sends your code or commands to a Wolfram Engine process. -...
Maybe you could use windows functions to check running processes and see if wolfram engine is running, and manually start mathkernel as new process if it is not? https://learn.microsoft.com/en-us/windows/win32/procthread/creating-processes
![enter image description here][1] &[Wolfram Notebook][2] [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=GraphVisualizationforSynthesis.png&userId=20103 [2]:...
This is now in [the Function Repository!][1] The new version is named [RuleNetGraph][1], and there have been several improvements: 1. You can use Subscript to name layers 2. Pure functions and functions supported by ElementwiseLayer and...
It is interesting to hear the voices of more experienced individuals on the history and direction of AI since I was not alive when diverse opinions regarding symbolic and statistical approaches to recreating human intelligence were still alive and...
That is a really good idea. I also wish there was a public bug tracker. I think the public [Jetbrains YouTrack](https://youtrack.jetbrains.com/issues) is a great example implementation of this from another software company.
Also there is this beautiful work that was uploaded to YouTube yesterday: ["Natural Language Processing Template Engine" by Anton Antonov (YouTube)][1] I agree with many of the points made regarding ML and NLP. A super smart template engine is...
You should be able to use...
It looks like in 13 some things about what could be compiled in FunctionLayer changed. In 12.3, I had to write some ugly code to get the anchor box to box output conversion network to compile in a FunctionLayer, so before it looked like this: ...