Skip to content

shalinis602/Deep-ML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep-ML

This repository contains my solutions to ML Code Challenges on Deep-ML.com.

Index

  • Calculate 2x2 Matrix Inverse (medium) [Link] [Code]
  • Calculate Accuracy Score (easy) [Link] [Code]
  • Calculate Covariance Matrix (medium) [Link] [Code]
  • Calculate Eigenvalues of a Matrix (medium) [Link] [Code]
  • Calculate Mean by Row or Column (easy) [Link] [Code]
  • Feature Scaling Implementation (easy) [Link] [Code]
  • Linear Regression Using Gradient Descent (easy) [Link] [Code]
  • Linear Regression Using Normal Equation (easy) [Link] [Code]
  • Matrix times Vector (easy) [Link] [Code]
  • Matrix Transformation (medium) [Link] [Code]
  • Principal Component Analysis (PCA) Implementation (medium) [Link] [Code]
  • Reshape Matrix (easy) [Link] [Code]
  • Scalar Multiplication of a Matrix (easy) [Link] [Code]
  • Single Neuron (easy) [Link] [Code]
  • Solve Linear Equations using Jacobi Method (medium) [Link] [Code]
  • Transpose of a Matrix (easy) [Link] [Code]

Releases

No releases published

Packages

No packages published

Languages