Deep learning
2 TopicsMy introduction to Deep Learning
I had to work a lot to get an answer to each question, to have a basic understanding of Deep Learning. As I tackled through, and got all the math and idea to simple-enough level of complexity to understand something essential or basic, I reached the need to write this text: https://github.com/tambetvali/LaegnaAIBasics It's quite a complete intro to DL basics, and it's also having essential mathematical simplicity to get your own ideas rather than looking at cryptic code, I guess: I will add there as I get more things simple, over time (first absorbing the ideas long enough to be able to write with some clarity).215Views0likes3CommentsUsing Neural Network to Learn Profitable Trading in the FOREX Markets
I am using Neural Networks (NN) to teach them how to recognize profitable trading opportunities in the Foreign Exchange (FOREX) markets, using 10 currencies simultaneously. I am using 3rd-order Cubic Splines as input to give the NNs a sense of how the critical variables change over time. I am using free FOREX historical trading data to train the NNs how to trade profitably in the future. I don't just feed the trading levels of the FOREX currency pairs as input to the NNs. Instead, I use a variation of the computed DXY Index for all 10 currencies in order to isolate the value change of each of the individual currencies, using Cubic Splines to detail how those values change over various time periods. The end result is Neural Networks that recognize which currencies to Buy and which ones to Sell at the most profitable times. If anyone is interested in the details, please reach out and I will provide more details.221Views1like3Comments