Update pages/LIFE_CYCLE_OF_MACHINE_LEARNING.py
Browse files
pages/LIFE_CYCLE_OF_MACHINE_LEARNING.py
CHANGED
@@ -207,8 +207,8 @@ plt.axis('off')
|
|
207 |
plt.show()
|
208 |
""", language='python')
|
209 |
|
210 |
-
|
211 |
-
|
212 |
A color space is a mathematical model for representing colors. In machine learning, different color spaces can be used for preprocessing and analyzing image data, depending on the task.
|
213 |
|
214 |
Common Color Spaces:
|
|
|
207 |
plt.show()
|
208 |
""", language='python')
|
209 |
|
210 |
+
st.header(" Color Spaces in Machine Learning")
|
211 |
+
st.markdown("""
|
212 |
A color space is a mathematical model for representing colors. In machine learning, different color spaces can be used for preprocessing and analyzing image data, depending on the task.
|
213 |
|
214 |
Common Color Spaces:
|