Skip to content

josebarross/redesneuronales-tarea1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install Instructions

To run first install python. This was run with Python 3.8.

  • Create and activate virtual enviroment
  • Install dependencies (I installed numpy, matplotlib, sklearn (only for getting the dataset) and pandas, each package has its own dependencies): pip install -r requirements.txt
  • Run: python src/__init__.py

Code structure

  • init.py has the script that uses all functions on the IRIS dataset
  • FFNeuralNetwork.py has class that implements network
  • utils.py has various functions including sigmoid, one_hot_encoding, normalize_data, train_test_split
  • ConfusionMatrix.py has class that implements a confusion matrix

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages