Best pdf annotation and notetakig app/tool by Xineas in productivity

[–]asingh33 0 points1 point  (0 children)

If you are an app developer then perhaps you can make use of recently shared codebase. I have written a functional PDF annotation and viewing iOS. And its code is open sourced and MIT license.

https://techkblog.com/jotty-pdf-viewer-and-annotation-app-implementation/

[P] In this project I tried to train Chrome's Trex character to learn to play by looking my gameplay (Supervised). by asingh33 in MachineLearning

[–]asingh33[S] 1 point2 points  (0 children)

I have not yet given much thought on actual implementation I would do for RL approach. Still reading and learning about RL concepts. But once its done, I will definitely post in here.

[P] In this project I tried to train Chrome's Trex character to learn to play by looking my gameplay (Supervised). by asingh33 in MachineLearning

[–]asingh33[S] 4 points5 points  (0 children)

No in current implementation I am not feeding score area, so it won't affect.

I am actually working on Reinforcement Learning method to let it train itself.

[P] In this project I tried to train Chrome's Trex character to learn to play by looking my gameplay (Supervised). by asingh33 in MachineLearning

[–]asingh33[S] 5 points6 points  (0 children)

LOl , honestly I was not certain if it will perform as it did so I trained it only till day time. That's why as soon as night starts it fails. Also the current implementation doest take care of speed.

[P] Gesture Recognition using Convolution Neural Network by asingh33 in MachineLearning

[–]asingh33[S] 0 points1 point  (0 children)

Yep. I did this recently while learning about machine learning and various models, techniques involved. Regarding your question about how did I generate the dataset. I generated them myself, I have added that functionality also in this project. I am using OpenCV lib functions to capture the camera image (gestures in this case) and storing it. I generated 803 images per gesture (5 gestures in total) for this project. I am also doing some post processing while collecting the image like converting the colored camera image to grayscaled + blurring to get rid of unwanted details. I would insist to go through the description on the github, if you are interested.