Skip to content
#

cross-entropy-loss

Here are 55 public repositories matching this topic...

In the project, the aim is to generate new song lyrics based on the artist’s previously released song’s context and style. We have chosen a Kaggle dataset of over 57,000 songs, having over 650 artists. The dataset contains artist name, song name, a link of the song for reference & lyrics of that song. We tend to create an RNN character-level la…

  • Updated May 17, 2020
  • Python

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

I implemented a CNN to train and test a handwritten digit recognition system using the MNIST dataset. I also read the paper “Backpropagation Applied to Handwritten Zip Code Recognition” by LeCun et al. 1989 for more details, but my architecture does not mirror everything mentioned in the paper. I also carried out a few experiments such as adding…

  • Updated Jul 7, 2022
  • Jupyter Notebook
Chest-X-Ray-Effusion-Detection-using-CNN-ResNet

In this X-ray classification assignment, we built a deep learning model to classify chest X-ray images into "nofinding" and "effusion" classes. We tackled challenges like data augmentation, imbalanced classes, and used weighted cross-entropy to improve model performance. The goal was to identify abnormalities with high accuracy.

  • Updated Jul 23, 2023
  • Jupyter Notebook

Machine Learning: Regression and Classification. Andrew presents a course in introduction to machine learning, with practice in regression and classification for the first and second course, and the third course focuses on recommender systems and reinforcement learning.

  • Updated Mar 12, 2024
  • Jupyter Notebook

Improve this page

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

Learn more