• Joined on 2020-07-10
felixm pushed to master at felixm/SICP 2021-03-19 02:47:26 +01:00
a3d665ea83 Implement till 5.2 and add register-machine simulator
felixm pushed to master at felixm/SICP 2021-03-17 01:26:01 +01:00
4608399b2d Finish 4.78 and skip 4.79
felixm pushed to master at felixm/algos 2021-03-01 05:27:27 +01:00
c6fa92aba2 Finish specialization
felixm pushed to master at felixm/algos 2021-03-01 03:05:06 +01:00
1258ce2ceb Implement Papadimitriou's algorithm
felixm pushed to master at felixm/N2T 2020-11-15 22:52:11 +01:00
143301f3d4 Finish readme and add pngs
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