Skip to content

jjjjohnson/Implement-Naive-Bayes-C-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implement-Naive-Bayes-C-

A Gaussian Naive Bayes classifier to predict the behavior of vehicles on a highway. The object for this classifier is to predict which of these three maneuvers a vehicle is engaged in given a single coordinate (sampled from the trajectories shown below). Each coordinate contains 4 pieces of information:

  • s
  • d
  • s_dot
  • d_dot

This implementation is based on Sklearn

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published