# 研究流程 ```graphviz digraph hierarchy { node [shape=box] 專題->{"Convolutional neural network" "Artificial neural network" "PLA"} {rank=same;} // Put them on the same level } ``` ![](https://i.imgur.com/3TYrARz.jpg)