Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/anibalalpizar/python-deep-learning-temperature-converter

Celsius to Fahrenheit converter using Python and deep learning.
https://github.com/anibalalpizar/python-deep-learning-temperature-converter

deep-learning deep-neural-networks python tensorflow

Last synced: 16 days ago
JSON representation

Celsius to Fahrenheit converter using Python and deep learning.

Awesome Lists containing this project

README

        

# Python Deep Learning Temperature Converter

This project implements a Celsius to Fahrenheit converter using deep learning techniques in Python with TensorFlow. The model utilizes a dense layer with one unit to perform the temperature conversion.

## Installation

1. Clone the repository or download the files.

2. Ensure that you have Python and the required libraries installed. You can install the dependencies using the following command:

``pip install tensorflow numpy matplotlib``

3. Run the `main.py` script to train the deep learning model and make temperature conversion predictions.

## Usage

The `main.py` script contains the main code of the project. When executed, the model will be trained using a predefined set of Celsius and Fahrenheit data. Subsequently, a plot of the loss magnitude during training will be displayed.

After training, the deep learning model can be used to make temperature conversion predictions by providing input values in Celsius.

## Contributions

Contributions are welcome. If you encounter any issues or have ideas for improvements, feel free to open an issue or submit a pull request.