Hour of Code AI sample code
This code is writtern in python3 programming language. Before you get started, make sure you have installed python3 to run the code:
Python download and install link(make sure python is added in your environment)
sklearn library
type this command in your CMD or terminal
pip3 install sklearn
This machine is programmed to decide if a data relates to a male of female.
Data includes height, shoe(foot) size and weight. The machine uses decision tree to make a path for itself, and decides about the input data.
Special thanks to Shiraz university ACM group for holding the conference and jadi(for code).