Road Accident Prediction and Analysis Using Machine Learning
Road Accident Prediction and Analysis Using Machine Learning
ISSN No:-2456-2165
IV. ALGORITHMS trees based on data samples, obtains predictions from each
one, and then votes to determine which is the best answer.
A. Random Forest algorithm Because it averages the results, the proposed technique is
It is a supervised learning technique that is utilized for both superior to a decision tree classifier excessively.
classification and regression.However, classification issues are
its primary usage. Random forest basically builds decision
B. Decision Trees of any other feature. The NaïveBayes algorithm's key benefit
In decision analysis, a decision tree can be used to represent is that it is an easy-to-use yet effective method.
decisions and decision making visually and explicitly. As the
name goes, it uses a tree-like model of decisions. Though a D. Decision Tree Algorithm
commonly used tool in data mining for deriving a strategy to It is a subset of the supervised learning algorithm family.
reach a particular goal, it’s also widely used inmachine Unlike the other supervised learning techniques, the decision
learning. tree methods can be implemented to both classification and
regression issues. The main goal of employing decision trees
C. Gaussian Naïve Bayes algorithm is to build a training model that can be applied to forecast the
It is the Naïve Bayes extension. A probabilistic machine type or value of a target variable by learning choice rules
learning approach called Naive Bayes can be applied to a inferred from historical data. The decision tree approach uses a
variety of categorization applications. Naive Bayes is tree representation to attempt to address the issue. Each leaf
frequently used for document classification, spam filtering, node of the tree corresponds to a class label, whereas each
prediction, and other tasks. This method takes its name from internal node of the tree relates to an attribute.
Thomas Bayes' discoveries, on which it is based.The method
includes features in its model that are independent of one
another, hence the term "Naïve." Any changes to the value of
one feature of the algorithm have no direct effect on the value
ACKNOWLEDGEMENT
REFERENCES