Skip to content

A small project dedicated to the visualization of ANN learning process and such

Notifications You must be signed in to change notification settings

KienHuynh/ANNVisualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Artificial neural network visualization

This is a project dedicated to visualize ANN and its related processes. It is used for studying purpose, not for real applications.

Files:

  • ClassifyNNSGD_main.py: Provide basic data for classification using ANN. We can tweak the hyper params and change SGD algorithms to see various learning outcomes.
  • ClassifyNNKernel_main.py: Provide basic data to demonstrate the effect of using polynomial kernel on input data. Change the poly order to see how they work out.
  • SGD.py: The main file that offers (stochastic) gradient descent algorithms to train an ANN. Currently, only batch gd is implemented.
  • BasicFunction.py: Basic function for ANNs.
  • Utility.py

Requirements:

About

A small project dedicated to the visualization of ANN learning process and such

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages