An open API service indexing awesome lists of open source software.

https://github.com/surajv311/radio-signal-classifier

Project-based learning using TensorFlow library. Classifying signals from dataset.
https://github.com/surajv311/radio-signal-classifier

Last synced: 5 months ago
JSON representation

Project-based learning using TensorFlow library. Classifying signals from dataset.

Awesome Lists containing this project

README

          

# Radio-Signal-Classifier

### The following project uses tensorflow , matplotlib , numpy libraries in the project.
Before cloning and running the project ensure that you have the necessary libraries installed in your environment.
You may install:

```conda install tensorflow```

```conda install numpy ```

```conda install matplotlib```

```conda install scikit-learn```

```pip install livelossplot```