Skip to content

'module' object is not callable #18

@sakib160205029

Description

@sakib160205029

I'm new to python.
I'm getting this error when I run classify.py

TypeError Traceback (most recent call last)
in
29 # creating the hidden layer of neurons
30 for i in range(n):
---> 31 neuron(a)
32 layer2.append(a)
33

TypeError: 'module' object is not callable

please help me solve this error

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