CRFO
HomeDatasetsBecome a Member
  • Collaborative Radio Frequency Observatory (CRFO)
  • CRFO Map
  • Datasets
    • Shadow Lab App
    • RF Signal Classification - Dataset generated using Deep Radio
    • RF Signal Classification - Dataset generated using Cell Towers
    • Spectrum Monitoring Measurements
    • 5-Nines Radio - Datasets
    • LTE Band 40 Measurements
    • GSM Measurements
  • Latest News!
  • CRFO
    • Measurement Locations
    • Measurement System
    • Current Members
    • How to Join?
    • How to Take Measurements?
    • How to Access Measurement Data?
  • Application of CRFO
    • Academic Purposes
    • Industrial Applications
  • Frequency Allocation in India
    • Frequency Allocation Chart
    • Spectrum Allocation Table (Cellular Bands)
    • Indian Spectrum Map
    • Telecom Statistics India-2020
  • Machine Learning Tools
    • ML Tools
    • Convolutional Neural Networks (CNN)
    • Python Programming
  • Dynamic Spectrum Access
    • Data Visualization
  • Channel Prediction
    • Wireless Channels
    • Channel Prediction
  • Anout Us
    • FAQs
    • Contact Us
    • Acknowledgements
    • Related Links
Powered by GitBook
On this page
  • TensorFlow
  • Keras
  • TFLearn
  1. Machine Learning Tools

ML Tools

TensorFlow

TensorFlow is an open-source software library that is used mainly for Machine Learning. It is an ecosystem of tools, libraries, and community resources that lets us easily deploy applications that use ML and in our case Neural Networks.It can be used with some high-level APIs like Keras and TFLearn to build and train models intuitively and with simple code.

Keras

Keras is an open-source neural networks library in Python. It can be used on top of TensorFlow. It greatly simplifies the code to build and train a neural network model. It is a faster and user-friendly way to run experiments in deep learning. It offers simple high-level APIs and reduces the number of user actions required for common use cases. It also helps in debugging by providing clear error messages.

TFLearn

Just like Keras, TFLearn is another open-source deep learning library that provides high-level APIs for building neural networks. Unlike Keras which can be run on other platforms, TFLearn is meant specifically for TensorFlow. It is used for faster experimentation using TensorFlow. The TFLearn code to build and train a neural network model is simple and easy to understand.

PreviousTelecom Statistics India-2020NextConvolutional Neural Networks (CNN)

Last updated 4 years ago