Posts by Guido Garcia D Angelo • 45 points
2 posts
-
2
votes1
answer1375
viewsQ: Scalar product
Objective: To make a neuron using the load of weights and inputs from an xlsx The scalar product has been calculated in several ways as exercise, but when I try to use the dot gives error. the…
-
2
votes1
answer842
viewsQ: Pandas Settingwithcopywarning: A value is trying to be set on a copy of a Slice from a Dataframe
I want to copy an element of a dataframe and insert it into another dataframe. In essence there is a dataframe with name x area and another that I need to load with the data of the area, from the…