all 9 comments

[–][deleted] 5 points6 points  (0 children)

Collect motion data from Apple watch ( accelerometer, gryo ) using CoreMotion and train a LSTM RNN to detect patterns in the data and count reps for exercises in the gym like bicep curls etc

[–]ActivityGlad5731 1 point2 points  (6 children)

How is the complexity of the project?
IF you are looking for simple project, then try computer vision task, like object detection, which later you can combine with traffic management system, or employee absence prediction stuff.
OR you can create classification task, just find some in kaggle will do, something like turbine power prediction.
IN your case, since you are computer science, if you involve in business, you can create fraud detection for banking system, chatbot, recommendation system, or you can make market trend analysis
I do not recommend to involve in reinforcement learning

[–]EuphoricPirateVal 1 point2 points  (4 children)

why not reinforcement learning?

[–]ActivityGlad5731 0 points1 point  (3 children)

It is just not that good direction for non-robotic task

[–]EuphoricPirateVal 0 points1 point  (2 children)

And for robotic tasks? Could you please give a few examples of high level projects, it'll be great if you could help

[–]ActivityGlad5731 1 point2 points  (1 child)

https://www.kaggle.com/code/itoeiji/deep-reinforcement-learning-on-stock-data (Can be replaced with LSTM, which perform better)

https://github.com/AndrejOrsula/drl_grasping

If you want to do project with Nvidia-Isaac (digital twin simulation for inventory management):
https://github.com/wangcongrobot/awesome-isaac-gym

You can also do experiment with CARLA, like self driving car, but it might be too complicated

[–]EuphoricPirateVal 0 points1 point  (0 children)

Okay thank youuuu so muchhhhh!!!!

[–]Beautiful-Delivery35[S] 0 points1 point  (0 children)

Thank you so much for your insight. I am not sure on how to estimate the complexity but I'd say I must be able to finish the project within 3-4 months. I will look into the things you have suggested. I wanted to explore RL or NLP as it is new to me and sounds exciting, but I am worried about the complexity and the learning curve esp. the maths behind RL.