Skip to content

Gozilasim/Automotive-Vehicles-Engine-Health-Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

-Open the R file using RStudio -> Engine Condition Classification.R

-Copy these code and paste in the console to install the library install.packages("tibble") install.packages("readr") install.packages("ggplot2") install.packages("keras") install.packages("tensorflow") install.packages("caret") install.packages("RColorBrewer")

-highlights the code until line-107 and run to train the neural network model -highlights the code from line-109 to line-117 and run to see the testing result -highlights the code from line-122 to line-151 and run to visualizing the confusion matrix -highlights the code from line-157 until the end and run to show the accuray, recall and the F1-Score

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages