Skip to content
#

epochs

Here are 36 public repositories matching this topic...

Hand Gesture Recognition and Modification was based on transfer learning Inception v3 model using Keras with Tensorflow backend trained on 4 classes - rock, paper, scissors, and nothing hand signs. The final trained model resulted in an accuracy of 97.05%. The model was deployed using Streamlit on Heroku Paas.

  • Updated Mar 3, 2021
  • Jupyter Notebook

As the learning rate is one of the most important hyper-parameters to tune for training convolutional neural networks. In this paper, a powerful technique to select a range of learning rates for a neural network that named cyclical learning rate was implemented with two different skewness degrees. It is an approach to adjust where the value is c…

  • Updated Jan 19, 2019
  • Jupyter Notebook

This repository includes my Chest X-Ray Deep Learning-Flatiron School Module 4 Project. For this project, I made use of OS to access the data. The Pandas, NumPy, Matplotlib, Seaborn, and Plotly libraries were used to explore the data. Keras was used to build the image classifier.

  • Updated Aug 10, 2020
  • Jupyter Notebook

The main concentration of this project lies on image calssification using traditional CNN(Convolution Neural Networks), and also a couple of "BASE MODELS" such as "RestNet50", "DenseNet121" and "EfficientNetB0" that upgraded the performance of our CNN, followed by the Fully Connected NN, that we are using to train our model on.

  • Updated Jul 7, 2023
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the epochs topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the epochs topic, visit your repo's landing page and select "manage topics."

Learn more