An open API service indexing awesome lists of open source software.

https://github.com/lovesaroha/energy-efficiency-training

Training a keras model to recognize Cooling Load and Heating Load in order to classify incoming bulding features (e.g. wall area, roof area) as input.
https://github.com/lovesaroha/energy-efficiency-training

keras machine-learning python tensorflow

Last synced: 11 months ago
JSON representation

Training a keras model to recognize Cooling Load and Heating Load in order to classify incoming bulding features (e.g. wall area, roof area) as input.

Awesome Lists containing this project

README

          

# Energy-Efficiency-Training
Training a keras model to recognize Cooling Load and Heating Load in order to classify incoming bulding features (e.g. wall area, roof area) as input.

Training data from [machine-learning-databases/00242/ENB2012_data.xlsx](https://archive.ics.uci.edu/ml/machine-learning-databases/00242/ENB2012_data.xlsx)

## Requirements
- Python 3 or higher.

## Packages

### Numpy
```bash
py -m pip install numpy
```

### Tensorflow
```bash
py -m pip install tensorflow
```
### Pandas
```bash
py -m pip install pandas
```

### Sklearn
```bash
py -m pip install sklearn
```

## Start Training
```bash
py training.py
```