mayersjd / MLStonks

Training neural networks to buy and sell stocks.
0 stars 0 forks source link

Add multiple network types #4

Open mayersjd opened 3 years ago

mayersjd commented 3 years ago

Currently only implementing on a non-optimized dense network (MLP), we should really be looking into others as well: LSTM, RF, maybe even an SOFM.

This should be done in the machine.py file, adding more methods for each type of network. Maybe each method should actually be their own python file, and we save them in a directory for networks.