{ "export": [ "tensor.json" ], "keywords": [], "children": [ { "神经网络基础知识": { "keywords": [], "children": [ { "人工智能发展历史": { "keywords": [], "children": [], "node_id": "python-5-1017" } }, { "神经元": { "keywords": [], "children": [], "node_id": "python-5-1018" } }, { "BP神经网络": { "keywords": [], "children": [], "node_id": "python-5-1019" } }, { "梯度下降": { "keywords": [], "children": [], "node_id": "python-5-1020" } }, { "激励函数": { "keywords": [], "children": [], "node_id": "python-5-1021" } }, { "过拟合、欠拟合": { "keywords": [], "children": [], "node_id": "python-5-1022" } }, { "优化器Optimizer": { "keywords": [], "children": [], "node_id": "python-5-1023" } }, { "常用开发工具": { "keywords": [], "children": [], "node_id": "python-5-1024" } } ], "node_id": "python-4-1317" } }, { "环境配置": { "keywords": [], "children": [ { "Windows搭建深度学习环境": { "keywords": [], "children": [], "node_id": "python-5-1025" } }, { "Linux搭建深度学习环境": { "keywords": [], "children": [], "node_id": "python-5-1026" } }, { "MacOS搭建深度学习环境": { "keywords": [], "children": [], "node_id": "python-5-1027" } }, { "CPU/GPU环境搭建": { "keywords": [], "children": [], "node_id": "python-5-1028" } } ], "node_id": "python-4-1318" } }, { "Theano": { "keywords": [], "children": [ { "Theano基础知识": { "keywords": [], "children": [], "node_id": "python-5-1029" } }, { "定义Layer": { "keywords": [], "children": [], "node_id": "python-5-1030" } }, { "CNN": { "keywords": [], "children": [], "node_id": "python-5-1031" } }, { "RNN(GRU/LSTM)": { "keywords": [], "children": [], "node_id": "python-5-1032" } }, { "Autoencoder": { "keywords": [], "children": [], "node_id": "python-5-1033" } }, { "神经网络参数保存": { "keywords": [], "children": [], "node_id": "python-5-1034" } }, { "神经网络性能评价": { "keywords": [], "children": [], "node_id": "python-5-1035" } } ], "node_id": "python-4-1319" } }, { "TensorFlow": { "keywords": [], "children": [ { "TensorFlow基础知识": { "keywords": [], "children": [], "node_id": "python-5-1036" } }, { "Tensor": { "keywords": [], "children": [], "node_id": "python-5-1037" } }, { "Session": { "keywords": [], "children": [], "node_id": "python-5-1038" } }, { "Variable": { "keywords": [], "children": [], "node_id": "python-5-1039" } }, { "Placeholder": { "keywords": [], "children": [], "node_id": "python-5-1040" } }, { "Dropout": { "keywords": [], "children": [], "node_id": "python-5-1041" } }, { "Tensorboard": { "keywords": [], "children": [], "node_id": "python-5-1042" } }, { "CNN": { "keywords": [], "children": [], "node_id": "python-5-1043" } }, { "RNN(GRU/LSTM)": { "keywords": [], "children": [], "node_id": "python-5-1044" } }, { "Autoencoder": { "keywords": [], "children": [], "node_id": "python-5-1045" } }, { "GNN": { "keywords": [], "children": [], "node_id": "python-5-1046" } }, { "神经网络参数保存": { "keywords": [], "children": [], "node_id": "python-5-1047" } }, { "神经网络性能评价": { "keywords": [], "children": [], "node_id": "python-5-1048" } } ], "node_id": "python-4-1320" } }, { "Keras": { "keywords": [], "children": [ { "Keras基础语法": { "keywords": [], "children": [], "node_id": "python-5-1049" } }, { "兼容Backend": { "keywords": [], "children": [], "node_id": "python-5-1050" } }, { "函数模型和序列模型": { "keywords": [], "children": [], "node_id": "python-5-1051" } }, { "定义Layer": { "keywords": [], "children": [], "node_id": "python-5-1052" } }, { "CNN": { "keywords": [], "children": [], "node_id": "python-5-1053" } }, { "RNN(GRU/LSTM)": { "keywords": [], "children": [], "node_id": "python-5-1054" } }, { "Autoencoder": { "keywords": [], "children": [], "node_id": "python-5-1055" } }, { "GNN": { "keywords": [], "children": [], "node_id": "python-5-1056" } }, { "迁移学习": { "keywords": [], "children": [], "node_id": "python-5-1057" } }, { "BiLSTM-Attention": { "keywords": [], "children": [], "node_id": "python-5-1058" } }, { "生成对抗网络GAN": { "keywords": [], "children": [], "node_id": "python-5-1059" } }, { "神经网络参数保存": { "keywords": [], "children": [], "node_id": "python-5-1060" } }, { "神经网络性能评价": { "keywords": [], "children": [], "node_id": "python-5-1061" } } ], "node_id": "python-4-1321" } }, { "PyTorch": { "keywords": [], "children": [ { "PyTorch基础知识": { "keywords": [], "children": [], "node_id": "python-5-1062" } }, { "Tensor": { "keywords": [], "children": [], "node_id": "python-5-1063" } }, { "Variable": { "keywords": [], "children": [], "node_id": "python-5-1064" } }, { "定义Layer": { "keywords": [], "children": [], "node_id": "python-5-1065" } }, { "可视化": { "keywords": [], "children": [], "node_id": "python-5-1066" } }, { "CNN(TextCNN)": { "keywords": [], "children": [], "node_id": "python-5-1067" } }, { "RNN(GRU/LSTM)": { "keywords": [], "children": [], "node_id": "python-5-1068" } }, { "Autoencoder": { "keywords": [], "children": [], "node_id": "python-5-1069" } }, { "GNN/GCN": { "keywords": [], "children": [], "node_id": "python-5-1070" } }, { "迁移学习": { "keywords": [], "children": [], "node_id": "python-5-1071" } }, { "生成对抗网络GAN": { "keywords": [], "children": [], "node_id": "python-5-1072" } }, { "神经网络参数保存": { "keywords": [], "children": [], "node_id": "python-5-1073" } }, { "神经网络性能评价": { "keywords": [], "children": [], "node_id": "python-5-1074" } } ], "node_id": "python-4-1322" } }, { "强化学习": { "keywords": [], "children": [ { "强化学习概念": { "keywords": [], "children": [], "node_id": "python-5-1075" } }, { "Q-Learning": { "keywords": [], "children": [], "node_id": "python-5-1076" } }, { "Sarsa": { "keywords": [], "children": [], "node_id": "python-5-1077" } }, { "DQN(Deep Q Network)": { "keywords": [], "children": [], "node_id": "python-5-1078" } }, { "Policy Gradients": { "keywords": [], "children": [], "node_id": "python-5-1079" } }, { "Actor Critic": { "keywords": [], "children": [], "node_id": "python-5-1080" } } ], "node_id": "python-4-1323" } } ], "node_id": "python-3-246" }