Skip to content

Practicing machine learning by training a neural network to play connect four

Notifications You must be signed in to change notification settings

neuython/ML_connect_four

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

ML_connect_four

Practicing machine learning by training a neural network to play connect four

Next task (We, 23.05.2019, 20:00)

Write a neural network class with the following properties:

  • The neural network can feed forward
  • You can set the inputs
  • You can read the outputs
  • You can set the weights
  • You can set the number of input neurons, hidden neurons and output neurons
  • There is one hidden layer
  • The neurons use a sigmoid function as their activation function
  • The activation function must be easily replaceable

About

Practicing machine learning by training a neural network to play connect four

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%