MATLAB is super easy for the simpler machine learning algos as it is point and click but it is expensive and R is free. You can literally run the 5 or 6 algos in a matter of minutes in Matlab. The free version of Matlab called Octave does not have the point and click features. R and MATLAB both are not super fast as they are higher level languages. SAS is very powerful once you know how to use it but again is expensive.
The main deep learning packages are Torch and Tensorflow (written by google), both in Python. Currently Tensorflow/Python is the avenue I am taking because it is optimized to run on google cloud. I'm also finding that Python has useful packages for numerical analysis although I am just starting. If you are interested in neural networks, then Python is probably your best bet because you will need to build something that requires considerable processing power.
Good luck!
The main deep learning packages are Torch and Tensorflow (written by google), both in Python. Currently Tensorflow/Python is the avenue I am taking because it is optimized to run on google cloud. I'm also finding that Python has useful packages for numerical analysis although I am just starting. If you are interested in neural networks, then Python is probably your best bet because you will need to build something that requires considerable processing power.
Good luck!
Can you be more specific? I am trying to find some algos in neural network to adjust my indicators.
Thanks !
As I became enthusiast to neural network quite recently, I am wondering whether R is a ideal software to implement neural net works? As far as I know, R is used by many professional statisticians and could run the Monte Carlo too. If the answer is yes, I don't have to waste my time on other platforms like Matlabs, right?
Last edited:
.
).
The good is that the data may be more understandable, but it'll also contain more "lag" and contain less original information. Your timeframe converter may also create artifacts or bugs, and be very wary of stealing information from the future in backtests (you probably already know this).
