Skip to content

RowlandOti/NeuralNetwork-SpamClassification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A simple neural network

  • an implementation of a simple neural network
  • done in Python and Numpy, with no external machine learning framework used
  • understanding spam classification

The purpose of this project was to understand the full architecture of a neural network and to visually break down what's going on while training to recognize spam messages/emails.

DONE:

Setting up:
  • execute command ipython notebook from commandline in the same folder as NeuralNetwork-SpamClassification.ipynb
  • when the broswer is open launch NeuralNetwork-SpamClassification.ipynb
Training:
  • run the cell segments in the vertical order

FURTHER IDEAS:

  • coming soon

About

📖 Understanding Spam Classification using Neural Networks

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published