Commit Graph

81 Commits

Author SHA1 Message Date
derek 234b9dcc70 Try to fix the AI some more 2026-03-09 22:02:49 -07:00
derek a5ca197376 Update cron for new automation process 2026-03-09 17:24:25 -07:00
derek 22a787f3a2 Fix symbol mismatch 2026-03-09 17:24:09 -07:00
derek dff269103b Debounce all the long processes 2026-03-09 17:23:56 -07:00
derek b757672bdf Allow selling 2026-03-09 17:12:18 -07:00
derek ac67be137c Move away from Python Interop for better stability 2026-03-09 17:11:59 -07:00
derek holloway 52c5062d6e Adjust features to not include current day in rolling and only guess 5 days ahead not 20 2026-03-09 09:27:19 -07:00
derek 5f371dddbc Make purchased based on current prices | fix register issue 2026-03-08 21:11:17 -07:00
derek 2eab9d99ba Give $1000 starting out and track money [ Paper trades ] 2026-03-08 20:41:39 -07:00
derek ce4f9a197d Make predictions based on owned stocks 2026-03-08 19:58:26 -07:00
derek 04631398ed Allow saving stocks to the database 2026-03-08 19:42:14 -07:00
derek 78bdf250ff Impliment soft-payments 2026-03-08 19:28:10 -07:00
derek 54ea7c3027 Add debounce and stylize 2026-03-06 17:19:45 -08:00
derek 405872da39 Add error handling for the predictor 2026-03-05 20:14:51 -08:00
derek 308076bfa6 Start work on tracking stocks 2026-02-26 22:04:05 -08:00
derek 36b8e43d55 remove tracking for generated files 2026-02-26 21:48:17 -08:00
derek 209a860be1 Remove tracking for generated files 2026-02-26 21:47:01 -08:00
derek 36e6427422 update gitignore 2026-02-26 21:45:59 -08:00
derek 9a0746fa8b Seperate out the PullAI on the front end 2026-02-26 21:43:28 -08:00
derek 769c05d821 Make all the AI tasks run on background threads 2026-02-26 21:43:07 -08:00
derek ff67f21858 Make slightly more memory efficient 2026-02-26 21:39:57 -08:00
derek 7567496e1c Make each AI task seperate for faster testing 2026-02-26 21:39:41 -08:00
derek 79ee297e61 Implement user login and registration; update database connection management to be per use not a singleton by adjusting service lifetimes in DI. 2026-02-26 18:45:15 -08:00
derek holloway 6172d1c373 Use threading for python. and make singals from python 2026-02-19 15:09:06 -08:00
derek 4f08732c78 Use model im hapy with 2026-02-18 23:13:55 -08:00
derek 0c91eeaaa4 General file updates 2026-02-18 22:35:37 -08:00
derek ff573e40fc Use NVDA as a more volitile test suite 2026-02-18 22:35:13 -08:00
derek 5ff63df387 Work on fine-tuning and Important Feature selections 2026-02-18 22:34:59 -08:00
derek 7a4fc2cda4 Scale the data before learning to normalize the output 2026-02-18 18:33:21 -08:00
derek a81e3a992d Finalize up the AI Trainer 2026-02-18 17:35:55 -08:00
derek holloway bb1c508c99 Work on optimizing the model 2026-02-18 15:17:10 -08:00
derek ef20050c9c Update Todo 2026-02-17 21:15:59 -08:00
derek 26c995877e Allow pull data from python all the way through to the UI 2026-02-17 21:14:20 -08:00
derek 8d599be940 Optumize the training time 2026-02-17 21:13:54 -08:00
derek 926003c6b4 Add README 2026-02-17 20:22:09 -08:00
derek c0fd27da07 Remove the hard coded block for feature count and disable CUDA 2026-02-17 20:22:02 -08:00
derek 7ff2f994e0 Switch from volitility to price tomorrow 2026-02-17 19:10:56 -08:00
derek b1a64be367 Update internal bindings to new names 2026-02-17 19:04:35 -08:00
derek 8791c83991 Wire all of it into C# 2026-02-17 18:39:02 -08:00
derek 2684c799f8 upload the ai trainer 2026-02-17 18:38:53 -08:00
derek 29c0661808 Build the AI predictor off the features so they are the same as the training model 2026-02-17 18:38:40 -08:00
derek ad63ab0806 Split out AI features 2026-02-17 18:37:56 -08:00
derek 6cf70f1e37 Rename main to ai-trainer.py 2026-02-17 17:42:35 -08:00
derek eb6ccb66e6 try to make tensorflow faster with GPUAccell 2026-02-17 17:42:11 -08:00
derek b26965ebab The date is an index so not important 2026-02-17 17:41:51 -08:00
derek holloway 630c2a8293 Add in new python imports to docker 2026-02-17 16:24:08 -08:00
derek d15e8bb738 First model output 2026-02-16 23:03:22 -08:00
derek 2c6442e421 Get tensorflow DNN layout 2026-02-16 23:03:06 -08:00
derek 99f0d96858 Change date to number and normalize | 1 hot encode symbol 2026-02-16 23:02:36 -08:00
derek a24ea523a8 Start work on Styling 2026-02-16 16:37:50 -08:00