The-Data-Alchemists-Manipal / MindWave

MindWave is an open-source project designed for beginners to learn about data science, machine learning, deep learning, and reinforcement learning algorithms using Python. The project offers a platform for implementing relevant algorithms, with open-source tools and libraries.
MIT License
96 stars 145 forks source link

Prediction of energy output of a power plant ML model #760

Closed smty2018 closed 11 months ago

smty2018 commented 11 months ago

Is your feature request related to a problem? Please describe.

Want to use neural networks to predict the net hourly electrical energy output (EP) of the plant on the basis of Temperature (T), Ambient Pressure (AP), Relative Humidity (RH) and Exhaust Vacuum (V) features.

Describe the solution you'd like

dataset: Train (1).csv

Describe alternatives you've considered

No response

Additional context

No response

Code of Conduct