• Joined on 2020-07-10
felixm pushed to master at felixm/N2T 2020-11-15 22:12:16 +01:00
01e43dfba0 Jack compiler now supports underscores in identifier
felixm pushed to master at felixm/N2T 2020-11-15 21:53:33 +01:00
fb224f31ed Add VM translator, Jack analyzer and compiler
felixm pushed to master at felixm/N2T 2020-11-15 20:43:10 +01:00
f2a0b6d531 Link to hackasm vim file from readme
felixm pushed to master at felixm/N2T 2020-11-15 20:39:03 +01:00
16fa19d034 Write documentation for first part of course
felixm pushed to master at felixm/N2T 2020-11-15 19:58:03 +01:00
742db6d102 Add solutions for part 1
felixm created repository felixm/N2T 2020-11-15 19:55:43 +01:00
felixm pushed to master at felixm/ML4T 2020-11-10 18:42:07 +01:00
0af5a9885d Add project 8 report to readme
felixm pushed to master at felixm/ML4T 2020-11-10 18:33:58 +01:00
063d9a75ae Finish project 8 and course!
6e1f70bcba Improve QLearner so that commission is considered
Compare 2 commits »
felixm pushed to master at felixm/ML4T 2020-11-09 21:06:45 +01:00
761a0366e4 Finish first version of Q trader
felixm pushed to master at felixm/ML4T 2020-11-07 18:40:19 +01:00
169dd8278d Implement binning and state calculation
felixm pushed to master at felixm/ML4T 2020-11-06 15:18:04 +01:00
889bcf68ca Finish experiment 1 and start with Q trader
felixm pushed to master at felixm/ML4T 2020-11-04 23:32:13 +01:00
5fbbc26929 Update StrategyLearner to pass tests
felixm pushed to master at felixm/ML4T 2020-11-04 21:16:44 +01:00
10d87aefd3 Add tree learners to strategy evaluation directory
05db89e8c2 Implement first version of strategy learner
c40ffcf84b Show both MACD and indicator strat on figure
Compare 3 commits »
felixm pushed to master at felixm/ML4T 2020-11-04 01:09:01 +01:00
0519ae9336 Finish manual strategy for project 8
felixm pushed to master at felixm/ML4T 2020-11-02 15:11:22 +01:00
43e297c075 Change indicators to return their results and work on three indicator strat
felixm pushed to master at felixm/ML4T 2020-10-28 00:58:02 +01:00
4679910374 Implement first version of manual strategy
1798e9569e Make marketsim support buying and selling via sign of shares
Compare 2 commits »
felixm pushed to master at felixm/ML4T 2020-10-27 02:44:39 +01:00
85a9c4fcb3 Start working on strategy evaluation
felixm pushed to master at felixm/ML4T 2020-10-19 14:55:35 +02:00
d112dce5f5 Implement dyna-q to finish project 7
22022c3780 Update readme for project 7
Compare 2 commits »
felixm pushed to master at felixm/ML4T 2020-10-18 20:43:43 +02:00
d5aa22e9dd Implement Q learner
felixm pushed to master at felixm/ML4T 2020-10-15 22:46:57 +02:00
f5e91eba0a Add template for project 8