Perceptron(Artificial Neuron) – Weighted sum of inputs(SUM(Wi*xi)) + bias(b) , feed into an activation function. Output from fn will determine if neuron is fire or
Tag: Machine Learning
Load, clean and explore data with Python Pandas
In machine learning, we need to be able to manipulate our data. And pandas is a good library for this task. To manipulate is to