Releases: AmedBrook/AI-Energy-Mangement-System
Releases · AmedBrook/AI-Energy-Mangement-System
AI-EMS_v1.0.0
Updates :
- New model based on decision tree classification algorithm insted of svm.
- Using tensorflow library to call the being used classifier.
- New dataset is beeing used.
- Updating
src/models/iems.py
package accordingly. - Updating
src/visualization/visualize.py
accordingly.
Results :
- Good performance to classifie non-linear data comparing to
IEMS_v0.1.4
. - 93.3% accuarcy achieved.
AI-EMS_v0.1.4
Update:
- Installing exteranl rquired packages and setting up the project.
- First model based on SVM algorithm.
- Building the classifier structure with Sklearn framework.
- Vizualizing result with Matplotlib 2d plots.