Thilakraj Devadiga

Results 6 issues of Thilakraj Devadiga

Add following into a combinations strategy for model selection and training. - [x] data rescaling (StandardScaler/MinMaxScaler/RobustScaler) - [ ] data transformation/data interaction (PolynomialFeatures/PowerTransformer/QuantileTransformer) If any of the strategy utilized include...

enhancement

Add functionality to handle target balancing. Condition to apply handling will be: In case of Binary Classification: * If target 'B' has 50% less data compared to target 'A' apply...

enhancement
help wanted
Hacktoberfest

Implement a Face Recognition system in python using machine learning/deep learning technique, which recognizes the face detected from an image using OpenCV. Utilize OpenCV to crop the detected face, which...

documentation
enhancement
Hacktoberfest

A simple Implementation of Reinforcement Learning in python using Keras-rl library.

documentation
enhancement
Hacktoberfest

Detect Facial Emotion using OpenCV and machine learning/Deep learning. Where OpenCV is utilized to get accurate face image from video frames either streamed from Camera or video files. Once Face...

documentation
enhancement
Hacktoberfest

Detect pothole in video stream either from camera input or video files. Detect the pothole from video frame per second using OpenCV utilizing image processing techniques like : 1. Contour...

documentation
enhancement
Hacktoberfest