Hattomo/kaikai_AI

<Question> How about changing file directory

Closed this issue · 2 comments

Description

we improve independence of codes and refactor file directory

for example

kaikai-AI

  • dnn
    • main
    • neural network
  • cnn
    • main + convolution neural network
    • convolution layer
    • pooling layer
    • fully connect layer
  • setting
    • parameter(parameter setting file)
    • weight and kernel
    • activation unction
    • loss function
  • datasets
    • dnn
    • cnn
  • analysis tool
  • tests

Check list

  • [ ]

Reference

Please give me your opinions.

done