Git Product home page Git Product logo

basic-perceptron-neural-network's Introduction

Status 

This is a simple Python script that is a perceptron neural network. This is the first version of it and will become increasingly complex as I continue to update this project.

Features

Simple synaptic weights, random seeds, training inputs using the sigmoid derivative. It uses a 3 by 1 matrix. This script will also print the outputs of "synaptic weights after training" and "outputs after training."

You can also set the amount of iterations on line 23. Don't overdo it though or else your computer will be left processing for a while!

Changelog (Version 0.0.3)

Added a new file (neural_net.py) for some minor real world applications. Not super useful but fun to try. Bugs smashed!

Bugs

No known bugs at this time. 

Version Number

Version 0.0.3

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.