I’ve met following statement in python numpy library
Z = inputs @ self.weights[1:].T + + self.weights[0]
I don’t understand exactly what does in mean in this line of code
I’ve made researchtations and did not found proper explanation
New contributor
graluc is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.