Skip to content

Commit

Permalink
Merge pull request #34 from Aydinhamedi/Beta-b
Browse files Browse the repository at this point in the history
Beta b
  • Loading branch information
Aydinhamedi authored Dec 26, 2023
2 parents b225d2b + cc9dd1a commit 80961c0
Show file tree
Hide file tree
Showing 29 changed files with 34,981 additions and 3,366 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ Samples/*
/TEMP.txt
/freearc1.tmp
/.idea
/venv
/venv
/.ipynb_checkpoints
/Utils/behavioral_overfitting_detection
5,433 changes: 4,916 additions & 517 deletions BETA_E_Model_T&T.ipynb

Large diffs are not rendered by default.

Binary file modified Data/image_SUB_generator.pkl
Binary file not shown.
5,442 changes: 4,931 additions & 511 deletions Model_T&T.ipynb

Large diffs are not rendered by default.

15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

### This project uses a deep learning model built with the TensorFlow framework to detect pneumonia in X-ray images. The model architecture is based on the EfficientNetB7 model, which has achieved an accuracy of approximately 97% (96.96%) on our test data. This high accuracy rate is one of the strengths of our AI model.
> [!IMPORTANT]
> The code that have achived the highest acc is `backup/V4/Model_T&T.ipynb`.
> The code that have achived the highest acc is `backup/V5/Model_T&T.ipynb`.
## Usage
> [!TIP]
> If you just want the model go to the Github Releases.
Expand Down Expand Up @@ -76,10 +76,17 @@ The model provided in this project should not be used for medical diagnosis with

> [!WARNING]
> Results were achived using Rev2 training method and Rev1.2 model and
> with `backup/V4/Model_T&T.ipynb` code.
> with `backup/V5/Model_T&T.ipynb` code.
<!-- #### N/A -->
![img1](doc/ACC_P.png)
![img2](doc/LOSS__P.png)
![img1](doc/V5/D7.png)
![img1](doc/V5/D8.png)
![img1](doc/V5/D9.png)
![img1](doc/V5/D1.png)
![img1](doc/V5/D2.png)
![img1](doc/V5/D3.png)
![img1](doc/V5/D4.png)
![img1](doc/V5/D5.png)
![img1](doc/V5/D6.png)
<!--
![img3](doc/Screenshot.png)
-->
Expand Down
4,388 changes: 2,055 additions & 2,333 deletions Temp/temp.ans

Large diffs are not rendered by default.

Binary file added backup/V5/D1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added backup/V5/D2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added backup/V5/D3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added backup/V5/D4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added backup/V5/D5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added backup/V5/D6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added backup/V5/D7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 80961c0

Please sign in to comment.