This repository contains different Deep Learning models with many different datasets and different tasks.
You can train and test different Python Keras Deep Learning models for different tasks and datasets!
The models are/can be trained on different datasets. For now, there are:
Image Classification
Time-Series Regression
Clone this repository:
git clone https://github.com/gobbez/DeepLearningModels.gitGo to the folder and activate virtual environment:
cd DeepLearningModelsInstall Python modules:
pip install -r requirements.txtTake one model, explore its code or use it! Have fun!
The objective is to collect as many different datasets and possible tasks in order to improve!
For the moment, I'm using either my pc CPU or Google Colab with TPU.
Every Deep Learning model will be done with Keras (and Tensorflow backend).
There are different, high performance models, that you can train, test and use for your needs! 💥