Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
|
|
2 |
from graphviz import Digraph
|
3 |
|
4 |
st.markdown("""
|
5 |
-
#Top Five ML Libraries:
|
6 |
1. PyTorch: PyTorch is another popular open-source machine learning library that is widely used for building deep learning models. It is known for its ease of use and flexibility.
|
7 |
2. TensorFlow: Developed by Google, TensorFlow is an open-source library that is widely used for building and training deep learning models.
|
8 |
3. Scikit-learn: Scikit-learn is a popular Python library for machine learning. It provides a wide range of algorithms for classification, regression, clustering, and dimensionality reduction, along with tools for model selection and evaluation.
|
|
|
2 |
from graphviz import Digraph
|
3 |
|
4 |
st.markdown("""
|
5 |
+
# Top Five ML Libraries:
|
6 |
1. PyTorch: PyTorch is another popular open-source machine learning library that is widely used for building deep learning models. It is known for its ease of use and flexibility.
|
7 |
2. TensorFlow: Developed by Google, TensorFlow is an open-source library that is widely used for building and training deep learning models.
|
8 |
3. Scikit-learn: Scikit-learn is a popular Python library for machine learning. It provides a wide range of algorithms for classification, regression, clustering, and dimensionality reduction, along with tools for model selection and evaluation.
|