Questions about commercially available Mathematica packages, either distributed by Wolfram, inc. or third parties.

learn more… | top users | synonyms

2
votes
0answers
159 views

How to predict some constant number of values with NeuralNetworks

Example: << NeuralNetworks` data = {Sin[#]} & /@ Range[0, 4 Pi, 0.5]; learn = data[[1 ;; 15]]; Now, lets fit our neural network: ...
0
votes
0answers
113 views

How can I add standard deviation to my plot?

I have a plotted my forecasted and real data in one graph, but I can't figure out how to plot the standard deviation on the same graph. The following is the code I have used: ...
-3
votes
0answers
90 views

How to type function terms into metric?

I submitted my question before on site:Anything wrong with Atlas 2 or Mathematica?. Due to my vagueness, my problems might not be clearly understood. I am trying to solve several functions based on ...