xor-neural-network
There are 38 repositories under xor-neural-network topic.
dlidstrom/NeuralNetworkInAllLangs
Vanilla neural network implemented in all major languages
Frixoe/xor-neural-network
A simple Neural Network that learns to predict the XOR logic gates.
shayanalibhatti/Coding-neural_network-for-XOR-logic-from-scratch
In this repository, I implemented a proof of concept of all my theoretical knowledge of neural network to code a simple neural network for XOR logic function from scratch without using any machine learning library
reddragonnm/neatpy
A NEAT library in Python
neemiasbsilva/machine-learning-algorithm
Some algorithms of machine learning like Regression, Cluster, Deep Learning, and much more.
sushantPatrikar/XOR-Gate-With-Neural-Network-Using-Numpy
XOR gate which predicts the output using Neural Network :fire:
Nikronic/Artificial-Neural-Networks
Projects of the course Artificial Neural Networks by Dr. Mozayani - Fall 2019
prakHr/NeuralNetworksAndFuzzyLogic
[College Course] - Course: BITS F312 Neural Network and Fuzzy Logic
Vinetos/neural-network-xor
Implements a neural network learning XOR gate in your favourite languages !
9rince/neural_nets
exercises with neural nets
IvanovskyOrtega/Neural-Networks
Many different Neural Networks in Python Language. This repository is an independent work, it is related to my 'Redes Neuronales' repo, but here I'll use only Python.
kinoute/l-layers-xor-neural-network
A L-Layers XOR Neural Network using only Python and Numpy that learns to predict the XOR logic gates.
melchisedech333/xor-neural-network
🤖 Artificial intelligence (neural network) proof of concept to solve the classic XOR problem. It uses known concepts to solve problems in neural networks, such as Gradient Descent, Feed Forward and Back Propagation.
vernikagupta/Deep_Learning_with_Maths
Complete introduction to deep learning with various architechtures. Maths involved is also included. Code samples for building architechtures is included using keras. This repo also includes implementation of Logical functions AND, OR, XOR.
cgera13/XOR-Neural-Network
Simulation of an XOR neural network that provides 100% classification using the Backpropagation learning algorithm
DavidCoroama/xorai
A basic neural network written in C++ that can calculate the expected output of an xor between two numbers.
gentaiscool/multi-layer-perceptron
Implementation of multi-layer perceptron neural network
itsron143/Neural-Network-XOR
Using BackPropagation Algorithm to solve XOR.
Lennart2001/XOR-Deep-Net
A Deep Neural Network that is able to accurately mimic an XOR gate. The goal of the Deep Network is to classify the input patterns according to the XOR truth table.
UtkarshAgrawalDTU/XOR-NeuralNetwork
Implementation of XOR Logic Gate using Simple Neural Network (Algorithm : Gradient Descent)
viktorlott/NeuralNetwork
My First homemade neural network
yashsmehta/XOR-jax
Simple toy neural networks in JAX solving XOR
YayIguess/XOR_nn
Neural network to compute XOR values in C using only the standard libraries
yusufocaliskan/rust-neural-network
A simple neural network in Rust to solve the XOR problem.
amrsaif/r-language-concept-codes
Proof-of-concept R codes: XOR neural network, circle packing algorithm, real-time graphing, Monte Carlo simulation
cr7anand/ist597-deep-learning
course assignments
HarugumoFM/XORNet
TorchSharpのClassのLoad、Saveのテスト
mkhalai/XOR-Multi-layer-Perceptron
A multi-layer perceptron implementation using python and numpy for the XOR problem.
RitiKumari/XOR_Gate-NeuralNetwork
This project describes the XOR logical gate using the neural network. The output has been generated using the sigmoid and binary activation function.
v-bonilla/machine-learning-with-tensorflow_bachelor-thesis
Bachelor Thesis
Yukti-09/Artificial-Neural-Networks
Implementation of Artificial Neural Networks in MATLAB and Python.
alvations/ixora
Looking at XOR
Jeffresh/perceptron-XOR
Classifier using the percetron to simulate the XOR gate
kenplix/XORProblem
Simple neural network for solution this task
rishav08/MLPClassifier_XOR
Implemented Scikit MLP classifier to train XOR operation using single hidden layer of two Perceptron