Some Data and AI codes to manage datas, play little games like tic-tac-toe (all with Python)
-
tictactoe : play against the computer
-
sudoku : coded with cp_solver, the code produces a random configuration and gives the solution
-
Apriori : takes lists of lists argument to find the peers (Data analyse)
-
KNN Algorithm : data analysis, based on apprenticeship to predic the type of an input element