View on GitHub

Deep Learning for Tropospheric Ozone Predictions

Ashish D'Souza's Masters of Technology Diploma (MTD)

download .ZIPdownload .TGZ

Deep Learning for Tropospheric Ozone Predictions

January 18th, 2019

The POLYTECH MTD is a senior capstone project that requires students to utilize the skills they acquired in their CTE pathway. My MTD, Deep Learning for Tropospheric Ozone Predictions, involves using a variety of software programs to develop a predictive machine learning algorithm with deep neural networks that has the ability to accurately forecast ground-level ozone.

Getting Started

This MTD is an entirely software-based product, requiring no additional physical hardware other than the basics to run the program.

Prerequisites

What needs to be done before installing and executing the software.

Installation

The following installation procedures will give a comprehensive walkthrough depending on your operating system.

Linux/Unix

  1. Install and update packages
    apt-get update --fix-missing -y
    apt-get dist-upgrade -y
    apt-get autoremove -y
    apt-get autoclean -y
    
  2. Install additional packages (if not already installed)
    apt-get install python3 wget
    
  3. Install Python packages
    pip install --upgrade tensorflow numpy pandas sodapy
    pip3 install --upgrade tensorflow numpy pandas sodapy
    
  4. Clone the repository: git clone https://github.com/computer-geek64/MTD
  5. Execute Main.py

Windows

  1. Download latest Python 3.6.* (Python 3.6.7)
  2. Install Python 3.6, and make sure to install pip as well
  3. Install Python packages
    pip install --upgrade tensorflow numpy pandas sodapy
    pip3 install --upgrade tensorflow numpy pandas sodapy
    
  4. Download the repository
  5. Extract the repository
  6. Execute Main.py

Mac OS X

  1. Needs updating

Deployment

Execution

Functionality

Explain each function of the accessible virtual keyboard

Built With

Contributing

Please read the CONTRIBUTING.md file for details on my code of conduct and pull request policy.

Versioning

This project uses git version control.

Developers

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for detaills.

Acknowledgements