Upload 7 files
Browse files
    	
        output/accuracy_vs_epochs.png
    ADDED
    
    |   | 
    	
        output/accuracy_vs_steps.png
    ADDED
    
    |   | 
    	
        output/classification_report.csv
    ADDED
    
    | @@ -0,0 +1,6 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            ,precision,recall,f1-score,support
         | 
| 2 | 
            +
            Real,0.9898180471807891,0.9835234140957586,0.9866606912187278,38054.0
         | 
| 3 | 
            +
            Fake,0.9836386409895099,0.9898897058823529,0.9867542734483391,38080.0
         | 
| 4 | 
            +
            accuracy,0.9867076470433709,0.9867076470433709,0.9867076470433709,0.9867076470433709
         | 
| 5 | 
            +
            macro avg,0.9867283440851495,0.9867065599890558,0.9867074823335334,76134.0
         | 
| 6 | 
            +
            weighted avg,0.9867272889418433,0.9867076470433709,0.986707498312846,76134.0
         | 
    	
        output/confusion_matrix.csv
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            ,Real,Fake
         | 
| 2 | 
            +
            Real,37427,627
         | 
| 3 | 
            +
            Fake,385,37695
         | 
    	
        output/confusion_matrix_plot.png
    ADDED
    
    |   | 
    	
        output/loss_vs_epochs.png
    ADDED
    
    |   | 
    	
        output/loss_vs_steps.png
    ADDED
    
    |   |