AI ENGINEER
Experienced AI engineer with a proven track record of developing innovative solutions in machine learning, deep learning, and natural language processing. Proficient in designing and implementing AI algorithms and models to solve complex business problems across various industries.
A card transaction fraud system using decision tree classification is a machine learning-based approach to detect fraudulent transactions in credit card data. Decision tree classification is a popular algorithm for this task because it can effectively handle categorical and numerical features, and it provides interpretable decision rules. This Detection is implemented using both Scikit-learn and Snap ML.
GithubPose estimation is a computer vision task that involves detecting and tracking key points on a person's body to infer their pose or posture using MediaPipe and OpenCV. MediaPipe is a popular open-source framework developed by Google that provides easy-to-use tools for various computer vision tasks, including pose estimation.Using MediaPipe in conjunction with OpenCV, an open-source computer vision library, allows to easily implement pose estimation in projects
GithubIn the context of Twitter, sentiment analysis involves analyzing the text content of tweets to determine whether the sentiment expressed is positive, negative, neutral, or possibly more nuanced emotions.
Github