Git Product home page Git Product logo

neural-network-from-srcatch's Introduction

Neural Network from Scratch

This is a configurable neural network from scratch. Configurable parameters include the activation layers, number of layers, neurons per layer, type of gradient descent, type of learning rate, number of iterations and loss function.

Environment

=> Note : This project was done using python3 in a python venv environment. The OS used was WSL2.

Installation

1. Run

pip install -r requirements.txt

to install. Note you must be in the root directory.

How To Use

1. Navigate to the src directory

cd src/

2. Run the main.py file by typing following command

python3 main.py

3. Fill in your parameter as instructed and press enter. The neural net you created will train using the wisconsin breast cancer dataset.

4. Results will be printed on screen and saved in the /Results directory in a numpy file format.

neural-network-from-srcatch's People

Contributors

tunjii10 avatar

Watchers

Kostas Georgiou avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.