Skip to content

RetroCarPerformanceModel utilizes Node.js & TensorFlow.js to explore vintage car data from the 1970s era, predicting fuel efficiency (MPG) based on horsepower using linear regression. A learning project aimed at honing ML skills with real-world classic automobile datasets.

License

Notifications You must be signed in to change notification settings

HoneyBearCodes/RetroCarPerformanceModel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Retro Car Performance Model 🚗📈

This is a machine learning project built with Node.js and TensorFlow.js aimed at exploring and predicting the relationship between car horsepower and fuel efficiency (MPG) in vintage cars from the 1970s era.

Overview 🔭

This project serves as a learning platform to delve into machine learning techniques, specifically linear regression with gradient descent, to analyze and predict MPG based on car horsepower using a curated dataset of classic automobiles from the 1970s.

Features 🌟

  • Data Exploration: 📊 Analyze vintage car data, understand trends, and preprocess information for modeling.
  • Linear Regression: 📈 Implement a predictive model to estimate MPG from car horsepower using TensorFlow.js and gradient descent.
  • Evaluation: 🧪 Assess model accuracy, tune parameters, and validate results.
  • Visualization: 📉 Display visual insights and regression analysis results as graphs. Graphs will be generated in png format inside the data/ directory.

Installation ⚙️

  1. Installation: 💻 Clone the repository and install dependencies using npm install.
  2. Run: ▶️ Execute the project using npm start.

Contributing 🤝

Contributions are welcome! Fork the repository, create a new branch, and submit a pull request with your enhancements or fixes.

License 📄

This project is licensed under the GPL-3.0 License.

Acknowledgements 🙏

  • Special thanks to the amazing communities of Node.js & TensorFlow JS.

Feel free to reach out at [email protected] for any queries.


About

RetroCarPerformanceModel utilizes Node.js & TensorFlow.js to explore vintage car data from the 1970s era, predicting fuel efficiency (MPG) based on horsepower using linear regression. A learning project aimed at honing ML skills with real-world classic automobile datasets.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published