Skip to content
#

epochs

Here are 36 public repositories matching this topic...

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

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

A neural network is a series of algorithms that endeavors to recognize underlying relationships in a set of data through a process that mimics the way the human brain operates. In this sense, neural networks refer to systems of neurons, either organic or artificial in nature. Neural networks can adapt to changing input; so the network generates …

  • Updated Jun 30, 2021
  • 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