Pinned Loading
-
Machine-Learning-Projects
Machine-Learning-Projects PublicNotebooks from various ML projects
Jupyter Notebook 3
-
-
Java-Programming-Software-Engineering-Fundamentals
Java-Programming-Software-Engineering-Fundamentals Public archive5 Course Software Development Specialization by Duke University on Coursera
-
amadeus-python
amadeus-python PublicForked from amadeus4dev/amadeus-python
Python library for the Amadeus Self-Service travel APIs
Python
-
-
XOR - Backpropagation NN
XOR - Backpropagation NN 1import numpy as np
2#np.random.seed(0)
34def sigmoid (x):
5return 1/(1 + np.exp(-x))
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.