Relative Content

Tag Archive for machine-learning

yolov9 training on custom data

everyone. i am trying to train yolov9 on some custom data on PyCharm instead of google colab as suggested by many tutorials i have watched. how do i do this?

I want to Machine Learning but can’t find any resources?

I am currently working with the MERN stack (MongoDB, Express.js, React, Node.js) and am looking to expand my skills. I plan to start with Data Structures and Algorithms (DSA) in Java, but I also want to dive into Machine Learning. However, I am having trouble finding good resources for learning Machine Learning.

Training model to detect spam

I want to train a model to detect spam reviews. Not based on content of the message per se, bust stuff like frequency of messages of the user and other metadata. What do you think are the key data I need to feed the ai model

single class object detection using cnn getting false positive

Here, i trying to build a Manhole object detection using cnn , In this model i got 95% accuracy and after training. im getting false positive like , if i test image with manhole(trained object) for detection it will draw the bounding box and i test a random image without trained object a random bounding box appears that is the problem , same in the live webcam testing but here if the object is not even detecting , getting some random bounding boxes in frame .Here i providing my code pls help

which data will be used for Football prediction model

I am planning to create a model to predict football match outcomes using various machine learning techniques. The columns of the collected data include Home, Away, Home Team Goals, Away Team Goals, Home Team Possession, Away Team Possession, Home Team Shots on Target, Away Team Shots on Target, etc. While it seems straightforward to use this data to predict match outcomes, these figures are only available after the match has ended. I believe we should use data that is available before the match, such as club value, points, and recent match results, to make predictions. Therefore, I want the columns of the training data to include both match data and pre-match data, and I want to make predictions using pre-match data. I am also curious about what this concept is called in machine learning.