├── README.md ├── data └── readme.md ├── introduction ├── main.py ├── models ├── GaussianNB.pkl ├── RandomForest.pkl ├── knn.pkl └── readme.md └── utils ├── .history ├── helper_20210303151626.py ├── helper_20210303151627.py ├── helper_20210303151628.py ├── helper_20210303151639.py ├── helper_20210303151656.py ├── helper_20210303151659.py ├── helper_20210303151820.py ├── helper_20210303151916.py ├── helper_20210303151949.py ├── helper_20210303152107.py ├── helper_20210303152111.py ├── helper_20210303152129.py ├── helper_20210303152154.py ├── helper_20210303152155.py ├── helper_20210303152157.py ├── helper_20210303152203.py ├── helper_20210303152211.py ├── helper_20210303152242.py ├── helper_20210303152246.py ├── helper_20210303152249.py ├── helper_20210303152251.py └── helper_20210303152258.py ├── .ipynb_checkpoints ├── add_noise-checkpoint.ipynb ├── filters-checkpoint.ipynb └── imbalance-datasets-checkpoint.ipynb ├── __pycache__ ├── augment.cpython-36.pyc ├── augment.cpython-37.pyc ├── feature.cpython-37.pyc ├── helper.cpython-37.pyc └── pytorchtools.cpython-37.pyc ├── augment.py ├── feature.py └── pytorchtools.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBT0524/diagnose_fault_by_vibration/HEAD/README.md -------------------------------------------------------------------------------- /data/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBT0524/diagnose_fault_by_vibration/HEAD/data/readme.md -------------------------------------------------------------------------------- /introduction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBT0524/diagnose_fault_by_vibration/HEAD/introduction -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBT0524/diagnose_fault_by_vibration/HEAD/main.py -------------------------------------------------------------------------------- /models/GaussianNB.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBT0524/diagnose_fault_by_vibration/HEAD/models/GaussianNB.pkl -------------------------------------------------------------------------------- /models/RandomForest.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBT0524/diagnose_fault_by_vibration/HEAD/models/RandomForest.pkl -------------------------------------------------------------------------------- /models/knn.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBT0524/diagnose_fault_by_vibration/HEAD/models/knn.pkl -------------------------------------------------------------------------------- /models/readme.md: -------------------------------------------------------------------------------- 1 | # 训练好的模型保存的地方 2 | -------------------------------------------------------------------------------- /utils/.history/helper_20210303151626.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /utils/.history/helper_20210303151627.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBT0524/diagnose_fault_by_vibration/HEAD/utils/.history/helper_20210303151627.py -------------------------------------------------------------------------------- /utils/.history/helper_20210303151628.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBT0524/diagnose_fault_by_vibration/HEAD/utils/.history/helper_20210303151628.py -------------------------------------------------------------------------------- /utils/.history/helper_20210303151639.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBT0524/diagnose_fault_by_vibration/HEAD/utils/.history/helper_20210303151639.py -------------------------------------------------------------------------------- /utils/.history/helper_20210303151656.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBT0524/diagnose_fault_by_vibration/HEAD/utils/.history/helper_20210303151656.py -------------------------------------------------------------------------------- /utils/.history/helper_20210303151659.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBT0524/diagnose_fault_by_vibration/HEAD/utils/.history/helper_20210303151659.py -------------------------------------------------------------------------------- /utils/.history/helper_20210303151820.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBT0524/diagnose_fault_by_vibration/HEAD/utils/.history/helper_20210303151820.py -------------------------------------------------------------------------------- /utils/.history/helper_20210303151916.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBT0524/diagnose_fault_by_vibration/HEAD/utils/.history/helper_20210303151916.py -------------------------------------------------------------------------------- /utils/.history/helper_20210303151949.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBT0524/diagnose_fault_by_vibration/HEAD/utils/.history/helper_20210303151949.py -------------------------------------------------------------------------------- /utils/.history/helper_20210303152107.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBT0524/diagnose_fault_by_vibration/HEAD/utils/.history/helper_20210303152107.py -------------------------------------------------------------------------------- /utils/.history/helper_20210303152111.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBT0524/diagnose_fault_by_vibration/HEAD/utils/.history/helper_20210303152111.py -------------------------------------------------------------------------------- /utils/.history/helper_20210303152129.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBT0524/diagnose_fault_by_vibration/HEAD/utils/.history/helper_20210303152129.py -------------------------------------------------------------------------------- /utils/.history/helper_20210303152154.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBT0524/diagnose_fault_by_vibration/HEAD/utils/.history/helper_20210303152154.py -------------------------------------------------------------------------------- /utils/.history/helper_20210303152155.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBT0524/diagnose_fault_by_vibration/HEAD/utils/.history/helper_20210303152155.py -------------------------------------------------------------------------------- /utils/.history/helper_20210303152157.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBT0524/diagnose_fault_by_vibration/HEAD/utils/.history/helper_20210303152157.py -------------------------------------------------------------------------------- /utils/.history/helper_20210303152203.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBT0524/diagnose_fault_by_vibration/HEAD/utils/.history/helper_20210303152203.py -------------------------------------------------------------------------------- /utils/.history/helper_20210303152211.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBT0524/diagnose_fault_by_vibration/HEAD/utils/.history/helper_20210303152211.py -------------------------------------------------------------------------------- /utils/.history/helper_20210303152242.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBT0524/diagnose_fault_by_vibration/HEAD/utils/.history/helper_20210303152242.py -------------------------------------------------------------------------------- /utils/.history/helper_20210303152246.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBT0524/diagnose_fault_by_vibration/HEAD/utils/.history/helper_20210303152246.py -------------------------------------------------------------------------------- /utils/.history/helper_20210303152249.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBT0524/diagnose_fault_by_vibration/HEAD/utils/.history/helper_20210303152249.py -------------------------------------------------------------------------------- /utils/.history/helper_20210303152251.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBT0524/diagnose_fault_by_vibration/HEAD/utils/.history/helper_20210303152251.py -------------------------------------------------------------------------------- /utils/.history/helper_20210303152258.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBT0524/diagnose_fault_by_vibration/HEAD/utils/.history/helper_20210303152258.py -------------------------------------------------------------------------------- /utils/.ipynb_checkpoints/add_noise-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBT0524/diagnose_fault_by_vibration/HEAD/utils/.ipynb_checkpoints/add_noise-checkpoint.ipynb -------------------------------------------------------------------------------- /utils/.ipynb_checkpoints/filters-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBT0524/diagnose_fault_by_vibration/HEAD/utils/.ipynb_checkpoints/filters-checkpoint.ipynb -------------------------------------------------------------------------------- /utils/.ipynb_checkpoints/imbalance-datasets-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBT0524/diagnose_fault_by_vibration/HEAD/utils/.ipynb_checkpoints/imbalance-datasets-checkpoint.ipynb -------------------------------------------------------------------------------- /utils/__pycache__/augment.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBT0524/diagnose_fault_by_vibration/HEAD/utils/__pycache__/augment.cpython-36.pyc -------------------------------------------------------------------------------- /utils/__pycache__/augment.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBT0524/diagnose_fault_by_vibration/HEAD/utils/__pycache__/augment.cpython-37.pyc -------------------------------------------------------------------------------- /utils/__pycache__/feature.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBT0524/diagnose_fault_by_vibration/HEAD/utils/__pycache__/feature.cpython-37.pyc -------------------------------------------------------------------------------- /utils/__pycache__/helper.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBT0524/diagnose_fault_by_vibration/HEAD/utils/__pycache__/helper.cpython-37.pyc -------------------------------------------------------------------------------- /utils/__pycache__/pytorchtools.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBT0524/diagnose_fault_by_vibration/HEAD/utils/__pycache__/pytorchtools.cpython-37.pyc -------------------------------------------------------------------------------- /utils/augment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBT0524/diagnose_fault_by_vibration/HEAD/utils/augment.py -------------------------------------------------------------------------------- /utils/feature.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBT0524/diagnose_fault_by_vibration/HEAD/utils/feature.py -------------------------------------------------------------------------------- /utils/pytorchtools.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBT0524/diagnose_fault_by_vibration/HEAD/utils/pytorchtools.py --------------------------------------------------------------------------------