Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zwang4 committed Jul 16, 2018
1 parent 80a1c7d commit 5a30d65
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 @@
![Alt text](documentation/logo.png?raw=true "CrossSense")

# CrossSense
**CrossSense** is an open source framework for for scaling up WiFi sensing to new environments and larger problems. It uses machine learning techniques to address the problem. To reduce the cost of sensing model training data collection, CrossSense employs machine learning to train, off-line, a roaming model to generate, from one set of measurements, synthetic training samples for each target environment.
To scale up to a larger problem size, CrossSense adopts a mixture-of-experts approach where multiple specialized sensing models, or experts, are used to capture the mapping from diverse WiFi inputs to the desired outputs.
**CrossSense** is an open source framework for scaling up WiFi sensing to new environments and larger problems. It uses machine learning techniques to address the problem. To reduce the cost of sensing model training data collection, CrossSense employs machine learning to train, *off-line*, a roaming model to generate, from one set of measurements, synthetic training samples for each target environment.
To scale up to a larger problem size, CrossSense adopts a mixture-of-experts approach where multiple specialized sensing models, or *experts*, are used to capture the mapping from diverse WiFi inputs to the desired outputs.

# Prerequisites
**CrossSense** is built upon the python [scikit-learn](http://scikit-learn.org) machine learning package.
Expand Down

0 comments on commit 5a30d65

Please sign in to comment.