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.
- Host: GitHub
- URL: https://github.com/surajv311/radio-signal-classifier
- Owner: Surajv311
- Created: 2020-06-08T15:44:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-13T03:37:05.000Z (about 5 years ago)
- Last Synced: 2025-04-04T00:04:52.622Z (6 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 3.15 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```