Skip to content

chenxingwei/deep_learning_from_scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

deep_learning_from_scratch

Introduction

In this repository, I will gradually implement some freqently used deep learning algorithms from scratch, including alogrithms and applications. This would include both the intuitive of the algorithms, and the mathematics bebind. Just ignore the math part if it troubles you.

This repository will using Python, not using machine learning or deep learning package such as sklearn, tensorflow etc. But instead we will use Numpy to facilitate numerical computation. This repository will be written using English, if you find your English or my English to understand, please check the Chinese repository-中文版.

Algorithm Index

  1. Neuron

    Description: This is a brief introduction of neuron.

  2. Neural networks with single neuron

    Codes:

  3. Neural networks with single layer

    Codes:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published