Skip to content
#

mean-squared-error

Here are 44 public repositories matching this topic...

Neural Network implemented with different Activation Functions i.e, sigmoid, relu, leaky-relu, softmax and different Optimizers i.e, Gradient Descent, AdaGrad, RMSProp, Adam. You can choose different loss functions as well i.e, cross-entropy loss, hinge-loss, mean squared error (MSE)

  • Updated Aug 15, 2022
  • Jupyter Notebook

This repository contains a Jupyter Notebook that implements PCA (Principal Component Analysis) from scratch for facial recognition. It demonstrates the steps involved in PCA, including eigenface computation and accuracy comparisons for different components.

  • Updated May 24, 2023
  • Jupyter Notebook

A Python implementation of Gradient Descent for solving Multiple Linear Regression. This project demonstrates how the algorithm is used to minimize the Mean Squared Error (MSE) cost function and optimize the regression coefficients.

  • Updated Dec 9, 2024
  • Jupyter Notebook

Improve this page

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

Learn more