Perceptron/oneNeuron
First basic coding for ANN(artificial neural network) basic implementation.
commands used for again and again git updation.
git add . && git commit -m "your message" && git push origin main
for making a copy from reseach notebook to the present directory in which you are working to run all the code using utils and present modules cp Research\ Notebooks/Demo.ipynb .