Skip to content

Commit

Permalink
Updated the README file
Browse files Browse the repository at this point in the history
  • Loading branch information
suppathak committed Nov 17, 2021
1 parent 24cac9c commit 0ba4ed3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# HTM-Applications

The Hierarchical Temporal Memory (HTM) algorithm is based on the well understood principles and core building blocks of the [Thousand Brains Theory](https://link.springer.com/content/pdf/10.1007/s42452-021-04715-0.pdf), which is the core-model based, sensory-motor framework of intelligence putting together the neuroscience research developed at [Numenta](https://numenta.com/) founded by Jeff hawkings. It aims to reflect the functioning of the human cortex. It focusses on three main properties: _sequence learning_, _continual learning_, and _sparse distributed representations_.
The Hierarchical Temporal Memory (HTM) algorithm is based on the well understood principles and core building blocks of the [Thousand Brains Theory](https://link.springer.com/content/pdf/10.1007/s42452-021-04715-0.pdf), which is the core-model based, sensory-motor framework of intelligence putting together the neuroscience research developed at [Numenta](https://numenta.com/) founded by Jeff Hawkings. It aims to reflect the functioning of the human cortex. It focuses on three main properties: _sequence learning_, _continual learning_, and _sparse distributed representations_.

The project aims to explore the applications of HTM primarily focussing on [Anomaly Detection](https://numenta.com/assets/pdf/whitepapers/Numenta%20White%20Paper%20-%20Science%20of%20Anomaly%20Detection.pdf) technique.
This project aims to explore the applications of HTM, specifically its [Anomaly Detection](https://numenta.com/assets/pdf/whitepapers/Numenta%20White%20Paper%20-%20Science%20of%20Anomaly%20Detection.pdf) technique, in the AIOps domain.


Project Organization
Expand Down

0 comments on commit 0ba4ed3

Please sign in to comment.