Skip to content

Typos in code #1

@lluflliks

Description

@lluflliks

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions