Skip to content

Latest commit

 

History

History
13 lines (6 loc) · 418 Bytes

File metadata and controls

13 lines (6 loc) · 418 Bytes

DATA-AI

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