-
Notifications
You must be signed in to change notification settings - Fork 120
Open
Description
for i range(1, self.rl+1): should be for i in range(1, self.rl+1):
self.oa[i] self.sigmoid(np.dot(self.w, hs)) should be self.oa[i] = self.sigmoid(np.dot(self.w, hs))
def LoadText(): had a space before it that caused an error. The following lines in the function had
similar issues
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels