MCPcopy Index your code
hub / github.com/TheAlgorithms/Python / cnn_classification.py

File cnn_classification.py

computer_vision/cnn_classification.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""
2Convolutional Neural Network
3
4Objective : To train a CNN model detect if TB is present in Lung X-ray or not.

Callers

nothing calls this directly

Calls 2

addMethod · 0.45
predictMethod · 0.45

Tested by

no test coverage detected