Skip to content

0w8States/deep-learning-numpy-stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The numpy stack tool-set

The Numpy stack is a combination of tools used for deep learning and machine learning problems. It is made up of five different libraries within python to provide tools for doing calculus, linear algebra, and probability. This repository has some basic samples for using these tool-sets for machine learning projects.

Numpy Samples

  • matrix multiplication speed test

  • matrix dot product speed test

Matplotlib Samples

  • plotting for various charts

  • plotting images

  • plotting a dataset with an XOR logic gate

Pandas Samples

  • importing datasets from CSV

  • generating datasets to CSV

Scipy Samples

  • Image processing - blur filter application

  • Image processing - edge detection application

SciKit-Learn Samples

  • Classification using Ensemble model (Random Forest)
  • Regression using Ensemble model (Random Forest)
  • Classification using MLP deep learning neural network
  • Classification using Support Vector Machine

About

Samples for the numpy stack of libraries used in Deep Learning applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages