Skip to main content
19-Tanzanite
October 1, 2020
Question

Neural Network

  • October 1, 2020
  • 3 replies
  • 3216 views

Has anyone implemented a (deep) neural network/artificial neural network in Mathcad so far?

3 replies

23-Emerald IV
October 1, 2020

Do you need that in combination with solving sets of differential equations (almost done),

or separate?

 

Luc

Cornel19-TanzaniteAuthor
19-Tanzanite
October 2, 2020

Good question.

But, I think that the answer is no:)).

14-Alexandrite
October 1, 2020

I seriously doubt if anyone has implemented a deep neural net IN Mathcad, using its native programming tools.

24-Ruby III
October 2, 2020

Maybe you are interested in "Deep Learning Toolbox" for MATLAB: https://www.mathworks.com/help/deeplearning/getting-started-with-deep-learning-toolbox.html

Cornel19-TanzaniteAuthor
19-Tanzanite
October 2, 2020

No.

Actually, I know that this toolbox ('Deep Learning Toolbox') exists in Matlab.
And... Wolfram Mathematica also has such a library for working with deep neural networks, but not this is the point.

I would be interested if such a thing is possible in Mathcad as well.

14-Alexandrite
October 2, 2020

Nothing about Mathcad makes it suitable for non-trivial neural network/machine learning/deep learning analysis. Even if you managed to integrate a third party tool like Tensorflow or MxNet.

 

The memory management, interface, speed, all work against it. Mathcad isn't designed for it. You really need a different kind of tool.

 

Stick to Python, Matlab, Mathematica or Maple for that type of stuff.