Skip to content

Commit

Permalink
Merge branch 'Experimental-Keras-3' into Experimental-Pytorch
Browse files Browse the repository at this point in the history
  • Loading branch information
Aydinhamedi authored Mar 24, 2024
2 parents 5df2ba8 + b0a7c29 commit 9831912
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,6 @@ Samples/*

# Temp
/history/Archive
/Test_ENV_G.ipynb
/Test_ENV_G.ipynb
/PAI_model_weights_BL.weights.h5
/PAI_model_weights.weights.h5
1 change: 1 addition & 0 deletions BETA_E_Model_T&T.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1840,6 +1840,7 @@
"\u001b[1m256/256\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m196s\u001b[0m 763ms/step - accuracy: 0.8940 - loss: 0.9525 - val_accuracy: 0.9311 - val_loss: 0.7995 - learning_rate: 0.0100\n",
"Epoch 2/6\n",
"\u001b[1m102/256\u001b[0m \u001b[32m━━━━━━━\u001b[0m\u001b[37m━━━━━━━━━━━━━\u001b[0m \u001b[1m1:50\u001b[0m 717ms/step - accuracy: 0.9371 - loss: 0.7039"

]
}
],
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
[![Ruff - Beta](https://github.com/Aydinhamedi/Pneumonia-Detection-Ai/actions/workflows/ruff_L&F-Beta.yml/badge.svg?branch=Beta-b)](https://github.com/Aydinhamedi/Pneumonia-Detection-Ai/actions/workflows/ruff_L&F-Beta.yml)
[![Ruff - Alpha](https://github.com/Aydinhamedi/Pneumonia-Detection-Ai/actions/workflows/ruff_L&F-Alpha.yml/badge.svg?branch=Alpha-b)](https://github.com/Aydinhamedi/Pneumonia-Detection-Ai/actions/workflows/ruff_L&F-Alpha.yml)

# <h1><p align="center">**🚧Deprecated🚧**</p></h1>

### This project uses a deep learning model built with the TensorFlow Library to detect pneumonia in X-ray images. The model architecture is based on the EfficientNetB7 model, which has achieved an accuracy of approximately 97.12% (97.11538%) on our test data. This high accuracy rate is one of the strengths of our AI model.
> [!IMPORTANT]
> The code that had achieved the highest acc is `backup/V6/Model_T&T.ipynb`.\
Expand Down

0 comments on commit 9831912

Please sign in to comment.