Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
| Download
"Guiding Future STEM Leaders through Innovative Research Training" ~ thinkingbeyond.education
Project: stephanie's main branch
Path: ThinkingBeyond Activities / BeyondAI-2024-Mentee-Projects / palak-sumayah / MNIST_dataset.ipynb
Views: 1085Image: ubuntu2204
Kernel: Python 3
In [ ]:
In [ ]:
Fetching MNIST dataset...
In [ ]:
In [ ]:
In [ ]:
In [ ]:
### Logistic Regression ###
Accuracy: 0.92
F1 Score: 0.92
Recall: 0.92
Precision: 0.92
Training Time: 56.5794 seconds
### SVM with RBF Kernel ###
Accuracy: 0.96
F1 Score: 0.96
Recall: 0.96
Precision: 0.96
Training Time: 2258.5055 seconds
### Decision Tree ###
Accuracy: 0.87
F1 Score: 0.87
Recall: 0.87
Precision: 0.87
Training Time: 24.0900 seconds
### Random Forest ###
Accuracy: 0.97
F1 Score: 0.97
Recall: 0.97
Precision: 0.97
Training Time: 49.2545 seconds
### Gradient Boosting ###
In [ ]:
In [ ]:
In [ ]: