YasiiKB commited on
Commit
4acd2cc
1 Parent(s): 62fe9df

updated readme.md

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)