• Stars
    star
    314
  • Rank 132,582 (Top 3 %)
  • Language
    Python
  • License
    MIT License
  • Created about 6 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

wdcnn轴承故障模型

论文题目:基于卷积神经网络的轴承故障诊断算法研究_张伟

  • main为wdcnn卷积神经网络主文件,运行它就可以得出结果
  • preprocess为预处理文件,主要实现制作数据集的功能
  • 日志文件保存在logs里面,通过启动tensorboard查看
  • wdcnn.png为卷积神经网络的结构图像
  • 我只实现了第三章的内容,剩下的没有做