akshayballal commited on
Commit
d54fb28
2 Parent(s): 736c64e 4acd2cc

Merge branch 'main' of hf.co:spaces/smartbuildings/smart-buildings

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -64,3 +64,11 @@ output:
64
  fault_2: Flag indicating the presence of fault in RTU 2.
65
 
66
  ```
 
 
 
 
 
 
 
 
 
64
  fault_2: Flag indicating the presence of fault in RTU 2.
65
 
66
  ```
67
+
68
+ ### Note:
69
+
70
+ Other branches of this repository contain tested methods for this project, including:
71
+ PCA-based methods (PCA)
72
+ Gaussian Process Regression (Bayesian)
73
+ Long short-term memory model (lstm)
74
+ Hierarchical Temporal Memory (htm)