This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
CNI
/
NeuralNetwork
Tarkkaile
2
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Puu:
172a3723aa
Branchit
Tagit
master
v1.0
NeuralNetwork
/
python
/
lab
/
neural.py
neural.py
98 B
Historia
Raaka
1
2
3
4
5
6
7
# Hold the network attributes
class
Network
()
:
def
__init__
(self)
:
# TODO
print(
"Created"
)