Skip to content
#

softmax-classifier

Here are 43 public repositories matching this topic...

Classifying fruit types using a deep learning method, namely Convolutional Neural Network (CNN/ConvNet), which is a type of artificial neural network that is generally used in image recognition and processing. And carry out the process of improvement mode with transfer learning.

  • Updated Jul 30, 2022
  • Jupyter Notebook

Compared 3 Machine learning algorithms namely Softmax classification, K nearest neighbours and Multilayer Perceptron using F-1 scoring on Breast Cancer Wisconsin dataset. Used Features based on digitized image of a fine needle aspirate (FNA) of a breast mass. Used Scikit SKLearn to Implement the 3 models.

  • Updated Jan 7, 2022
  • Python

Convolution Neural Network to predict Covid-19. This is a CNN model which predicts whether you have Healthy or you have Coronavirus or you have Pneumonia. I implemented CNN from Scratch and I implemented VGG-16 architecture. This model takes your CT scan report as input and will tell you the result. This Convolutional layer Connects to DeepNeura…

  • Updated Aug 29, 2021
  • Jupyter Notebook

Neural network-based character recognition using MATLAB. The algorithm does not rely on external ML modules, and is rigorously defined from scratch. A report is included which explains the theory, algorithm performance comparisons, and hyperparameter optimization.

  • Updated Aug 19, 2021
  • MATLAB

Improve this page

Add a description, image, and links to the softmax-classifier 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 softmax-classifier topic, visit your repo's landing page and select "manage topics."

Learn more