diff --git a/.gitignore b/.gitignore deleted file mode 100644 index ec2481e..0000000 --- a/.gitignore +++ /dev/null @@ -1,21 +0,0 @@ -# ---> Vim -# Swap -[._]*.s[a-v][a-z] -!*.svg # comment out if you don't need vector files -[._]*.sw[a-p] -[._]s[a-rt-v][a-z] -[._]ss[a-gi-z] -[._]sw[a-p] - -# Session -Session.vim -Sessionx.vim - -# Temporary -.netrwhist -*~ -# Auto-generated tag files -tags -# Persistent undo -[._]*.un~ - diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index cad7657..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "cmake.configureOnOpen": false -} \ No newline at end of file diff --git a/.csv b/Machine Learning Thinking and Convolutional Neural Networks project/.csv similarity index 100% rename from .csv rename to Machine Learning Thinking and Convolutional Neural Networks project/.csv diff --git a/2.png b/Machine Learning Thinking and Convolutional Neural Networks project/2.png similarity index 100% rename from 2.png rename to Machine Learning Thinking and Convolutional Neural Networks project/2.png diff --git a/20240331第16章 机器学习思维与卷积神经网络项目.docx b/Machine Learning Thinking and Convolutional Neural Networks project/20240331第16章 机器学习思维与卷积神经网络项目.docx similarity index 100% rename from 20240331第16章 机器学习思维与卷积神经网络项目.docx rename to Machine Learning Thinking and Convolutional Neural Networks project/20240331第16章 机器学习思维与卷积神经网络项目.docx diff --git a/AllModelConn.pkl b/Machine Learning Thinking and Convolutional Neural Networks project/AllModelConn.pkl similarity index 100% rename from AllModelConn.pkl rename to Machine Learning Thinking and Convolutional Neural Networks project/AllModelConn.pkl diff --git a/AllModelObj.pkl b/Machine Learning Thinking and Convolutional Neural Networks project/AllModelObj.pkl similarity index 100% rename from AllModelObj.pkl rename to Machine Learning Thinking and Convolutional Neural Networks project/AllModelObj.pkl diff --git a/HelloWorld/.idea/.gitignore b/Machine Learning Thinking and Convolutional Neural Networks project/HelloWorld/.idea/.gitignore similarity index 100% rename from HelloWorld/.idea/.gitignore rename to Machine Learning Thinking and Convolutional Neural Networks project/HelloWorld/.idea/.gitignore diff --git a/HelloWorld/.idea/HelloWorld.iml b/Machine Learning Thinking and Convolutional Neural Networks project/HelloWorld/.idea/HelloWorld.iml similarity index 100% rename from HelloWorld/.idea/HelloWorld.iml rename to Machine Learning Thinking and Convolutional Neural Networks project/HelloWorld/.idea/HelloWorld.iml diff --git a/HelloWorld/.idea/deployment.xml b/Machine Learning Thinking and Convolutional Neural Networks project/HelloWorld/.idea/deployment.xml similarity index 100% rename from HelloWorld/.idea/deployment.xml rename to Machine Learning Thinking and Convolutional Neural Networks project/HelloWorld/.idea/deployment.xml diff --git a/HelloWorld/.idea/encodings.xml b/Machine Learning Thinking and Convolutional Neural Networks project/HelloWorld/.idea/encodings.xml similarity index 100% rename from HelloWorld/.idea/encodings.xml rename to Machine Learning Thinking and Convolutional Neural Networks project/HelloWorld/.idea/encodings.xml diff --git a/HelloWorld/.idea/inspectionProfiles/Project_Default.xml b/Machine Learning Thinking and Convolutional Neural Networks project/HelloWorld/.idea/inspectionProfiles/Project_Default.xml similarity index 100% rename from HelloWorld/.idea/inspectionProfiles/Project_Default.xml rename to Machine Learning Thinking and Convolutional Neural Networks project/HelloWorld/.idea/inspectionProfiles/Project_Default.xml diff --git a/HelloWorld/.idea/inspectionProfiles/profiles_settings.xml b/Machine Learning Thinking and Convolutional Neural Networks project/HelloWorld/.idea/inspectionProfiles/profiles_settings.xml similarity index 100% rename from HelloWorld/.idea/inspectionProfiles/profiles_settings.xml rename to Machine Learning Thinking and Convolutional Neural Networks project/HelloWorld/.idea/inspectionProfiles/profiles_settings.xml diff --git a/HelloWorld/.idea/misc.xml b/Machine Learning Thinking and Convolutional Neural Networks project/HelloWorld/.idea/misc.xml similarity index 100% rename from HelloWorld/.idea/misc.xml rename to Machine Learning Thinking and Convolutional Neural Networks project/HelloWorld/.idea/misc.xml diff --git a/HelloWorld/.idea/modules.xml b/Machine Learning Thinking and Convolutional Neural Networks project/HelloWorld/.idea/modules.xml similarity index 100% rename from HelloWorld/.idea/modules.xml rename to Machine Learning Thinking and Convolutional Neural Networks project/HelloWorld/.idea/modules.xml diff --git a/HelloWorld/HelloWorld/__init__.py b/Machine Learning Thinking and Convolutional Neural Networks project/HelloWorld/HelloWorld/__init__.py similarity index 100% rename from HelloWorld/HelloWorld/__init__.py rename to Machine Learning Thinking and Convolutional Neural Networks project/HelloWorld/HelloWorld/__init__.py diff --git a/HelloWorld/HelloWorld/__pycache__/__init__.cpython-36.pyc b/Machine Learning Thinking and Convolutional Neural Networks project/HelloWorld/HelloWorld/__pycache__/__init__.cpython-36.pyc similarity index 100% rename from HelloWorld/HelloWorld/__pycache__/__init__.cpython-36.pyc rename to Machine Learning Thinking and Convolutional Neural Networks project/HelloWorld/HelloWorld/__pycache__/__init__.cpython-36.pyc diff --git a/HelloWorld/HelloWorld/__pycache__/settings.cpython-36.pyc b/Machine Learning Thinking and Convolutional Neural Networks project/HelloWorld/HelloWorld/__pycache__/settings.cpython-36.pyc similarity index 100% rename from HelloWorld/HelloWorld/__pycache__/settings.cpython-36.pyc rename to Machine Learning Thinking and Convolutional Neural Networks project/HelloWorld/HelloWorld/__pycache__/settings.cpython-36.pyc diff --git a/HelloWorld/HelloWorld/__pycache__/urls.cpython-36.pyc b/Machine Learning Thinking and Convolutional Neural Networks project/HelloWorld/HelloWorld/__pycache__/urls.cpython-36.pyc similarity index 100% rename from HelloWorld/HelloWorld/__pycache__/urls.cpython-36.pyc rename to Machine Learning Thinking and Convolutional Neural Networks project/HelloWorld/HelloWorld/__pycache__/urls.cpython-36.pyc diff --git a/HelloWorld/HelloWorld/__pycache__/wsgi.cpython-36.pyc b/Machine Learning Thinking and Convolutional Neural Networks project/HelloWorld/HelloWorld/__pycache__/wsgi.cpython-36.pyc similarity index 100% rename from HelloWorld/HelloWorld/__pycache__/wsgi.cpython-36.pyc rename to Machine Learning Thinking and Convolutional Neural Networks project/HelloWorld/HelloWorld/__pycache__/wsgi.cpython-36.pyc diff --git a/HelloWorld/HelloWorld/asgi.py b/Machine Learning Thinking and Convolutional Neural Networks project/HelloWorld/HelloWorld/asgi.py similarity index 100% rename from HelloWorld/HelloWorld/asgi.py rename to Machine Learning Thinking and Convolutional Neural Networks project/HelloWorld/HelloWorld/asgi.py diff --git a/HelloWorld/HelloWorld/settings.py b/Machine Learning Thinking and Convolutional Neural Networks project/HelloWorld/HelloWorld/settings.py similarity index 100% rename from HelloWorld/HelloWorld/settings.py rename to Machine Learning Thinking and Convolutional Neural Networks project/HelloWorld/HelloWorld/settings.py diff --git a/HelloWorld/HelloWorld/urls.py b/Machine Learning Thinking and Convolutional Neural Networks project/HelloWorld/HelloWorld/urls.py similarity index 100% rename from HelloWorld/HelloWorld/urls.py rename to Machine Learning Thinking and Convolutional Neural Networks project/HelloWorld/HelloWorld/urls.py diff --git a/HelloWorld/HelloWorld/wsgi.py b/Machine Learning Thinking and Convolutional Neural Networks project/HelloWorld/HelloWorld/wsgi.py similarity index 100% rename from HelloWorld/HelloWorld/wsgi.py rename to Machine Learning Thinking and Convolutional Neural Networks project/HelloWorld/HelloWorld/wsgi.py diff --git a/HelloWorld/demo1.py b/Machine Learning Thinking and Convolutional Neural Networks project/HelloWorld/demo1.py similarity index 100% rename from HelloWorld/demo1.py rename to Machine Learning Thinking and Convolutional Neural Networks project/HelloWorld/demo1.py diff --git a/HelloWorld/list.pkl b/Machine Learning Thinking and Convolutional Neural Networks project/HelloWorld/list.pkl similarity index 100% rename from HelloWorld/list.pkl rename to Machine Learning Thinking and Convolutional Neural Networks project/HelloWorld/list.pkl diff --git a/HelloWorld/manage.py b/Machine Learning Thinking and Convolutional Neural Networks project/HelloWorld/manage.py similarity index 100% rename from HelloWorld/manage.py rename to Machine Learning Thinking and Convolutional Neural Networks project/HelloWorld/manage.py diff --git a/HelloWorld/model.pkl b/Machine Learning Thinking and Convolutional Neural Networks project/HelloWorld/model.pkl similarity index 100% rename from HelloWorld/model.pkl rename to Machine Learning Thinking and Convolutional Neural Networks project/HelloWorld/model.pkl diff --git a/HelloWorld/student/__init__.py b/Machine Learning Thinking and Convolutional Neural Networks project/HelloWorld/student/__init__.py similarity index 100% rename from HelloWorld/student/__init__.py rename to Machine Learning Thinking and Convolutional Neural Networks project/HelloWorld/student/__init__.py diff --git a/HelloWorld/student/admin.py b/Machine Learning Thinking and Convolutional Neural Networks project/HelloWorld/student/admin.py similarity index 100% rename from HelloWorld/student/admin.py rename to Machine Learning Thinking and Convolutional Neural Networks project/HelloWorld/student/admin.py diff --git a/HelloWorld/student/apps.py b/Machine Learning Thinking and Convolutional Neural Networks project/HelloWorld/student/apps.py similarity index 100% rename from HelloWorld/student/apps.py rename to Machine Learning Thinking and Convolutional Neural Networks project/HelloWorld/student/apps.py diff --git a/HelloWorld/student/migrations/__init__.py b/Machine Learning Thinking and Convolutional Neural Networks project/HelloWorld/student/migrations/__init__.py similarity index 100% rename from HelloWorld/student/migrations/__init__.py rename to Machine Learning Thinking and Convolutional Neural Networks project/HelloWorld/student/migrations/__init__.py diff --git a/HelloWorld/student/models.py b/Machine Learning Thinking and Convolutional Neural Networks project/HelloWorld/student/models.py similarity index 100% rename from HelloWorld/student/models.py rename to Machine Learning Thinking and Convolutional Neural Networks project/HelloWorld/student/models.py diff --git a/HelloWorld/student/tests.py b/Machine Learning Thinking and Convolutional Neural Networks project/HelloWorld/student/tests.py similarity index 100% rename from HelloWorld/student/tests.py rename to Machine Learning Thinking and Convolutional Neural Networks project/HelloWorld/student/tests.py diff --git a/HelloWorld/student/views.py b/Machine Learning Thinking and Convolutional Neural Networks project/HelloWorld/student/views.py similarity index 100% rename from HelloWorld/student/views.py rename to Machine Learning Thinking and Convolutional Neural Networks project/HelloWorld/student/views.py diff --git a/Small_background/上一页.png b/Machine Learning Thinking and Convolutional Neural Networks project/Small_background/上一页.png similarity index 100% rename from Small_background/上一页.png rename to Machine Learning Thinking and Convolutional Neural Networks project/Small_background/上一页.png diff --git a/Small_background/下一页.png b/Machine Learning Thinking and Convolutional Neural Networks project/Small_background/下一页.png similarity index 100% rename from Small_background/下一页.png rename to Machine Learning Thinking and Convolutional Neural Networks project/Small_background/下一页.png diff --git a/Small_background/底部背景.png b/Machine Learning Thinking and Convolutional Neural Networks project/Small_background/底部背景.png similarity index 100% rename from Small_background/底部背景.png rename to Machine Learning Thinking and Convolutional Neural Networks project/Small_background/底部背景.png diff --git a/Small_background/标题背景.png b/Machine Learning Thinking and Convolutional Neural Networks project/Small_background/标题背景.png similarity index 100% rename from Small_background/标题背景.png rename to Machine Learning Thinking and Convolutional Neural Networks project/Small_background/标题背景.png diff --git a/Small_background/背景.png b/Machine Learning Thinking and Convolutional Neural Networks project/Small_background/背景.png similarity index 100% rename from Small_background/背景.png rename to Machine Learning Thinking and Convolutional Neural Networks project/Small_background/背景.png diff --git a/Small_background/背景1.png b/Machine Learning Thinking and Convolutional Neural Networks project/Small_background/背景1.png similarity index 100% rename from Small_background/背景1.png rename to Machine Learning Thinking and Convolutional Neural Networks project/Small_background/背景1.png diff --git a/Untitled.ipynb b/Machine Learning Thinking and Convolutional Neural Networks project/Untitled.ipynb similarity index 100% rename from Untitled.ipynb rename to Machine Learning Thinking and Convolutional Neural Networks project/Untitled.ipynb diff --git a/X1.py b/Machine Learning Thinking and Convolutional Neural Networks project/X1.py similarity index 100% rename from X1.py rename to Machine Learning Thinking and Convolutional Neural Networks project/X1.py diff --git a/X2.py b/Machine Learning Thinking and Convolutional Neural Networks project/X2.py similarity index 100% rename from X2.py rename to Machine Learning Thinking and Convolutional Neural Networks project/X2.py diff --git a/X2_new.py b/Machine Learning Thinking and Convolutional Neural Networks project/X2_new.py similarity index 100% rename from X2_new.py rename to Machine Learning Thinking and Convolutional Neural Networks project/X2_new.py diff --git a/X2_new2.py b/Machine Learning Thinking and Convolutional Neural Networks project/X2_new2.py similarity index 100% rename from X2_new2.py rename to Machine Learning Thinking and Convolutional Neural Networks project/X2_new2.py diff --git a/X3.py b/Machine Learning Thinking and Convolutional Neural Networks project/X3.py similarity index 100% rename from X3.py rename to Machine Learning Thinking and Convolutional Neural Networks project/X3.py diff --git a/X3_new.py b/Machine Learning Thinking and Convolutional Neural Networks project/X3_new.py similarity index 100% rename from X3_new.py rename to Machine Learning Thinking and Convolutional Neural Networks project/X3_new.py diff --git a/X4.py b/Machine Learning Thinking and Convolutional Neural Networks project/X4.py similarity index 100% rename from X4.py rename to Machine Learning Thinking and Convolutional Neural Networks project/X4.py diff --git a/X4_new.py b/Machine Learning Thinking and Convolutional Neural Networks project/X4_new.py similarity index 100% rename from X4_new.py rename to Machine Learning Thinking and Convolutional Neural Networks project/X4_new.py diff --git a/X5.py b/Machine Learning Thinking and Convolutional Neural Networks project/X5.py similarity index 100% rename from X5.py rename to Machine Learning Thinking and Convolutional Neural Networks project/X5.py diff --git a/X5_1.py b/Machine Learning Thinking and Convolutional Neural Networks project/X5_1.py similarity index 100% rename from X5_1.py rename to Machine Learning Thinking and Convolutional Neural Networks project/X5_1.py diff --git a/X5_2.py b/Machine Learning Thinking and Convolutional Neural Networks project/X5_2.py similarity index 100% rename from X5_2.py rename to Machine Learning Thinking and Convolutional Neural Networks project/X5_2.py diff --git a/__pycache__/X1.cpython-38.pyc b/Machine Learning Thinking and Convolutional Neural Networks project/__pycache__/X1.cpython-38.pyc similarity index 100% rename from __pycache__/X1.cpython-38.pyc rename to Machine Learning Thinking and Convolutional Neural Networks project/__pycache__/X1.cpython-38.pyc diff --git a/__pycache__/X2.cpython-38.pyc b/Machine Learning Thinking and Convolutional Neural Networks project/__pycache__/X2.cpython-38.pyc similarity index 100% rename from __pycache__/X2.cpython-38.pyc rename to Machine Learning Thinking and Convolutional Neural Networks project/__pycache__/X2.cpython-38.pyc diff --git a/__pycache__/X3.cpython-38.pyc b/Machine Learning Thinking and Convolutional Neural Networks project/__pycache__/X3.cpython-38.pyc similarity index 100% rename from __pycache__/X3.cpython-38.pyc rename to Machine Learning Thinking and Convolutional Neural Networks project/__pycache__/X3.cpython-38.pyc diff --git a/__pycache__/classification.cpython-38.pyc b/Machine Learning Thinking and Convolutional Neural Networks project/__pycache__/classification.cpython-38.pyc similarity index 100% rename from __pycache__/classification.cpython-38.pyc rename to Machine Learning Thinking and Convolutional Neural Networks project/__pycache__/classification.cpython-38.pyc diff --git a/__pycache__/lqmtest_x3_10_error.cpython-38.pyc b/Machine Learning Thinking and Convolutional Neural Networks project/__pycache__/lqmtest_x3_10_error.cpython-38.pyc similarity index 100% rename from __pycache__/lqmtest_x3_10_error.cpython-38.pyc rename to Machine Learning Thinking and Convolutional Neural Networks project/__pycache__/lqmtest_x3_10_error.cpython-38.pyc diff --git a/__pycache__/lqmtest_x3_11_ajconv.cpython-38.pyc b/Machine Learning Thinking and Convolutional Neural Networks project/__pycache__/lqmtest_x3_11_ajconv.cpython-38.pyc similarity index 100% rename from __pycache__/lqmtest_x3_11_ajconv.cpython-38.pyc rename to Machine Learning Thinking and Convolutional Neural Networks project/__pycache__/lqmtest_x3_11_ajconv.cpython-38.pyc diff --git a/__pycache__/lqmtest_x3_2_load_data.cpython-38.pyc b/Machine Learning Thinking and Convolutional Neural Networks project/__pycache__/lqmtest_x3_2_load_data.cpython-38.pyc similarity index 100% rename from __pycache__/lqmtest_x3_2_load_data.cpython-38.pyc rename to Machine Learning Thinking and Convolutional Neural Networks project/__pycache__/lqmtest_x3_2_load_data.cpython-38.pyc diff --git a/__pycache__/lqmtest_x3_4_conv_proc.cpython-38.pyc b/Machine Learning Thinking and Convolutional Neural Networks project/__pycache__/lqmtest_x3_4_conv_proc.cpython-38.pyc similarity index 100% rename from __pycache__/lqmtest_x3_4_conv_proc.cpython-38.pyc rename to Machine Learning Thinking and Convolutional Neural Networks project/__pycache__/lqmtest_x3_4_conv_proc.cpython-38.pyc diff --git a/__pycache__/lqmtest_x3_5_pool.cpython-38.pyc b/Machine Learning Thinking and Convolutional Neural Networks project/__pycache__/lqmtest_x3_5_pool.cpython-38.pyc similarity index 100% rename from __pycache__/lqmtest_x3_5_pool.cpython-38.pyc rename to Machine Learning Thinking and Convolutional Neural Networks project/__pycache__/lqmtest_x3_5_pool.cpython-38.pyc diff --git a/__pycache__/lqmtest_x3_6_fullconn.cpython-38.pyc b/Machine Learning Thinking and Convolutional Neural Networks project/__pycache__/lqmtest_x3_6_fullconn.cpython-38.pyc similarity index 100% rename from __pycache__/lqmtest_x3_6_fullconn.cpython-38.pyc rename to Machine Learning Thinking and Convolutional Neural Networks project/__pycache__/lqmtest_x3_6_fullconn.cpython-38.pyc diff --git a/__pycache__/lqmtest_x3_7_nonlinear.cpython-38.pyc b/Machine Learning Thinking and Convolutional Neural Networks project/__pycache__/lqmtest_x3_7_nonlinear.cpython-38.pyc similarity index 100% rename from __pycache__/lqmtest_x3_7_nonlinear.cpython-38.pyc rename to Machine Learning Thinking and Convolutional Neural Networks project/__pycache__/lqmtest_x3_7_nonlinear.cpython-38.pyc diff --git a/__pycache__/lqmtest_x3_8_classify.cpython-38.pyc b/Machine Learning Thinking and Convolutional Neural Networks project/__pycache__/lqmtest_x3_8_classify.cpython-38.pyc similarity index 100% rename from __pycache__/lqmtest_x3_8_classify.cpython-38.pyc rename to Machine Learning Thinking and Convolutional Neural Networks project/__pycache__/lqmtest_x3_8_classify.cpython-38.pyc diff --git a/__pycache__/lqmtest_x3_9_label.cpython-38.pyc b/Machine Learning Thinking and Convolutional Neural Networks project/__pycache__/lqmtest_x3_9_label.cpython-38.pyc similarity index 100% rename from __pycache__/lqmtest_x3_9_label.cpython-38.pyc rename to Machine Learning Thinking and Convolutional Neural Networks project/__pycache__/lqmtest_x3_9_label.cpython-38.pyc diff --git a/__pycache__/read_data.cpython-38.pyc b/Machine Learning Thinking and Convolutional Neural Networks project/__pycache__/read_data.cpython-38.pyc similarity index 100% rename from __pycache__/read_data.cpython-38.pyc rename to Machine Learning Thinking and Convolutional Neural Networks project/__pycache__/read_data.cpython-38.pyc diff --git a/asdasdai.py b/Machine Learning Thinking and Convolutional Neural Networks project/asdasdai.py similarity index 100% rename from asdasdai.py rename to Machine Learning Thinking and Convolutional Neural Networks project/asdasdai.py diff --git a/background/Suwindow卡片背景.png b/Machine Learning Thinking and Convolutional Neural Networks project/background/Suwindow卡片背景.png similarity index 100% rename from background/Suwindow卡片背景.png rename to Machine Learning Thinking and Convolutional Neural Networks project/background/Suwindow卡片背景.png diff --git a/background/Suwindow界面大背景.png b/Machine Learning Thinking and Convolutional Neural Networks project/background/Suwindow界面大背景.png similarity index 100% rename from background/Suwindow界面大背景.png rename to Machine Learning Thinking and Convolutional Neural Networks project/background/Suwindow界面大背景.png diff --git a/background/下边背景.png b/Machine Learning Thinking and Convolutional Neural Networks project/background/下边背景.png similarity index 100% rename from background/下边背景.png rename to Machine Learning Thinking and Convolutional Neural Networks project/background/下边背景.png diff --git a/background/保存模型.png b/Machine Learning Thinking and Convolutional Neural Networks project/background/保存模型.png similarity index 100% rename from background/保存模型.png rename to Machine Learning Thinking and Convolutional Neural Networks project/background/保存模型.png diff --git a/background/刷新.png b/Machine Learning Thinking and Convolutional Neural Networks project/background/刷新.png similarity index 100% rename from background/刷新.png rename to Machine Learning Thinking and Convolutional Neural Networks project/background/刷新.png diff --git a/background/加载已有模型.png b/Machine Learning Thinking and Convolutional Neural Networks project/background/加载已有模型.png similarity index 100% rename from background/加载已有模型.png rename to Machine Learning Thinking and Convolutional Neural Networks project/background/加载已有模型.png diff --git a/background/卷积参数背景.png b/Machine Learning Thinking and Convolutional Neural Networks project/background/卷积参数背景.png similarity index 100% rename from background/卷积参数背景.png rename to Machine Learning Thinking and Convolutional Neural Networks project/background/卷积参数背景.png diff --git a/background/右边全连接1.png b/Machine Learning Thinking and Convolutional Neural Networks project/background/右边全连接1.png similarity index 100% rename from background/右边全连接1.png rename to Machine Learning Thinking and Convolutional Neural Networks project/background/右边全连接1.png diff --git a/background/右边分类.png b/Machine Learning Thinking and Convolutional Neural Networks project/background/右边分类.png similarity index 100% rename from background/右边分类.png rename to Machine Learning Thinking and Convolutional Neural Networks project/background/右边分类.png diff --git a/background/右边卷积层1.png b/Machine Learning Thinking and Convolutional Neural Networks project/background/右边卷积层1.png similarity index 100% rename from background/右边卷积层1.png rename to Machine Learning Thinking and Convolutional Neural Networks project/background/右边卷积层1.png diff --git a/background/右边数据集.png b/Machine Learning Thinking and Convolutional Neural Networks project/background/右边数据集.png similarity index 100% rename from background/右边数据集.png rename to Machine Learning Thinking and Convolutional Neural Networks project/background/右边数据集.png diff --git a/background/右边池化1.png b/Machine Learning Thinking and Convolutional Neural Networks project/background/右边池化1.png similarity index 100% rename from background/右边池化1.png rename to Machine Learning Thinking and Convolutional Neural Networks project/background/右边池化1.png diff --git a/background/右边计算误差.png b/Machine Learning Thinking and Convolutional Neural Networks project/background/右边计算误差.png similarity index 100% rename from background/右边计算误差.png rename to Machine Learning Thinking and Convolutional Neural Networks project/background/右边计算误差.png diff --git a/background/右边非线性.png b/Machine Learning Thinking and Convolutional Neural Networks project/background/右边非线性.png similarity index 100% rename from background/右边非线性.png rename to Machine Learning Thinking and Convolutional Neural Networks project/background/右边非线性.png diff --git a/background/图元参数设置.png b/Machine Learning Thinking and Convolutional Neural Networks project/background/图元参数设置.png similarity index 100% rename from background/图元参数设置.png rename to Machine Learning Thinking and Convolutional Neural Networks project/background/图元参数设置.png diff --git a/background/左侧背景.png b/Machine Learning Thinking and Convolutional Neural Networks project/background/左侧背景.png similarity index 100% rename from background/左侧背景.png rename to Machine Learning Thinking and Convolutional Neural Networks project/background/左侧背景.png diff --git a/background/左边--全数据函数.png b/Machine Learning Thinking and Convolutional Neural Networks project/background/左边--全数据函数.png similarity index 100% rename from background/左边--全数据函数.png rename to Machine Learning Thinking and Convolutional Neural Networks project/background/左边--全数据函数.png diff --git a/background/左边--加载数据集.png b/Machine Learning Thinking and Convolutional Neural Networks project/background/左边--加载数据集.png similarity index 100% rename from background/左边--加载数据集.png rename to Machine Learning Thinking and Convolutional Neural Networks project/background/左边--加载数据集.png diff --git a/background/左边--类别.png b/Machine Learning Thinking and Convolutional Neural Networks project/background/左边--类别.png similarity index 100% rename from background/左边--类别.png rename to Machine Learning Thinking and Convolutional Neural Networks project/background/左边--类别.png diff --git a/background/左边--误差.png b/Machine Learning Thinking and Convolutional Neural Networks project/background/左边--误差.png similarity index 100% rename from background/左边--误差.png rename to Machine Learning Thinking and Convolutional Neural Networks project/background/左边--误差.png diff --git a/background/左边--调整1.png b/Machine Learning Thinking and Convolutional Neural Networks project/background/左边--调整1.png similarity index 100% rename from background/左边--调整1.png rename to Machine Learning Thinking and Convolutional Neural Networks project/background/左边--调整1.png diff --git a/background/左边-非线性函数.png b/Machine Learning Thinking and Convolutional Neural Networks project/background/左边-非线性函数.png similarity index 100% rename from background/左边-非线性函数.png rename to Machine Learning Thinking and Convolutional Neural Networks project/background/左边-非线性函数.png diff --git a/background/左边卷积.png b/Machine Learning Thinking and Convolutional Neural Networks project/background/左边卷积.png similarity index 100% rename from background/左边卷积.png rename to Machine Learning Thinking and Convolutional Neural Networks project/background/左边卷积.png diff --git a/background/左边池化.png b/Machine Learning Thinking and Convolutional Neural Networks project/background/左边池化.png similarity index 100% rename from background/左边池化.png rename to Machine Learning Thinking and Convolutional Neural Networks project/background/左边池化.png diff --git a/background/数字预测展示.png b/Machine Learning Thinking and Convolutional Neural Networks project/background/数字预测展示.png similarity index 100% rename from background/数字预测展示.png rename to Machine Learning Thinking and Convolutional Neural Networks project/background/数字预测展示.png diff --git a/background/新建模型.png b/Machine Learning Thinking and Convolutional Neural Networks project/background/新建模型.png similarity index 100% rename from background/新建模型.png rename to Machine Learning Thinking and Convolutional Neural Networks project/background/新建模型.png diff --git a/background/模型正确性检查.png b/Machine Learning Thinking and Convolutional Neural Networks project/background/模型正确性检查.png similarity index 100% rename from background/模型正确性检查.png rename to Machine Learning Thinking and Convolutional Neural Networks project/background/模型正确性检查.png diff --git a/background/测试.png b/Machine Learning Thinking and Convolutional Neural Networks project/background/测试.png similarity index 100% rename from background/测试.png rename to Machine Learning Thinking and Convolutional Neural Networks project/background/测试.png diff --git a/background/神经网络可视化大背景.png b/Machine Learning Thinking and Convolutional Neural Networks project/background/神经网络可视化大背景.png similarity index 100% rename from background/神经网络可视化大背景.png rename to Machine Learning Thinking and Convolutional Neural Networks project/background/神经网络可视化大背景.png diff --git a/background/获取信息按钮.png b/Machine Learning Thinking and Convolutional Neural Networks project/background/获取信息按钮.png similarity index 100% rename from background/获取信息按钮.png rename to Machine Learning Thinking and Convolutional Neural Networks project/background/获取信息按钮.png diff --git a/background/训练.png b/Machine Learning Thinking and Convolutional Neural Networks project/background/训练.png similarity index 100% rename from background/训练.png rename to Machine Learning Thinking and Convolutional Neural Networks project/background/训练.png diff --git a/background/训练参数设置.png b/Machine Learning Thinking and Convolutional Neural Networks project/background/训练参数设置.png similarity index 100% rename from background/训练参数设置.png rename to Machine Learning Thinking and Convolutional Neural Networks project/background/训练参数设置.png diff --git a/background/训练数据图像展示.png b/Machine Learning Thinking and Convolutional Neural Networks project/background/训练数据图像展示.png similarity index 100% rename from background/训练数据图像展示.png rename to Machine Learning Thinking and Convolutional Neural Networks project/background/训练数据图像展示.png diff --git a/background/输出模型程序.png b/Machine Learning Thinking and Convolutional Neural Networks project/background/输出模型程序.png similarity index 100% rename from background/输出模型程序.png rename to Machine Learning Thinking and Convolutional Neural Networks project/background/输出模型程序.png diff --git a/background/预测测试.png b/Machine Learning Thinking and Convolutional Neural Networks project/background/预测测试.png similarity index 100% rename from background/预测测试.png rename to Machine Learning Thinking and Convolutional Neural Networks project/background/预测测试.png diff --git a/classification.py b/Machine Learning Thinking and Convolutional Neural Networks project/classification.py similarity index 100% rename from classification.py rename to Machine Learning Thinking and Convolutional Neural Networks project/classification.py diff --git a/conv_image.png b/Machine Learning Thinking and Convolutional Neural Networks project/conv_image.png similarity index 100% rename from conv_image.png rename to Machine Learning Thinking and Convolutional Neural Networks project/conv_image.png diff --git a/data b/Machine Learning Thinking and Convolutional Neural Networks project/data similarity index 100% rename from data rename to Machine Learning Thinking and Convolutional Neural Networks project/data diff --git a/data_classification/test/0/900.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/0/900.jpg similarity index 100% rename from data_classification/test/0/900.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/0/900.jpg diff --git a/data_classification/test/0/908.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/0/908.jpg similarity index 100% rename from data_classification/test/0/908.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/0/908.jpg diff --git a/data_classification/test/0/923.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/0/923.jpg similarity index 100% rename from data_classification/test/0/923.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/0/923.jpg diff --git a/data_classification/test/0/928.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/0/928.jpg similarity index 100% rename from data_classification/test/0/928.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/0/928.jpg diff --git a/data_classification/test/0/932.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/0/932.jpg similarity index 100% rename from data_classification/test/0/932.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/0/932.jpg diff --git a/data_classification/test/0/935.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/0/935.jpg similarity index 100% rename from data_classification/test/0/935.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/0/935.jpg diff --git a/data_classification/test/0/938.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/0/938.jpg similarity index 100% rename from data_classification/test/0/938.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/0/938.jpg diff --git a/data_classification/test/0/946.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/0/946.jpg similarity index 100% rename from data_classification/test/0/946.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/0/946.jpg diff --git a/data_classification/test/0/950.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/0/950.jpg similarity index 100% rename from data_classification/test/0/950.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/0/950.jpg diff --git a/data_classification/test/0/961.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/0/961.jpg similarity index 100% rename from data_classification/test/0/961.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/0/961.jpg diff --git a/data_classification/test/0/962.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/0/962.jpg similarity index 100% rename from data_classification/test/0/962.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/0/962.jpg diff --git a/data_classification/test/0/963.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/0/963.jpg similarity index 100% rename from data_classification/test/0/963.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/0/963.jpg diff --git a/data_classification/test/0/965.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/0/965.jpg similarity index 100% rename from data_classification/test/0/965.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/0/965.jpg diff --git a/data_classification/test/0/966.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/0/966.jpg similarity index 100% rename from data_classification/test/0/966.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/0/966.jpg diff --git a/data_classification/test/0/971.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/0/971.jpg similarity index 100% rename from data_classification/test/0/971.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/0/971.jpg diff --git a/data_classification/test/0/974.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/0/974.jpg similarity index 100% rename from data_classification/test/0/974.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/0/974.jpg diff --git a/data_classification/test/0/980.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/0/980.jpg similarity index 100% rename from data_classification/test/0/980.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/0/980.jpg diff --git a/data_classification/test/0/985.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/0/985.jpg similarity index 100% rename from data_classification/test/0/985.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/0/985.jpg diff --git a/data_classification/test/0/998.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/0/998.jpg similarity index 100% rename from data_classification/test/0/998.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/0/998.jpg diff --git a/data_classification/test/2/904.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/2/904.jpg similarity index 100% rename from data_classification/test/2/904.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/2/904.jpg diff --git a/data_classification/test/2/907.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/2/907.jpg similarity index 100% rename from data_classification/test/2/907.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/2/907.jpg diff --git a/data_classification/test/2/911.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/2/911.jpg similarity index 100% rename from data_classification/test/2/911.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/2/911.jpg diff --git a/data_classification/test/2/914.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/2/914.jpg similarity index 100% rename from data_classification/test/2/914.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/2/914.jpg diff --git a/data_classification/test/2/920.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/2/920.jpg similarity index 100% rename from data_classification/test/2/920.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/2/920.jpg diff --git a/data_classification/test/2/924.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/2/924.jpg similarity index 100% rename from data_classification/test/2/924.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/2/924.jpg diff --git a/data_classification/test/2/940.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/2/940.jpg similarity index 100% rename from data_classification/test/2/940.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/2/940.jpg diff --git a/data_classification/test/2/941.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/2/941.jpg similarity index 100% rename from data_classification/test/2/941.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/2/941.jpg diff --git a/data_classification/test/2/949.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/2/949.jpg similarity index 100% rename from data_classification/test/2/949.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/2/949.jpg diff --git a/data_classification/test/2/954.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/2/954.jpg similarity index 100% rename from data_classification/test/2/954.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/2/954.jpg diff --git a/data_classification/test/2/959.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/2/959.jpg similarity index 100% rename from data_classification/test/2/959.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/2/959.jpg diff --git a/data_classification/test/2/978.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/2/978.jpg similarity index 100% rename from data_classification/test/2/978.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/2/978.jpg diff --git a/data_classification/test/2/982.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/2/982.jpg similarity index 100% rename from data_classification/test/2/982.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/2/982.jpg diff --git a/data_classification/test/2/983.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/2/983.jpg similarity index 100% rename from data_classification/test/2/983.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/2/983.jpg diff --git a/data_classification/test/2/994.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/2/994.jpg similarity index 100% rename from data_classification/test/2/994.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/2/994.jpg diff --git a/data_classification/test/3/906.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/3/906.jpg similarity index 100% rename from data_classification/test/3/906.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/3/906.jpg diff --git a/data_classification/test/3/915.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/3/915.jpg similarity index 100% rename from data_classification/test/3/915.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/3/915.jpg diff --git a/data_classification/test/3/921.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/3/921.jpg similarity index 100% rename from data_classification/test/3/921.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/3/921.jpg diff --git a/data_classification/test/3/926.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/3/926.jpg similarity index 100% rename from data_classification/test/3/926.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/3/926.jpg diff --git a/data_classification/test/3/942.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/3/942.jpg similarity index 100% rename from data_classification/test/3/942.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/3/942.jpg diff --git a/data_classification/test/3/943.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/3/943.jpg similarity index 100% rename from data_classification/test/3/943.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/3/943.jpg diff --git a/data_classification/test/3/948.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/3/948.jpg similarity index 100% rename from data_classification/test/3/948.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/3/948.jpg diff --git a/data_classification/test/3/951.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/3/951.jpg similarity index 100% rename from data_classification/test/3/951.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/3/951.jpg diff --git a/data_classification/test/3/968.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/3/968.jpg similarity index 100% rename from data_classification/test/3/968.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/3/968.jpg diff --git a/data_classification/test/3/969.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/3/969.jpg similarity index 100% rename from data_classification/test/3/969.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/3/969.jpg diff --git a/data_classification/test/3/973.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/3/973.jpg similarity index 100% rename from data_classification/test/3/973.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/3/973.jpg diff --git a/data_classification/test/3/981.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/3/981.jpg similarity index 100% rename from data_classification/test/3/981.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/3/981.jpg diff --git a/data_classification/test/3/984.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/3/984.jpg similarity index 100% rename from data_classification/test/3/984.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/3/984.jpg diff --git a/data_classification/test/3/995.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/3/995.jpg similarity index 100% rename from data_classification/test/3/995.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/3/995.jpg diff --git a/data_classification/test/3/997.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/3/997.jpg similarity index 100% rename from data_classification/test/3/997.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/3/997.jpg diff --git a/data_classification/test/4/902.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/4/902.jpg similarity index 100% rename from data_classification/test/4/902.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/4/902.jpg diff --git a/data_classification/test/4/903.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/4/903.jpg similarity index 100% rename from data_classification/test/4/903.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/4/903.jpg diff --git a/data_classification/test/4/910.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/4/910.jpg similarity index 100% rename from data_classification/test/4/910.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/4/910.jpg diff --git a/data_classification/test/4/918.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/4/918.jpg similarity index 100% rename from data_classification/test/4/918.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/4/918.jpg diff --git a/data_classification/test/4/922.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/4/922.jpg similarity index 100% rename from data_classification/test/4/922.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/4/922.jpg diff --git a/data_classification/test/4/927.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/4/927.jpg similarity index 100% rename from data_classification/test/4/927.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/4/927.jpg diff --git a/data_classification/test/4/929.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/4/929.jpg similarity index 100% rename from data_classification/test/4/929.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/4/929.jpg diff --git a/data_classification/test/4/933.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/4/933.jpg similarity index 100% rename from data_classification/test/4/933.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/4/933.jpg diff --git a/data_classification/test/4/934.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/4/934.jpg similarity index 100% rename from data_classification/test/4/934.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/4/934.jpg diff --git a/data_classification/test/4/939.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/4/939.jpg similarity index 100% rename from data_classification/test/4/939.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/4/939.jpg diff --git a/data_classification/test/4/944.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/4/944.jpg similarity index 100% rename from data_classification/test/4/944.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/4/944.jpg diff --git a/data_classification/test/4/953.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/4/953.jpg similarity index 100% rename from data_classification/test/4/953.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/4/953.jpg diff --git a/data_classification/test/4/955.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/4/955.jpg similarity index 100% rename from data_classification/test/4/955.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/4/955.jpg diff --git a/data_classification/test/4/957.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/4/957.jpg similarity index 100% rename from data_classification/test/4/957.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/4/957.jpg diff --git a/data_classification/test/4/976.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/4/976.jpg similarity index 100% rename from data_classification/test/4/976.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/4/976.jpg diff --git a/data_classification/test/4/977.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/4/977.jpg similarity index 100% rename from data_classification/test/4/977.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/4/977.jpg diff --git a/data_classification/test/4/986.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/4/986.jpg similarity index 100% rename from data_classification/test/4/986.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/4/986.jpg diff --git a/data_classification/test/4/987.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/4/987.jpg similarity index 100% rename from data_classification/test/4/987.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/4/987.jpg diff --git a/data_classification/test/4/988.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/4/988.jpg similarity index 100% rename from data_classification/test/4/988.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/4/988.jpg diff --git a/data_classification/test/4/990.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/4/990.jpg similarity index 100% rename from data_classification/test/4/990.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/4/990.jpg diff --git a/data_classification/test/5/909.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/5/909.jpg similarity index 100% rename from data_classification/test/5/909.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/5/909.jpg diff --git a/data_classification/test/5/947.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/5/947.jpg similarity index 100% rename from data_classification/test/5/947.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/5/947.jpg diff --git a/data_classification/test/5/960.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/5/960.jpg similarity index 100% rename from data_classification/test/5/960.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/5/960.jpg diff --git a/data_classification/test/5/964.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/5/964.jpg similarity index 100% rename from data_classification/test/5/964.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/5/964.jpg diff --git a/data_classification/test/5/972.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/5/972.jpg similarity index 100% rename from data_classification/test/5/972.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/5/972.jpg diff --git a/data_classification/test/5/993.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/5/993.jpg similarity index 100% rename from data_classification/test/5/993.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/5/993.jpg diff --git a/data_classification/test/6/901.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/6/901.jpg similarity index 100% rename from data_classification/test/6/901.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/6/901.jpg diff --git a/data_classification/test/6/905.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/6/905.jpg similarity index 100% rename from data_classification/test/6/905.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/6/905.jpg diff --git a/data_classification/test/6/912.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/6/912.jpg similarity index 100% rename from data_classification/test/6/912.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/6/912.jpg diff --git a/data_classification/test/6/913.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/6/913.jpg similarity index 100% rename from data_classification/test/6/913.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/6/913.jpg diff --git a/data_classification/test/6/916.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/6/916.jpg similarity index 100% rename from data_classification/test/6/916.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/6/916.jpg diff --git a/data_classification/test/6/917.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/6/917.jpg similarity index 100% rename from data_classification/test/6/917.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/6/917.jpg diff --git a/data_classification/test/6/919.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/6/919.jpg similarity index 100% rename from data_classification/test/6/919.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/6/919.jpg diff --git a/data_classification/test/6/925.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/6/925.jpg similarity index 100% rename from data_classification/test/6/925.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/6/925.jpg diff --git a/data_classification/test/6/930.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/6/930.jpg similarity index 100% rename from data_classification/test/6/930.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/6/930.jpg diff --git a/data_classification/test/6/931.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/6/931.jpg similarity index 100% rename from data_classification/test/6/931.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/6/931.jpg diff --git a/data_classification/test/6/936.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/6/936.jpg similarity index 100% rename from data_classification/test/6/936.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/6/936.jpg diff --git a/data_classification/test/6/937.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/6/937.jpg similarity index 100% rename from data_classification/test/6/937.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/6/937.jpg diff --git a/data_classification/test/6/945.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/6/945.jpg similarity index 100% rename from data_classification/test/6/945.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/6/945.jpg diff --git a/data_classification/test/6/952.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/6/952.jpg similarity index 100% rename from data_classification/test/6/952.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/6/952.jpg diff --git a/data_classification/test/6/956.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/6/956.jpg similarity index 100% rename from data_classification/test/6/956.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/6/956.jpg diff --git a/data_classification/test/6/958.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/6/958.jpg similarity index 100% rename from data_classification/test/6/958.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/6/958.jpg diff --git a/data_classification/test/6/967.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/6/967.jpg similarity index 100% rename from data_classification/test/6/967.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/6/967.jpg diff --git a/data_classification/test/6/970.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/6/970.jpg similarity index 100% rename from data_classification/test/6/970.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/6/970.jpg diff --git a/data_classification/test/6/975.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/6/975.jpg similarity index 100% rename from data_classification/test/6/975.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/6/975.jpg diff --git a/data_classification/test/6/979.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/6/979.jpg similarity index 100% rename from data_classification/test/6/979.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/6/979.jpg diff --git a/data_classification/test/6/989.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/6/989.jpg similarity index 100% rename from data_classification/test/6/989.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/6/989.jpg diff --git a/data_classification/test/6/991.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/6/991.jpg similarity index 100% rename from data_classification/test/6/991.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/6/991.jpg diff --git a/data_classification/test/6/992.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/6/992.jpg similarity index 100% rename from data_classification/test/6/992.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/6/992.jpg diff --git a/data_classification/test/6/996.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/6/996.jpg similarity index 100% rename from data_classification/test/6/996.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/6/996.jpg diff --git a/data_classification/test/6/999.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/6/999.jpg similarity index 100% rename from data_classification/test/6/999.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/test/6/999.jpg diff --git a/data_classification/train/0/0.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/0.jpg similarity index 100% rename from data_classification/train/0/0.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/0.jpg diff --git a/data_classification/train/0/1.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/1.jpg similarity index 100% rename from data_classification/train/0/1.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/1.jpg diff --git a/data_classification/train/0/10.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/10.jpg similarity index 100% rename from data_classification/train/0/10.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/10.jpg diff --git a/data_classification/train/0/107.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/107.jpg similarity index 100% rename from data_classification/train/0/107.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/107.jpg diff --git a/data_classification/train/0/117.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/117.jpg similarity index 100% rename from data_classification/train/0/117.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/117.jpg diff --git a/data_classification/train/0/120.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/120.jpg similarity index 100% rename from data_classification/train/0/120.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/120.jpg diff --git a/data_classification/train/0/122.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/122.jpg similarity index 100% rename from data_classification/train/0/122.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/122.jpg diff --git a/data_classification/train/0/123.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/123.jpg similarity index 100% rename from data_classification/train/0/123.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/123.jpg diff --git a/data_classification/train/0/126.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/126.jpg similarity index 100% rename from data_classification/train/0/126.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/126.jpg diff --git a/data_classification/train/0/134.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/134.jpg similarity index 100% rename from data_classification/train/0/134.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/134.jpg diff --git a/data_classification/train/0/149.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/149.jpg similarity index 100% rename from data_classification/train/0/149.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/149.jpg diff --git a/data_classification/train/0/150.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/150.jpg similarity index 100% rename from data_classification/train/0/150.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/150.jpg diff --git a/data_classification/train/0/157.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/157.jpg similarity index 100% rename from data_classification/train/0/157.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/157.jpg diff --git a/data_classification/train/0/169.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/169.jpg similarity index 100% rename from data_classification/train/0/169.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/169.jpg diff --git a/data_classification/train/0/184.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/184.jpg similarity index 100% rename from data_classification/train/0/184.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/184.jpg diff --git a/data_classification/train/0/186.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/186.jpg similarity index 100% rename from data_classification/train/0/186.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/186.jpg diff --git a/data_classification/train/0/188.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/188.jpg similarity index 100% rename from data_classification/train/0/188.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/188.jpg diff --git a/data_classification/train/0/197.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/197.jpg similarity index 100% rename from data_classification/train/0/197.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/197.jpg diff --git a/data_classification/train/0/202.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/202.jpg similarity index 100% rename from data_classification/train/0/202.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/202.jpg diff --git a/data_classification/train/0/203.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/203.jpg similarity index 100% rename from data_classification/train/0/203.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/203.jpg diff --git a/data_classification/train/0/22.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/22.jpg similarity index 100% rename from data_classification/train/0/22.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/22.jpg diff --git a/data_classification/train/0/221.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/221.jpg similarity index 100% rename from data_classification/train/0/221.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/221.jpg diff --git a/data_classification/train/0/225.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/225.jpg similarity index 100% rename from data_classification/train/0/225.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/225.jpg diff --git a/data_classification/train/0/229.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/229.jpg similarity index 100% rename from data_classification/train/0/229.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/229.jpg diff --git a/data_classification/train/0/23.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/23.jpg similarity index 100% rename from data_classification/train/0/23.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/23.jpg diff --git a/data_classification/train/0/233.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/233.jpg similarity index 100% rename from data_classification/train/0/233.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/233.jpg diff --git a/data_classification/train/0/235.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/235.jpg similarity index 100% rename from data_classification/train/0/235.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/235.jpg diff --git a/data_classification/train/0/241.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/241.jpg similarity index 100% rename from data_classification/train/0/241.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/241.jpg diff --git a/data_classification/train/0/242.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/242.jpg similarity index 100% rename from data_classification/train/0/242.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/242.jpg diff --git a/data_classification/train/0/245.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/245.jpg similarity index 100% rename from data_classification/train/0/245.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/245.jpg diff --git a/data_classification/train/0/248.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/248.jpg similarity index 100% rename from data_classification/train/0/248.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/248.jpg diff --git a/data_classification/train/0/249.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/249.jpg similarity index 100% rename from data_classification/train/0/249.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/249.jpg diff --git a/data_classification/train/0/251.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/251.jpg similarity index 100% rename from data_classification/train/0/251.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/251.jpg diff --git a/data_classification/train/0/259.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/259.jpg similarity index 100% rename from data_classification/train/0/259.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/259.jpg diff --git a/data_classification/train/0/263.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/263.jpg similarity index 100% rename from data_classification/train/0/263.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/263.jpg diff --git a/data_classification/train/0/27.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/27.jpg similarity index 100% rename from data_classification/train/0/27.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/27.jpg diff --git a/data_classification/train/0/278.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/278.jpg similarity index 100% rename from data_classification/train/0/278.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/278.jpg diff --git a/data_classification/train/0/280.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/280.jpg similarity index 100% rename from data_classification/train/0/280.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/280.jpg diff --git a/data_classification/train/0/294.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/294.jpg similarity index 100% rename from data_classification/train/0/294.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/294.jpg diff --git a/data_classification/train/0/295.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/295.jpg similarity index 100% rename from data_classification/train/0/295.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/295.jpg diff --git a/data_classification/train/0/298.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/298.jpg similarity index 100% rename from data_classification/train/0/298.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/298.jpg diff --git a/data_classification/train/0/307.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/307.jpg similarity index 100% rename from data_classification/train/0/307.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/307.jpg diff --git a/data_classification/train/0/323.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/323.jpg similarity index 100% rename from data_classification/train/0/323.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/323.jpg diff --git a/data_classification/train/0/338.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/338.jpg similarity index 100% rename from data_classification/train/0/338.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/338.jpg diff --git a/data_classification/train/0/342.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/342.jpg similarity index 100% rename from data_classification/train/0/342.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/342.jpg diff --git a/data_classification/train/0/353.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/353.jpg similarity index 100% rename from data_classification/train/0/353.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/353.jpg diff --git a/data_classification/train/0/355.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/355.jpg similarity index 100% rename from data_classification/train/0/355.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/355.jpg diff --git a/data_classification/train/0/360.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/360.jpg similarity index 100% rename from data_classification/train/0/360.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/360.jpg diff --git a/data_classification/train/0/368.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/368.jpg similarity index 100% rename from data_classification/train/0/368.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/368.jpg diff --git a/data_classification/train/0/369.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/369.jpg similarity index 100% rename from data_classification/train/0/369.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/369.jpg diff --git a/data_classification/train/0/374.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/374.jpg similarity index 100% rename from data_classification/train/0/374.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/374.jpg diff --git a/data_classification/train/0/377.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/377.jpg similarity index 100% rename from data_classification/train/0/377.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/377.jpg diff --git a/data_classification/train/0/38.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/38.jpg similarity index 100% rename from data_classification/train/0/38.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/38.jpg diff --git a/data_classification/train/0/387.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/387.jpg similarity index 100% rename from data_classification/train/0/387.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/387.jpg diff --git a/data_classification/train/0/393.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/393.jpg similarity index 100% rename from data_classification/train/0/393.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/393.jpg diff --git a/data_classification/train/0/40.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/40.jpg similarity index 100% rename from data_classification/train/0/40.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/40.jpg diff --git a/data_classification/train/0/404.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/404.jpg similarity index 100% rename from data_classification/train/0/404.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/404.jpg diff --git a/data_classification/train/0/409.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/409.jpg similarity index 100% rename from data_classification/train/0/409.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/409.jpg diff --git a/data_classification/train/0/412.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/412.jpg similarity index 100% rename from data_classification/train/0/412.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/412.jpg diff --git a/data_classification/train/0/421.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/421.jpg similarity index 100% rename from data_classification/train/0/421.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/421.jpg diff --git a/data_classification/train/0/429.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/429.jpg similarity index 100% rename from data_classification/train/0/429.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/429.jpg diff --git a/data_classification/train/0/43.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/43.jpg similarity index 100% rename from data_classification/train/0/43.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/43.jpg diff --git a/data_classification/train/0/431.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/431.jpg similarity index 100% rename from data_classification/train/0/431.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/431.jpg diff --git a/data_classification/train/0/433.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/433.jpg similarity index 100% rename from data_classification/train/0/433.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/433.jpg diff --git a/data_classification/train/0/434.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/434.jpg similarity index 100% rename from data_classification/train/0/434.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/434.jpg diff --git a/data_classification/train/0/464.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/464.jpg similarity index 100% rename from data_classification/train/0/464.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/464.jpg diff --git a/data_classification/train/0/469.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/469.jpg similarity index 100% rename from data_classification/train/0/469.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/469.jpg diff --git a/data_classification/train/0/470.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/470.jpg similarity index 100% rename from data_classification/train/0/470.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/470.jpg diff --git a/data_classification/train/0/481.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/481.jpg similarity index 100% rename from data_classification/train/0/481.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/481.jpg diff --git a/data_classification/train/0/489.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/489.jpg similarity index 100% rename from data_classification/train/0/489.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/489.jpg diff --git a/data_classification/train/0/496.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/496.jpg similarity index 100% rename from data_classification/train/0/496.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/496.jpg diff --git a/data_classification/train/0/499.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/499.jpg similarity index 100% rename from data_classification/train/0/499.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/499.jpg diff --git a/data_classification/train/0/509.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/509.jpg similarity index 100% rename from data_classification/train/0/509.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/509.jpg diff --git a/data_classification/train/0/515.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/515.jpg similarity index 100% rename from data_classification/train/0/515.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/515.jpg diff --git a/data_classification/train/0/516.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/516.jpg similarity index 100% rename from data_classification/train/0/516.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/516.jpg diff --git a/data_classification/train/0/519.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/519.jpg similarity index 100% rename from data_classification/train/0/519.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/519.jpg diff --git a/data_classification/train/0/521.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/521.jpg similarity index 100% rename from data_classification/train/0/521.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/521.jpg diff --git a/data_classification/train/0/525.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/525.jpg similarity index 100% rename from data_classification/train/0/525.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/525.jpg diff --git a/data_classification/train/0/526.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/526.jpg similarity index 100% rename from data_classification/train/0/526.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/526.jpg diff --git a/data_classification/train/0/545.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/545.jpg similarity index 100% rename from data_classification/train/0/545.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/545.jpg diff --git a/data_classification/train/0/558.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/558.jpg similarity index 100% rename from data_classification/train/0/558.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/558.jpg diff --git a/data_classification/train/0/56.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/56.jpg similarity index 100% rename from data_classification/train/0/56.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/56.jpg diff --git a/data_classification/train/0/563.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/563.jpg similarity index 100% rename from data_classification/train/0/563.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/563.jpg diff --git a/data_classification/train/0/564.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/564.jpg similarity index 100% rename from data_classification/train/0/564.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/564.jpg diff --git a/data_classification/train/0/581.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/581.jpg similarity index 100% rename from data_classification/train/0/581.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/581.jpg diff --git a/data_classification/train/0/589.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/589.jpg similarity index 100% rename from data_classification/train/0/589.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/589.jpg diff --git a/data_classification/train/0/608.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/608.jpg similarity index 100% rename from data_classification/train/0/608.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/608.jpg diff --git a/data_classification/train/0/612.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/612.jpg similarity index 100% rename from data_classification/train/0/612.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/612.jpg diff --git a/data_classification/train/0/617.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/617.jpg similarity index 100% rename from data_classification/train/0/617.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/617.jpg diff --git a/data_classification/train/0/624.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/624.jpg similarity index 100% rename from data_classification/train/0/624.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/624.jpg diff --git a/data_classification/train/0/625.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/625.jpg similarity index 100% rename from data_classification/train/0/625.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/625.jpg diff --git a/data_classification/train/0/633.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/633.jpg similarity index 100% rename from data_classification/train/0/633.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/633.jpg diff --git a/data_classification/train/0/636.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/636.jpg similarity index 100% rename from data_classification/train/0/636.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/636.jpg diff --git a/data_classification/train/0/65.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/65.jpg similarity index 100% rename from data_classification/train/0/65.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/65.jpg diff --git a/data_classification/train/0/654.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/654.jpg similarity index 100% rename from data_classification/train/0/654.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/654.jpg diff --git a/data_classification/train/0/665.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/665.jpg similarity index 100% rename from data_classification/train/0/665.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/665.jpg diff --git a/data_classification/train/0/671.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/671.jpg similarity index 100% rename from data_classification/train/0/671.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/671.jpg diff --git a/data_classification/train/0/676.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/676.jpg similarity index 100% rename from data_classification/train/0/676.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/676.jpg diff --git a/data_classification/train/0/677.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/677.jpg similarity index 100% rename from data_classification/train/0/677.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/677.jpg diff --git a/data_classification/train/0/68.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/68.jpg similarity index 100% rename from data_classification/train/0/68.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/68.jpg diff --git a/data_classification/train/0/700.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/700.jpg similarity index 100% rename from data_classification/train/0/700.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/700.jpg diff --git a/data_classification/train/0/704.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/704.jpg similarity index 100% rename from data_classification/train/0/704.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/704.jpg diff --git a/data_classification/train/0/714.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/714.jpg similarity index 100% rename from data_classification/train/0/714.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/714.jpg diff --git a/data_classification/train/0/716.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/716.jpg similarity index 100% rename from data_classification/train/0/716.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/716.jpg diff --git a/data_classification/train/0/727.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/727.jpg similarity index 100% rename from data_classification/train/0/727.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/727.jpg diff --git a/data_classification/train/0/74.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/74.jpg similarity index 100% rename from data_classification/train/0/74.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/74.jpg diff --git a/data_classification/train/0/740.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/740.jpg similarity index 100% rename from data_classification/train/0/740.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/740.jpg diff --git a/data_classification/train/0/743.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/743.jpg similarity index 100% rename from data_classification/train/0/743.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/743.jpg diff --git a/data_classification/train/0/756.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/756.jpg similarity index 100% rename from data_classification/train/0/756.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/756.jpg diff --git a/data_classification/train/0/76.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/76.jpg similarity index 100% rename from data_classification/train/0/76.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/76.jpg diff --git a/data_classification/train/0/764.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/764.jpg similarity index 100% rename from data_classification/train/0/764.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/764.jpg diff --git a/data_classification/train/0/765.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/765.jpg similarity index 100% rename from data_classification/train/0/765.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/765.jpg diff --git a/data_classification/train/0/77.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/77.jpg similarity index 100% rename from data_classification/train/0/77.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/77.jpg diff --git a/data_classification/train/0/778.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/778.jpg similarity index 100% rename from data_classification/train/0/778.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/778.jpg diff --git a/data_classification/train/0/790.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/790.jpg similarity index 100% rename from data_classification/train/0/790.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/790.jpg diff --git a/data_classification/train/0/797.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/797.jpg similarity index 100% rename from data_classification/train/0/797.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/797.jpg diff --git a/data_classification/train/0/816.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/816.jpg similarity index 100% rename from data_classification/train/0/816.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/816.jpg diff --git a/data_classification/train/0/823.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/823.jpg similarity index 100% rename from data_classification/train/0/823.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/823.jpg diff --git a/data_classification/train/0/824.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/824.jpg similarity index 100% rename from data_classification/train/0/824.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/824.jpg diff --git a/data_classification/train/0/834.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/834.jpg similarity index 100% rename from data_classification/train/0/834.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/834.jpg diff --git a/data_classification/train/0/835.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/835.jpg similarity index 100% rename from data_classification/train/0/835.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/835.jpg diff --git a/data_classification/train/0/842.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/842.jpg similarity index 100% rename from data_classification/train/0/842.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/842.jpg diff --git a/data_classification/train/0/850.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/850.jpg similarity index 100% rename from data_classification/train/0/850.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/850.jpg diff --git a/data_classification/train/0/851.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/851.jpg similarity index 100% rename from data_classification/train/0/851.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/851.jpg diff --git a/data_classification/train/0/854.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/854.jpg similarity index 100% rename from data_classification/train/0/854.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/854.jpg diff --git a/data_classification/train/0/860.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/860.jpg similarity index 100% rename from data_classification/train/0/860.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/860.jpg diff --git a/data_classification/train/0/861.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/861.jpg similarity index 100% rename from data_classification/train/0/861.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/861.jpg diff --git a/data_classification/train/0/876.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/876.jpg similarity index 100% rename from data_classification/train/0/876.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/876.jpg diff --git a/data_classification/train/0/879.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/879.jpg similarity index 100% rename from data_classification/train/0/879.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/879.jpg diff --git a/data_classification/train/0/881.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/881.jpg similarity index 100% rename from data_classification/train/0/881.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/881.jpg diff --git a/data_classification/train/0/883.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/883.jpg similarity index 100% rename from data_classification/train/0/883.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/883.jpg diff --git a/data_classification/train/0/90.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/90.jpg similarity index 100% rename from data_classification/train/0/90.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/90.jpg diff --git a/data_classification/train/0/91.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/91.jpg similarity index 100% rename from data_classification/train/0/91.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/91.jpg diff --git a/data_classification/train/0/93.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/93.jpg similarity index 100% rename from data_classification/train/0/93.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/0/93.jpg diff --git a/data_classification/train/1/299.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/1/299.jpg similarity index 100% rename from data_classification/train/1/299.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/1/299.jpg diff --git a/data_classification/train/1/388.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/1/388.jpg similarity index 100% rename from data_classification/train/1/388.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/1/388.jpg diff --git a/data_classification/train/1/416.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/1/416.jpg similarity index 100% rename from data_classification/train/1/416.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/1/416.jpg diff --git a/data_classification/train/1/473.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/1/473.jpg similarity index 100% rename from data_classification/train/1/473.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/1/473.jpg diff --git a/data_classification/train/1/533.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/1/533.jpg similarity index 100% rename from data_classification/train/1/533.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/1/533.jpg diff --git a/data_classification/train/1/573.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/1/573.jpg similarity index 100% rename from data_classification/train/1/573.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/1/573.jpg diff --git a/data_classification/train/1/758.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/1/758.jpg similarity index 100% rename from data_classification/train/1/758.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/1/758.jpg diff --git a/data_classification/train/1/807.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/1/807.jpg similarity index 100% rename from data_classification/train/1/807.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/1/807.jpg diff --git a/data_classification/train/1/826.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/1/826.jpg similarity index 100% rename from data_classification/train/1/826.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/1/826.jpg diff --git a/data_classification/train/1/845.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/1/845.jpg similarity index 100% rename from data_classification/train/1/845.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/1/845.jpg diff --git a/data_classification/train/1/864.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/1/864.jpg similarity index 100% rename from data_classification/train/1/864.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/1/864.jpg diff --git a/data_classification/train/2/101.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/101.jpg similarity index 100% rename from data_classification/train/2/101.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/101.jpg diff --git a/data_classification/train/2/106.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/106.jpg similarity index 100% rename from data_classification/train/2/106.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/106.jpg diff --git a/data_classification/train/2/108.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/108.jpg similarity index 100% rename from data_classification/train/2/108.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/108.jpg diff --git a/data_classification/train/2/110.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/110.jpg similarity index 100% rename from data_classification/train/2/110.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/110.jpg diff --git a/data_classification/train/2/121.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/121.jpg similarity index 100% rename from data_classification/train/2/121.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/121.jpg diff --git a/data_classification/train/2/129.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/129.jpg similarity index 100% rename from data_classification/train/2/129.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/129.jpg diff --git a/data_classification/train/2/131.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/131.jpg similarity index 100% rename from data_classification/train/2/131.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/131.jpg diff --git a/data_classification/train/2/137.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/137.jpg similarity index 100% rename from data_classification/train/2/137.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/137.jpg diff --git a/data_classification/train/2/138.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/138.jpg similarity index 100% rename from data_classification/train/2/138.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/138.jpg diff --git a/data_classification/train/2/140.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/140.jpg similarity index 100% rename from data_classification/train/2/140.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/140.jpg diff --git a/data_classification/train/2/147.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/147.jpg similarity index 100% rename from data_classification/train/2/147.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/147.jpg diff --git a/data_classification/train/2/148.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/148.jpg similarity index 100% rename from data_classification/train/2/148.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/148.jpg diff --git a/data_classification/train/2/151.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/151.jpg similarity index 100% rename from data_classification/train/2/151.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/151.jpg diff --git a/data_classification/train/2/158.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/158.jpg similarity index 100% rename from data_classification/train/2/158.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/158.jpg diff --git a/data_classification/train/2/161.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/161.jpg similarity index 100% rename from data_classification/train/2/161.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/161.jpg diff --git a/data_classification/train/2/17.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/17.jpg similarity index 100% rename from data_classification/train/2/17.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/17.jpg diff --git a/data_classification/train/2/173.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/173.jpg similarity index 100% rename from data_classification/train/2/173.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/173.jpg diff --git a/data_classification/train/2/179.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/179.jpg similarity index 100% rename from data_classification/train/2/179.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/179.jpg diff --git a/data_classification/train/2/181.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/181.jpg similarity index 100% rename from data_classification/train/2/181.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/181.jpg diff --git a/data_classification/train/2/185.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/185.jpg similarity index 100% rename from data_classification/train/2/185.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/185.jpg diff --git a/data_classification/train/2/189.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/189.jpg similarity index 100% rename from data_classification/train/2/189.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/189.jpg diff --git a/data_classification/train/2/190.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/190.jpg similarity index 100% rename from data_classification/train/2/190.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/190.jpg diff --git a/data_classification/train/2/2.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/2.jpg similarity index 100% rename from data_classification/train/2/2.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/2.jpg diff --git a/data_classification/train/2/200.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/200.jpg similarity index 100% rename from data_classification/train/2/200.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/200.jpg diff --git a/data_classification/train/2/21.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/21.jpg similarity index 100% rename from data_classification/train/2/21.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/21.jpg diff --git a/data_classification/train/2/211.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/211.jpg similarity index 100% rename from data_classification/train/2/211.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/211.jpg diff --git a/data_classification/train/2/212.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/212.jpg similarity index 100% rename from data_classification/train/2/212.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/212.jpg diff --git a/data_classification/train/2/224.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/224.jpg similarity index 100% rename from data_classification/train/2/224.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/224.jpg diff --git a/data_classification/train/2/244.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/244.jpg similarity index 100% rename from data_classification/train/2/244.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/244.jpg diff --git a/data_classification/train/2/255.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/255.jpg similarity index 100% rename from data_classification/train/2/255.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/255.jpg diff --git a/data_classification/train/2/258.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/258.jpg similarity index 100% rename from data_classification/train/2/258.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/258.jpg diff --git a/data_classification/train/2/260.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/260.jpg similarity index 100% rename from data_classification/train/2/260.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/260.jpg diff --git a/data_classification/train/2/264.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/264.jpg similarity index 100% rename from data_classification/train/2/264.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/264.jpg diff --git a/data_classification/train/2/267.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/267.jpg similarity index 100% rename from data_classification/train/2/267.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/267.jpg diff --git a/data_classification/train/2/270.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/270.jpg similarity index 100% rename from data_classification/train/2/270.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/270.jpg diff --git a/data_classification/train/2/271.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/271.jpg similarity index 100% rename from data_classification/train/2/271.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/271.jpg diff --git a/data_classification/train/2/275.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/275.jpg similarity index 100% rename from data_classification/train/2/275.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/275.jpg diff --git a/data_classification/train/2/288.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/288.jpg similarity index 100% rename from data_classification/train/2/288.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/288.jpg diff --git a/data_classification/train/2/292.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/292.jpg similarity index 100% rename from data_classification/train/2/292.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/292.jpg diff --git a/data_classification/train/2/297.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/297.jpg similarity index 100% rename from data_classification/train/2/297.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/297.jpg diff --git a/data_classification/train/2/300.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/300.jpg similarity index 100% rename from data_classification/train/2/300.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/300.jpg diff --git a/data_classification/train/2/301.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/301.jpg similarity index 100% rename from data_classification/train/2/301.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/301.jpg diff --git a/data_classification/train/2/308.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/308.jpg similarity index 100% rename from data_classification/train/2/308.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/308.jpg diff --git a/data_classification/train/2/313.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/313.jpg similarity index 100% rename from data_classification/train/2/313.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/313.jpg diff --git a/data_classification/train/2/314.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/314.jpg similarity index 100% rename from data_classification/train/2/314.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/314.jpg diff --git a/data_classification/train/2/327.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/327.jpg similarity index 100% rename from data_classification/train/2/327.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/327.jpg diff --git a/data_classification/train/2/33.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/33.jpg similarity index 100% rename from data_classification/train/2/33.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/33.jpg diff --git a/data_classification/train/2/340.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/340.jpg similarity index 100% rename from data_classification/train/2/340.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/340.jpg diff --git a/data_classification/train/2/341.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/341.jpg similarity index 100% rename from data_classification/train/2/341.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/341.jpg diff --git a/data_classification/train/2/349.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/349.jpg similarity index 100% rename from data_classification/train/2/349.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/349.jpg diff --git a/data_classification/train/2/351.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/351.jpg similarity index 100% rename from data_classification/train/2/351.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/351.jpg diff --git a/data_classification/train/2/358.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/358.jpg similarity index 100% rename from data_classification/train/2/358.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/358.jpg diff --git a/data_classification/train/2/365.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/365.jpg similarity index 100% rename from data_classification/train/2/365.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/365.jpg diff --git a/data_classification/train/2/372.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/372.jpg similarity index 100% rename from data_classification/train/2/372.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/372.jpg diff --git a/data_classification/train/2/375.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/375.jpg similarity index 100% rename from data_classification/train/2/375.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/375.jpg diff --git a/data_classification/train/2/379.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/379.jpg similarity index 100% rename from data_classification/train/2/379.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/379.jpg diff --git a/data_classification/train/2/381.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/381.jpg similarity index 100% rename from data_classification/train/2/381.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/381.jpg diff --git a/data_classification/train/2/389.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/389.jpg similarity index 100% rename from data_classification/train/2/389.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/389.jpg diff --git a/data_classification/train/2/398.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/398.jpg similarity index 100% rename from data_classification/train/2/398.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/398.jpg diff --git a/data_classification/train/2/402.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/402.jpg similarity index 100% rename from data_classification/train/2/402.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/402.jpg diff --git a/data_classification/train/2/407.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/407.jpg similarity index 100% rename from data_classification/train/2/407.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/407.jpg diff --git a/data_classification/train/2/414.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/414.jpg similarity index 100% rename from data_classification/train/2/414.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/414.jpg diff --git a/data_classification/train/2/418.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/418.jpg similarity index 100% rename from data_classification/train/2/418.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/418.jpg diff --git a/data_classification/train/2/420.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/420.jpg similarity index 100% rename from data_classification/train/2/420.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/420.jpg diff --git a/data_classification/train/2/428.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/428.jpg similarity index 100% rename from data_classification/train/2/428.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/428.jpg diff --git a/data_classification/train/2/432.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/432.jpg similarity index 100% rename from data_classification/train/2/432.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/432.jpg diff --git a/data_classification/train/2/45.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/45.jpg similarity index 100% rename from data_classification/train/2/45.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/45.jpg diff --git a/data_classification/train/2/452.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/452.jpg similarity index 100% rename from data_classification/train/2/452.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/452.jpg diff --git a/data_classification/train/2/454.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/454.jpg similarity index 100% rename from data_classification/train/2/454.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/454.jpg diff --git a/data_classification/train/2/455.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/455.jpg similarity index 100% rename from data_classification/train/2/455.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/455.jpg diff --git a/data_classification/train/2/460.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/460.jpg similarity index 100% rename from data_classification/train/2/460.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/460.jpg diff --git a/data_classification/train/2/474.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/474.jpg similarity index 100% rename from data_classification/train/2/474.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/474.jpg diff --git a/data_classification/train/2/476.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/476.jpg similarity index 100% rename from data_classification/train/2/476.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/476.jpg diff --git a/data_classification/train/2/477.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/477.jpg similarity index 100% rename from data_classification/train/2/477.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/477.jpg diff --git a/data_classification/train/2/479.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/479.jpg similarity index 100% rename from data_classification/train/2/479.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/479.jpg diff --git a/data_classification/train/2/48.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/48.jpg similarity index 100% rename from data_classification/train/2/48.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/48.jpg diff --git a/data_classification/train/2/483.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/483.jpg similarity index 100% rename from data_classification/train/2/483.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/483.jpg diff --git a/data_classification/train/2/486.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/486.jpg similarity index 100% rename from data_classification/train/2/486.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/486.jpg diff --git a/data_classification/train/2/49.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/49.jpg similarity index 100% rename from data_classification/train/2/49.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/49.jpg diff --git a/data_classification/train/2/5.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/5.jpg similarity index 100% rename from data_classification/train/2/5.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/5.jpg diff --git a/data_classification/train/2/50.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/50.jpg similarity index 100% rename from data_classification/train/2/50.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/50.jpg diff --git a/data_classification/train/2/500.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/500.jpg similarity index 100% rename from data_classification/train/2/500.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/500.jpg diff --git a/data_classification/train/2/504.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/504.jpg similarity index 100% rename from data_classification/train/2/504.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/504.jpg diff --git a/data_classification/train/2/507.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/507.jpg similarity index 100% rename from data_classification/train/2/507.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/507.jpg diff --git a/data_classification/train/2/517.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/517.jpg similarity index 100% rename from data_classification/train/2/517.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/517.jpg diff --git a/data_classification/train/2/538.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/538.jpg similarity index 100% rename from data_classification/train/2/538.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/538.jpg diff --git a/data_classification/train/2/546.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/546.jpg similarity index 100% rename from data_classification/train/2/546.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/546.jpg diff --git a/data_classification/train/2/550.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/550.jpg similarity index 100% rename from data_classification/train/2/550.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/550.jpg diff --git a/data_classification/train/2/560.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/560.jpg similarity index 100% rename from data_classification/train/2/560.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/560.jpg diff --git a/data_classification/train/2/566.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/566.jpg similarity index 100% rename from data_classification/train/2/566.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/566.jpg diff --git a/data_classification/train/2/575.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/575.jpg similarity index 100% rename from data_classification/train/2/575.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/575.jpg diff --git a/data_classification/train/2/576.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/576.jpg similarity index 100% rename from data_classification/train/2/576.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/576.jpg diff --git a/data_classification/train/2/578.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/578.jpg similarity index 100% rename from data_classification/train/2/578.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/578.jpg diff --git a/data_classification/train/2/579.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/579.jpg similarity index 100% rename from data_classification/train/2/579.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/579.jpg diff --git a/data_classification/train/2/587.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/587.jpg similarity index 100% rename from data_classification/train/2/587.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/587.jpg diff --git a/data_classification/train/2/59.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/59.jpg similarity index 100% rename from data_classification/train/2/59.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/59.jpg diff --git a/data_classification/train/2/591.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/591.jpg similarity index 100% rename from data_classification/train/2/591.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/591.jpg diff --git a/data_classification/train/2/593.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/593.jpg similarity index 100% rename from data_classification/train/2/593.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/593.jpg diff --git a/data_classification/train/2/597.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/597.jpg similarity index 100% rename from data_classification/train/2/597.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/597.jpg diff --git a/data_classification/train/2/599.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/599.jpg similarity index 100% rename from data_classification/train/2/599.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/599.jpg diff --git a/data_classification/train/2/600.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/600.jpg similarity index 100% rename from data_classification/train/2/600.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/600.jpg diff --git a/data_classification/train/2/622.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/622.jpg similarity index 100% rename from data_classification/train/2/622.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/622.jpg diff --git a/data_classification/train/2/634.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/634.jpg similarity index 100% rename from data_classification/train/2/634.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/634.jpg diff --git a/data_classification/train/2/656.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/656.jpg similarity index 100% rename from data_classification/train/2/656.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/656.jpg diff --git a/data_classification/train/2/663.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/663.jpg similarity index 100% rename from data_classification/train/2/663.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/663.jpg diff --git a/data_classification/train/2/669.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/669.jpg similarity index 100% rename from data_classification/train/2/669.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/669.jpg diff --git a/data_classification/train/2/689.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/689.jpg similarity index 100% rename from data_classification/train/2/689.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/689.jpg diff --git a/data_classification/train/2/701.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/701.jpg similarity index 100% rename from data_classification/train/2/701.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/701.jpg diff --git a/data_classification/train/2/702.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/702.jpg similarity index 100% rename from data_classification/train/2/702.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/702.jpg diff --git a/data_classification/train/2/707.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/707.jpg similarity index 100% rename from data_classification/train/2/707.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/707.jpg diff --git a/data_classification/train/2/709.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/709.jpg similarity index 100% rename from data_classification/train/2/709.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/709.jpg diff --git a/data_classification/train/2/71.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/71.jpg similarity index 100% rename from data_classification/train/2/71.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/71.jpg diff --git a/data_classification/train/2/710.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/710.jpg similarity index 100% rename from data_classification/train/2/710.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/710.jpg diff --git a/data_classification/train/2/712.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/712.jpg similarity index 100% rename from data_classification/train/2/712.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/712.jpg diff --git a/data_classification/train/2/718.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/718.jpg similarity index 100% rename from data_classification/train/2/718.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/718.jpg diff --git a/data_classification/train/2/723.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/723.jpg similarity index 100% rename from data_classification/train/2/723.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/723.jpg diff --git a/data_classification/train/2/729.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/729.jpg similarity index 100% rename from data_classification/train/2/729.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/729.jpg diff --git a/data_classification/train/2/73.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/73.jpg similarity index 100% rename from data_classification/train/2/73.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/73.jpg diff --git a/data_classification/train/2/731.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/731.jpg similarity index 100% rename from data_classification/train/2/731.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/731.jpg diff --git a/data_classification/train/2/739.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/739.jpg similarity index 100% rename from data_classification/train/2/739.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/739.jpg diff --git a/data_classification/train/2/741.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/741.jpg similarity index 100% rename from data_classification/train/2/741.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/741.jpg diff --git a/data_classification/train/2/744.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/744.jpg similarity index 100% rename from data_classification/train/2/744.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/744.jpg diff --git a/data_classification/train/2/745.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/745.jpg similarity index 100% rename from data_classification/train/2/745.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/745.jpg diff --git a/data_classification/train/2/746.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/746.jpg similarity index 100% rename from data_classification/train/2/746.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/746.jpg diff --git a/data_classification/train/2/748.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/748.jpg similarity index 100% rename from data_classification/train/2/748.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/748.jpg diff --git a/data_classification/train/2/755.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/755.jpg similarity index 100% rename from data_classification/train/2/755.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/755.jpg diff --git a/data_classification/train/2/768.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/768.jpg similarity index 100% rename from data_classification/train/2/768.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/768.jpg diff --git a/data_classification/train/2/769.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/769.jpg similarity index 100% rename from data_classification/train/2/769.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/769.jpg diff --git a/data_classification/train/2/773.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/773.jpg similarity index 100% rename from data_classification/train/2/773.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/773.jpg diff --git a/data_classification/train/2/794.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/794.jpg similarity index 100% rename from data_classification/train/2/794.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/794.jpg diff --git a/data_classification/train/2/799.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/799.jpg similarity index 100% rename from data_classification/train/2/799.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/799.jpg diff --git a/data_classification/train/2/804.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/804.jpg similarity index 100% rename from data_classification/train/2/804.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/804.jpg diff --git a/data_classification/train/2/806.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/806.jpg similarity index 100% rename from data_classification/train/2/806.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/806.jpg diff --git a/data_classification/train/2/811.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/811.jpg similarity index 100% rename from data_classification/train/2/811.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/811.jpg diff --git a/data_classification/train/2/815.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/815.jpg similarity index 100% rename from data_classification/train/2/815.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/815.jpg diff --git a/data_classification/train/2/825.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/825.jpg similarity index 100% rename from data_classification/train/2/825.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/825.jpg diff --git a/data_classification/train/2/833.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/833.jpg similarity index 100% rename from data_classification/train/2/833.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/833.jpg diff --git a/data_classification/train/2/836.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/836.jpg similarity index 100% rename from data_classification/train/2/836.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/836.jpg diff --git a/data_classification/train/2/84.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/84.jpg similarity index 100% rename from data_classification/train/2/84.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/84.jpg diff --git a/data_classification/train/2/846.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/846.jpg similarity index 100% rename from data_classification/train/2/846.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/846.jpg diff --git a/data_classification/train/2/847.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/847.jpg similarity index 100% rename from data_classification/train/2/847.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/847.jpg diff --git a/data_classification/train/2/85.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/85.jpg similarity index 100% rename from data_classification/train/2/85.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/85.jpg diff --git a/data_classification/train/2/859.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/859.jpg similarity index 100% rename from data_classification/train/2/859.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/859.jpg diff --git a/data_classification/train/2/862.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/862.jpg similarity index 100% rename from data_classification/train/2/862.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/862.jpg diff --git a/data_classification/train/2/869.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/869.jpg similarity index 100% rename from data_classification/train/2/869.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/869.jpg diff --git a/data_classification/train/2/871.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/871.jpg similarity index 100% rename from data_classification/train/2/871.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/871.jpg diff --git a/data_classification/train/2/872.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/872.jpg similarity index 100% rename from data_classification/train/2/872.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/872.jpg diff --git a/data_classification/train/2/886.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/886.jpg similarity index 100% rename from data_classification/train/2/886.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/886.jpg diff --git a/data_classification/train/2/890.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/890.jpg similarity index 100% rename from data_classification/train/2/890.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/890.jpg diff --git a/data_classification/train/2/896.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/896.jpg similarity index 100% rename from data_classification/train/2/896.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/896.jpg diff --git a/data_classification/train/2/9.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/9.jpg similarity index 100% rename from data_classification/train/2/9.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/9.jpg diff --git a/data_classification/train/2/95.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/95.jpg similarity index 100% rename from data_classification/train/2/95.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/95.jpg diff --git a/data_classification/train/2/96.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/96.jpg similarity index 100% rename from data_classification/train/2/96.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/2/96.jpg diff --git a/data_classification/train/3/100.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/100.jpg similarity index 100% rename from data_classification/train/3/100.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/100.jpg diff --git a/data_classification/train/3/103.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/103.jpg similarity index 100% rename from data_classification/train/3/103.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/103.jpg diff --git a/data_classification/train/3/105.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/105.jpg similarity index 100% rename from data_classification/train/3/105.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/105.jpg diff --git a/data_classification/train/3/109.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/109.jpg similarity index 100% rename from data_classification/train/3/109.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/109.jpg diff --git a/data_classification/train/3/111.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/111.jpg similarity index 100% rename from data_classification/train/3/111.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/111.jpg diff --git a/data_classification/train/3/114.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/114.jpg similarity index 100% rename from data_classification/train/3/114.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/114.jpg diff --git a/data_classification/train/3/118.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/118.jpg similarity index 100% rename from data_classification/train/3/118.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/118.jpg diff --git a/data_classification/train/3/119.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/119.jpg similarity index 100% rename from data_classification/train/3/119.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/119.jpg diff --git a/data_classification/train/3/124.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/124.jpg similarity index 100% rename from data_classification/train/3/124.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/124.jpg diff --git a/data_classification/train/3/125.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/125.jpg similarity index 100% rename from data_classification/train/3/125.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/125.jpg diff --git a/data_classification/train/3/133.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/133.jpg similarity index 100% rename from data_classification/train/3/133.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/133.jpg diff --git a/data_classification/train/3/139.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/139.jpg similarity index 100% rename from data_classification/train/3/139.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/139.jpg diff --git a/data_classification/train/3/14.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/14.jpg similarity index 100% rename from data_classification/train/3/14.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/14.jpg diff --git a/data_classification/train/3/141.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/141.jpg similarity index 100% rename from data_classification/train/3/141.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/141.jpg diff --git a/data_classification/train/3/142.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/142.jpg similarity index 100% rename from data_classification/train/3/142.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/142.jpg diff --git a/data_classification/train/3/143.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/143.jpg similarity index 100% rename from data_classification/train/3/143.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/143.jpg diff --git a/data_classification/train/3/144.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/144.jpg similarity index 100% rename from data_classification/train/3/144.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/144.jpg diff --git a/data_classification/train/3/145.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/145.jpg similarity index 100% rename from data_classification/train/3/145.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/145.jpg diff --git a/data_classification/train/3/153.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/153.jpg similarity index 100% rename from data_classification/train/3/153.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/153.jpg diff --git a/data_classification/train/3/156.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/156.jpg similarity index 100% rename from data_classification/train/3/156.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/156.jpg diff --git a/data_classification/train/3/16.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/16.jpg similarity index 100% rename from data_classification/train/3/16.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/16.jpg diff --git a/data_classification/train/3/162.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/162.jpg similarity index 100% rename from data_classification/train/3/162.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/162.jpg diff --git a/data_classification/train/3/165.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/165.jpg similarity index 100% rename from data_classification/train/3/165.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/165.jpg diff --git a/data_classification/train/3/167.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/167.jpg similarity index 100% rename from data_classification/train/3/167.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/167.jpg diff --git a/data_classification/train/3/180.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/180.jpg similarity index 100% rename from data_classification/train/3/180.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/180.jpg diff --git a/data_classification/train/3/182.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/182.jpg similarity index 100% rename from data_classification/train/3/182.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/182.jpg diff --git a/data_classification/train/3/187.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/187.jpg similarity index 100% rename from data_classification/train/3/187.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/187.jpg diff --git a/data_classification/train/3/192.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/192.jpg similarity index 100% rename from data_classification/train/3/192.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/192.jpg diff --git a/data_classification/train/3/196.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/196.jpg similarity index 100% rename from data_classification/train/3/196.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/196.jpg diff --git a/data_classification/train/3/207.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/207.jpg similarity index 100% rename from data_classification/train/3/207.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/207.jpg diff --git a/data_classification/train/3/210.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/210.jpg similarity index 100% rename from data_classification/train/3/210.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/210.jpg diff --git a/data_classification/train/3/213.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/213.jpg similarity index 100% rename from data_classification/train/3/213.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/213.jpg diff --git a/data_classification/train/3/214.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/214.jpg similarity index 100% rename from data_classification/train/3/214.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/214.jpg diff --git a/data_classification/train/3/215.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/215.jpg similarity index 100% rename from data_classification/train/3/215.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/215.jpg diff --git a/data_classification/train/3/216.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/216.jpg similarity index 100% rename from data_classification/train/3/216.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/216.jpg diff --git a/data_classification/train/3/218.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/218.jpg similarity index 100% rename from data_classification/train/3/218.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/218.jpg diff --git a/data_classification/train/3/220.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/220.jpg similarity index 100% rename from data_classification/train/3/220.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/220.jpg diff --git a/data_classification/train/3/223.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/223.jpg similarity index 100% rename from data_classification/train/3/223.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/223.jpg diff --git a/data_classification/train/3/232.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/232.jpg similarity index 100% rename from data_classification/train/3/232.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/232.jpg diff --git a/data_classification/train/3/234.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/234.jpg similarity index 100% rename from data_classification/train/3/234.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/234.jpg diff --git a/data_classification/train/3/239.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/239.jpg similarity index 100% rename from data_classification/train/3/239.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/239.jpg diff --git a/data_classification/train/3/24.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/24.jpg similarity index 100% rename from data_classification/train/3/24.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/24.jpg diff --git a/data_classification/train/3/240.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/240.jpg similarity index 100% rename from data_classification/train/3/240.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/240.jpg diff --git a/data_classification/train/3/247.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/247.jpg similarity index 100% rename from data_classification/train/3/247.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/247.jpg diff --git a/data_classification/train/3/25.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/25.jpg similarity index 100% rename from data_classification/train/3/25.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/25.jpg diff --git a/data_classification/train/3/254.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/254.jpg similarity index 100% rename from data_classification/train/3/254.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/254.jpg diff --git a/data_classification/train/3/265.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/265.jpg similarity index 100% rename from data_classification/train/3/265.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/265.jpg diff --git a/data_classification/train/3/277.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/277.jpg similarity index 100% rename from data_classification/train/3/277.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/277.jpg diff --git a/data_classification/train/3/28.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/28.jpg similarity index 100% rename from data_classification/train/3/28.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/28.jpg diff --git a/data_classification/train/3/282.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/282.jpg similarity index 100% rename from data_classification/train/3/282.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/282.jpg diff --git a/data_classification/train/3/283.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/283.jpg similarity index 100% rename from data_classification/train/3/283.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/283.jpg diff --git a/data_classification/train/3/284.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/284.jpg similarity index 100% rename from data_classification/train/3/284.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/284.jpg diff --git a/data_classification/train/3/285.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/285.jpg similarity index 100% rename from data_classification/train/3/285.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/285.jpg diff --git a/data_classification/train/3/287.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/287.jpg similarity index 100% rename from data_classification/train/3/287.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/287.jpg diff --git a/data_classification/train/3/291.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/291.jpg similarity index 100% rename from data_classification/train/3/291.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/291.jpg diff --git a/data_classification/train/3/296.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/296.jpg similarity index 100% rename from data_classification/train/3/296.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/296.jpg diff --git a/data_classification/train/3/30.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/30.jpg similarity index 100% rename from data_classification/train/3/30.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/30.jpg diff --git a/data_classification/train/3/303.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/303.jpg similarity index 100% rename from data_classification/train/3/303.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/303.jpg diff --git a/data_classification/train/3/309.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/309.jpg similarity index 100% rename from data_classification/train/3/309.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/309.jpg diff --git a/data_classification/train/3/315.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/315.jpg similarity index 100% rename from data_classification/train/3/315.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/315.jpg diff --git a/data_classification/train/3/32.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/32.jpg similarity index 100% rename from data_classification/train/3/32.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/32.jpg diff --git a/data_classification/train/3/324.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/324.jpg similarity index 100% rename from data_classification/train/3/324.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/324.jpg diff --git a/data_classification/train/3/325.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/325.jpg similarity index 100% rename from data_classification/train/3/325.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/325.jpg diff --git a/data_classification/train/3/326.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/326.jpg similarity index 100% rename from data_classification/train/3/326.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/326.jpg diff --git a/data_classification/train/3/331.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/331.jpg similarity index 100% rename from data_classification/train/3/331.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/331.jpg diff --git a/data_classification/train/3/333.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/333.jpg similarity index 100% rename from data_classification/train/3/333.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/333.jpg diff --git a/data_classification/train/3/334.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/334.jpg similarity index 100% rename from data_classification/train/3/334.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/334.jpg diff --git a/data_classification/train/3/335.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/335.jpg similarity index 100% rename from data_classification/train/3/335.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/335.jpg diff --git a/data_classification/train/3/34.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/34.jpg similarity index 100% rename from data_classification/train/3/34.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/34.jpg diff --git a/data_classification/train/3/348.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/348.jpg similarity index 100% rename from data_classification/train/3/348.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/348.jpg diff --git a/data_classification/train/3/356.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/356.jpg similarity index 100% rename from data_classification/train/3/356.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/356.jpg diff --git a/data_classification/train/3/364.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/364.jpg similarity index 100% rename from data_classification/train/3/364.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/364.jpg diff --git a/data_classification/train/3/366.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/366.jpg similarity index 100% rename from data_classification/train/3/366.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/366.jpg diff --git a/data_classification/train/3/370.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/370.jpg similarity index 100% rename from data_classification/train/3/370.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/370.jpg diff --git a/data_classification/train/3/371.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/371.jpg similarity index 100% rename from data_classification/train/3/371.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/371.jpg diff --git a/data_classification/train/3/378.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/378.jpg similarity index 100% rename from data_classification/train/3/378.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/378.jpg diff --git a/data_classification/train/3/380.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/380.jpg similarity index 100% rename from data_classification/train/3/380.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/380.jpg diff --git a/data_classification/train/3/384.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/384.jpg similarity index 100% rename from data_classification/train/3/384.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/384.jpg diff --git a/data_classification/train/3/401.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/401.jpg similarity index 100% rename from data_classification/train/3/401.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/401.jpg diff --git a/data_classification/train/3/406.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/406.jpg similarity index 100% rename from data_classification/train/3/406.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/406.jpg diff --git a/data_classification/train/3/408.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/408.jpg similarity index 100% rename from data_classification/train/3/408.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/408.jpg diff --git a/data_classification/train/3/41.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/41.jpg similarity index 100% rename from data_classification/train/3/41.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/41.jpg diff --git a/data_classification/train/3/417.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/417.jpg similarity index 100% rename from data_classification/train/3/417.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/417.jpg diff --git a/data_classification/train/3/436.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/436.jpg similarity index 100% rename from data_classification/train/3/436.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/436.jpg diff --git a/data_classification/train/3/437.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/437.jpg similarity index 100% rename from data_classification/train/3/437.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/437.jpg diff --git a/data_classification/train/3/439.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/439.jpg similarity index 100% rename from data_classification/train/3/439.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/439.jpg diff --git a/data_classification/train/3/440.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/440.jpg similarity index 100% rename from data_classification/train/3/440.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/440.jpg diff --git a/data_classification/train/3/444.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/444.jpg similarity index 100% rename from data_classification/train/3/444.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/444.jpg diff --git a/data_classification/train/3/445.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/445.jpg similarity index 100% rename from data_classification/train/3/445.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/445.jpg diff --git a/data_classification/train/3/446.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/446.jpg similarity index 100% rename from data_classification/train/3/446.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/446.jpg diff --git a/data_classification/train/3/450.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/450.jpg similarity index 100% rename from data_classification/train/3/450.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/450.jpg diff --git a/data_classification/train/3/453.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/453.jpg similarity index 100% rename from data_classification/train/3/453.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/453.jpg diff --git a/data_classification/train/3/456.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/456.jpg similarity index 100% rename from data_classification/train/3/456.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/456.jpg diff --git a/data_classification/train/3/458.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/458.jpg similarity index 100% rename from data_classification/train/3/458.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/458.jpg diff --git a/data_classification/train/3/46.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/46.jpg similarity index 100% rename from data_classification/train/3/46.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/46.jpg diff --git a/data_classification/train/3/463.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/463.jpg similarity index 100% rename from data_classification/train/3/463.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/463.jpg diff --git a/data_classification/train/3/465.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/465.jpg similarity index 100% rename from data_classification/train/3/465.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/465.jpg diff --git a/data_classification/train/3/472.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/472.jpg similarity index 100% rename from data_classification/train/3/472.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/472.jpg diff --git a/data_classification/train/3/478.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/478.jpg similarity index 100% rename from data_classification/train/3/478.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/478.jpg diff --git a/data_classification/train/3/485.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/485.jpg similarity index 100% rename from data_classification/train/3/485.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/485.jpg diff --git a/data_classification/train/3/487.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/487.jpg similarity index 100% rename from data_classification/train/3/487.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/487.jpg diff --git a/data_classification/train/3/495.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/495.jpg similarity index 100% rename from data_classification/train/3/495.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/495.jpg diff --git a/data_classification/train/3/511.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/511.jpg similarity index 100% rename from data_classification/train/3/511.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/511.jpg diff --git a/data_classification/train/3/512.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/512.jpg similarity index 100% rename from data_classification/train/3/512.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/512.jpg diff --git a/data_classification/train/3/527.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/527.jpg similarity index 100% rename from data_classification/train/3/527.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/527.jpg diff --git a/data_classification/train/3/531.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/531.jpg similarity index 100% rename from data_classification/train/3/531.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/531.jpg diff --git a/data_classification/train/3/532.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/532.jpg similarity index 100% rename from data_classification/train/3/532.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/532.jpg diff --git a/data_classification/train/3/537.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/537.jpg similarity index 100% rename from data_classification/train/3/537.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/537.jpg diff --git a/data_classification/train/3/539.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/539.jpg similarity index 100% rename from data_classification/train/3/539.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/539.jpg diff --git a/data_classification/train/3/540.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/540.jpg similarity index 100% rename from data_classification/train/3/540.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/540.jpg diff --git a/data_classification/train/3/553.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/553.jpg similarity index 100% rename from data_classification/train/3/553.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/553.jpg diff --git a/data_classification/train/3/561.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/561.jpg similarity index 100% rename from data_classification/train/3/561.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/561.jpg diff --git a/data_classification/train/3/562.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/562.jpg similarity index 100% rename from data_classification/train/3/562.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/562.jpg diff --git a/data_classification/train/3/568.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/568.jpg similarity index 100% rename from data_classification/train/3/568.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/568.jpg diff --git a/data_classification/train/3/569.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/569.jpg similarity index 100% rename from data_classification/train/3/569.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/569.jpg diff --git a/data_classification/train/3/57.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/57.jpg similarity index 100% rename from data_classification/train/3/57.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/57.jpg diff --git a/data_classification/train/3/572.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/572.jpg similarity index 100% rename from data_classification/train/3/572.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/572.jpg diff --git a/data_classification/train/3/574.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/574.jpg similarity index 100% rename from data_classification/train/3/574.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/574.jpg diff --git a/data_classification/train/3/582.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/582.jpg similarity index 100% rename from data_classification/train/3/582.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/582.jpg diff --git a/data_classification/train/3/585.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/585.jpg similarity index 100% rename from data_classification/train/3/585.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/585.jpg diff --git a/data_classification/train/3/586.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/586.jpg similarity index 100% rename from data_classification/train/3/586.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/586.jpg diff --git a/data_classification/train/3/588.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/588.jpg similarity index 100% rename from data_classification/train/3/588.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/588.jpg diff --git a/data_classification/train/3/594.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/594.jpg similarity index 100% rename from data_classification/train/3/594.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/594.jpg diff --git a/data_classification/train/3/606.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/606.jpg similarity index 100% rename from data_classification/train/3/606.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/606.jpg diff --git a/data_classification/train/3/609.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/609.jpg similarity index 100% rename from data_classification/train/3/609.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/609.jpg diff --git a/data_classification/train/3/613.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/613.jpg similarity index 100% rename from data_classification/train/3/613.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/613.jpg diff --git a/data_classification/train/3/62.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/62.jpg similarity index 100% rename from data_classification/train/3/62.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/62.jpg diff --git a/data_classification/train/3/620.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/620.jpg similarity index 100% rename from data_classification/train/3/620.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/620.jpg diff --git a/data_classification/train/3/623.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/623.jpg similarity index 100% rename from data_classification/train/3/623.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/623.jpg diff --git a/data_classification/train/3/626.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/626.jpg similarity index 100% rename from data_classification/train/3/626.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/626.jpg diff --git a/data_classification/train/3/628.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/628.jpg similarity index 100% rename from data_classification/train/3/628.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/628.jpg diff --git a/data_classification/train/3/629.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/629.jpg similarity index 100% rename from data_classification/train/3/629.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/629.jpg diff --git a/data_classification/train/3/635.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/635.jpg similarity index 100% rename from data_classification/train/3/635.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/635.jpg diff --git a/data_classification/train/3/637.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/637.jpg similarity index 100% rename from data_classification/train/3/637.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/637.jpg diff --git a/data_classification/train/3/639.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/639.jpg similarity index 100% rename from data_classification/train/3/639.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/639.jpg diff --git a/data_classification/train/3/64.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/64.jpg similarity index 100% rename from data_classification/train/3/64.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/64.jpg diff --git a/data_classification/train/3/641.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/641.jpg similarity index 100% rename from data_classification/train/3/641.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/641.jpg diff --git a/data_classification/train/3/645.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/645.jpg similarity index 100% rename from data_classification/train/3/645.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/645.jpg diff --git a/data_classification/train/3/648.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/648.jpg similarity index 100% rename from data_classification/train/3/648.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/648.jpg diff --git a/data_classification/train/3/653.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/653.jpg similarity index 100% rename from data_classification/train/3/653.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/653.jpg diff --git a/data_classification/train/3/655.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/655.jpg similarity index 100% rename from data_classification/train/3/655.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/655.jpg diff --git a/data_classification/train/3/657.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/657.jpg similarity index 100% rename from data_classification/train/3/657.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/657.jpg diff --git a/data_classification/train/3/658.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/658.jpg similarity index 100% rename from data_classification/train/3/658.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/658.jpg diff --git a/data_classification/train/3/659.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/659.jpg similarity index 100% rename from data_classification/train/3/659.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/659.jpg diff --git a/data_classification/train/3/664.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/664.jpg similarity index 100% rename from data_classification/train/3/664.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/664.jpg diff --git a/data_classification/train/3/666.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/666.jpg similarity index 100% rename from data_classification/train/3/666.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/666.jpg diff --git a/data_classification/train/3/667.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/667.jpg similarity index 100% rename from data_classification/train/3/667.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/667.jpg diff --git a/data_classification/train/3/668.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/668.jpg similarity index 100% rename from data_classification/train/3/668.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/668.jpg diff --git a/data_classification/train/3/67.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/67.jpg similarity index 100% rename from data_classification/train/3/67.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/67.jpg diff --git a/data_classification/train/3/674.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/674.jpg similarity index 100% rename from data_classification/train/3/674.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/674.jpg diff --git a/data_classification/train/3/678.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/678.jpg similarity index 100% rename from data_classification/train/3/678.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/678.jpg diff --git a/data_classification/train/3/681.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/681.jpg similarity index 100% rename from data_classification/train/3/681.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/681.jpg diff --git a/data_classification/train/3/682.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/682.jpg similarity index 100% rename from data_classification/train/3/682.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/682.jpg diff --git a/data_classification/train/3/684.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/684.jpg similarity index 100% rename from data_classification/train/3/684.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/684.jpg diff --git a/data_classification/train/3/685.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/685.jpg similarity index 100% rename from data_classification/train/3/685.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/685.jpg diff --git a/data_classification/train/3/687.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/687.jpg similarity index 100% rename from data_classification/train/3/687.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/687.jpg diff --git a/data_classification/train/3/690.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/690.jpg similarity index 100% rename from data_classification/train/3/690.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/690.jpg diff --git a/data_classification/train/3/691.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/691.jpg similarity index 100% rename from data_classification/train/3/691.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/691.jpg diff --git a/data_classification/train/3/693.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/693.jpg similarity index 100% rename from data_classification/train/3/693.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/693.jpg diff --git a/data_classification/train/3/7.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/7.jpg similarity index 100% rename from data_classification/train/3/7.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/7.jpg diff --git a/data_classification/train/3/706.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/706.jpg similarity index 100% rename from data_classification/train/3/706.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/706.jpg diff --git a/data_classification/train/3/713.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/713.jpg similarity index 100% rename from data_classification/train/3/713.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/713.jpg diff --git a/data_classification/train/3/720.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/720.jpg similarity index 100% rename from data_classification/train/3/720.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/720.jpg diff --git a/data_classification/train/3/721.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/721.jpg similarity index 100% rename from data_classification/train/3/721.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/721.jpg diff --git a/data_classification/train/3/722.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/722.jpg similarity index 100% rename from data_classification/train/3/722.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/722.jpg diff --git a/data_classification/train/3/724.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/724.jpg similarity index 100% rename from data_classification/train/3/724.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/724.jpg diff --git a/data_classification/train/3/728.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/728.jpg similarity index 100% rename from data_classification/train/3/728.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/728.jpg diff --git a/data_classification/train/3/734.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/734.jpg similarity index 100% rename from data_classification/train/3/734.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/734.jpg diff --git a/data_classification/train/3/736.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/736.jpg similarity index 100% rename from data_classification/train/3/736.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/736.jpg diff --git a/data_classification/train/3/737.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/737.jpg similarity index 100% rename from data_classification/train/3/737.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/737.jpg diff --git a/data_classification/train/3/738.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/738.jpg similarity index 100% rename from data_classification/train/3/738.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/738.jpg diff --git a/data_classification/train/3/760.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/760.jpg similarity index 100% rename from data_classification/train/3/760.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/760.jpg diff --git a/data_classification/train/3/774.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/774.jpg similarity index 100% rename from data_classification/train/3/774.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/774.jpg diff --git a/data_classification/train/3/775.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/775.jpg similarity index 100% rename from data_classification/train/3/775.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/775.jpg diff --git a/data_classification/train/3/780.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/780.jpg similarity index 100% rename from data_classification/train/3/780.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/780.jpg diff --git a/data_classification/train/3/786.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/786.jpg similarity index 100% rename from data_classification/train/3/786.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/786.jpg diff --git a/data_classification/train/3/791.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/791.jpg similarity index 100% rename from data_classification/train/3/791.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/791.jpg diff --git a/data_classification/train/3/792.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/792.jpg similarity index 100% rename from data_classification/train/3/792.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/792.jpg diff --git a/data_classification/train/3/8.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/8.jpg similarity index 100% rename from data_classification/train/3/8.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/8.jpg diff --git a/data_classification/train/3/80.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/80.jpg similarity index 100% rename from data_classification/train/3/80.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/80.jpg diff --git a/data_classification/train/3/802.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/802.jpg similarity index 100% rename from data_classification/train/3/802.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/802.jpg diff --git a/data_classification/train/3/803.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/803.jpg similarity index 100% rename from data_classification/train/3/803.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/803.jpg diff --git a/data_classification/train/3/809.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/809.jpg similarity index 100% rename from data_classification/train/3/809.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/809.jpg diff --git a/data_classification/train/3/810.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/810.jpg similarity index 100% rename from data_classification/train/3/810.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/810.jpg diff --git a/data_classification/train/3/813.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/813.jpg similarity index 100% rename from data_classification/train/3/813.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/813.jpg diff --git a/data_classification/train/3/817.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/817.jpg similarity index 100% rename from data_classification/train/3/817.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/817.jpg diff --git a/data_classification/train/3/82.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/82.jpg similarity index 100% rename from data_classification/train/3/82.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/82.jpg diff --git a/data_classification/train/3/820.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/820.jpg similarity index 100% rename from data_classification/train/3/820.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/820.jpg diff --git a/data_classification/train/3/821.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/821.jpg similarity index 100% rename from data_classification/train/3/821.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/821.jpg diff --git a/data_classification/train/3/827.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/827.jpg similarity index 100% rename from data_classification/train/3/827.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/827.jpg diff --git a/data_classification/train/3/829.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/829.jpg similarity index 100% rename from data_classification/train/3/829.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/829.jpg diff --git a/data_classification/train/3/830.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/830.jpg similarity index 100% rename from data_classification/train/3/830.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/830.jpg diff --git a/data_classification/train/3/840.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/840.jpg similarity index 100% rename from data_classification/train/3/840.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/840.jpg diff --git a/data_classification/train/3/849.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/849.jpg similarity index 100% rename from data_classification/train/3/849.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/849.jpg diff --git a/data_classification/train/3/856.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/856.jpg similarity index 100% rename from data_classification/train/3/856.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/856.jpg diff --git a/data_classification/train/3/863.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/863.jpg similarity index 100% rename from data_classification/train/3/863.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/863.jpg diff --git a/data_classification/train/3/870.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/870.jpg similarity index 100% rename from data_classification/train/3/870.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/870.jpg diff --git a/data_classification/train/3/873.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/873.jpg similarity index 100% rename from data_classification/train/3/873.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/873.jpg diff --git a/data_classification/train/3/880.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/880.jpg similarity index 100% rename from data_classification/train/3/880.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/880.jpg diff --git a/data_classification/train/3/887.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/887.jpg similarity index 100% rename from data_classification/train/3/887.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/887.jpg diff --git a/data_classification/train/3/892.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/892.jpg similarity index 100% rename from data_classification/train/3/892.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/892.jpg diff --git a/data_classification/train/3/895.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/895.jpg similarity index 100% rename from data_classification/train/3/895.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/895.jpg diff --git a/data_classification/train/3/897.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/897.jpg similarity index 100% rename from data_classification/train/3/897.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/897.jpg diff --git a/data_classification/train/3/898.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/898.jpg similarity index 100% rename from data_classification/train/3/898.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/898.jpg diff --git a/data_classification/train/3/97.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/97.jpg similarity index 100% rename from data_classification/train/3/97.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/97.jpg diff --git a/data_classification/train/3/99.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/99.jpg similarity index 100% rename from data_classification/train/3/99.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/3/99.jpg diff --git a/data_classification/train/4/104.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/104.jpg similarity index 100% rename from data_classification/train/4/104.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/104.jpg diff --git a/data_classification/train/4/115.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/115.jpg similarity index 100% rename from data_classification/train/4/115.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/115.jpg diff --git a/data_classification/train/4/116.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/116.jpg similarity index 100% rename from data_classification/train/4/116.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/116.jpg diff --git a/data_classification/train/4/127.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/127.jpg similarity index 100% rename from data_classification/train/4/127.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/127.jpg diff --git a/data_classification/train/4/130.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/130.jpg similarity index 100% rename from data_classification/train/4/130.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/130.jpg diff --git a/data_classification/train/4/146.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/146.jpg similarity index 100% rename from data_classification/train/4/146.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/146.jpg diff --git a/data_classification/train/4/154.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/154.jpg similarity index 100% rename from data_classification/train/4/154.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/154.jpg diff --git a/data_classification/train/4/159.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/159.jpg similarity index 100% rename from data_classification/train/4/159.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/159.jpg diff --git a/data_classification/train/4/163.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/163.jpg similarity index 100% rename from data_classification/train/4/163.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/163.jpg diff --git a/data_classification/train/4/166.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/166.jpg similarity index 100% rename from data_classification/train/4/166.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/166.jpg diff --git a/data_classification/train/4/170.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/170.jpg similarity index 100% rename from data_classification/train/4/170.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/170.jpg diff --git a/data_classification/train/4/171.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/171.jpg similarity index 100% rename from data_classification/train/4/171.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/171.jpg diff --git a/data_classification/train/4/172.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/172.jpg similarity index 100% rename from data_classification/train/4/172.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/172.jpg diff --git a/data_classification/train/4/183.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/183.jpg similarity index 100% rename from data_classification/train/4/183.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/183.jpg diff --git a/data_classification/train/4/19.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/19.jpg similarity index 100% rename from data_classification/train/4/19.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/19.jpg diff --git a/data_classification/train/4/195.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/195.jpg similarity index 100% rename from data_classification/train/4/195.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/195.jpg diff --git a/data_classification/train/4/20.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/20.jpg similarity index 100% rename from data_classification/train/4/20.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/20.jpg diff --git a/data_classification/train/4/204.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/204.jpg similarity index 100% rename from data_classification/train/4/204.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/204.jpg diff --git a/data_classification/train/4/231.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/231.jpg similarity index 100% rename from data_classification/train/4/231.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/231.jpg diff --git a/data_classification/train/4/236.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/236.jpg similarity index 100% rename from data_classification/train/4/236.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/236.jpg diff --git a/data_classification/train/4/238.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/238.jpg similarity index 100% rename from data_classification/train/4/238.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/238.jpg diff --git a/data_classification/train/4/266.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/266.jpg similarity index 100% rename from data_classification/train/4/266.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/266.jpg diff --git a/data_classification/train/4/281.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/281.jpg similarity index 100% rename from data_classification/train/4/281.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/281.jpg diff --git a/data_classification/train/4/289.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/289.jpg similarity index 100% rename from data_classification/train/4/289.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/289.jpg diff --git a/data_classification/train/4/293.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/293.jpg similarity index 100% rename from data_classification/train/4/293.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/293.jpg diff --git a/data_classification/train/4/3.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/3.jpg similarity index 100% rename from data_classification/train/4/3.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/3.jpg diff --git a/data_classification/train/4/305.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/305.jpg similarity index 100% rename from data_classification/train/4/305.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/305.jpg diff --git a/data_classification/train/4/306.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/306.jpg similarity index 100% rename from data_classification/train/4/306.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/306.jpg diff --git a/data_classification/train/4/310.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/310.jpg similarity index 100% rename from data_classification/train/4/310.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/310.jpg diff --git a/data_classification/train/4/312.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/312.jpg similarity index 100% rename from data_classification/train/4/312.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/312.jpg diff --git a/data_classification/train/4/317.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/317.jpg similarity index 100% rename from data_classification/train/4/317.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/317.jpg diff --git a/data_classification/train/4/318.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/318.jpg similarity index 100% rename from data_classification/train/4/318.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/318.jpg diff --git a/data_classification/train/4/321.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/321.jpg similarity index 100% rename from data_classification/train/4/321.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/321.jpg diff --git a/data_classification/train/4/339.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/339.jpg similarity index 100% rename from data_classification/train/4/339.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/339.jpg diff --git a/data_classification/train/4/343.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/343.jpg similarity index 100% rename from data_classification/train/4/343.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/343.jpg diff --git a/data_classification/train/4/350.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/350.jpg similarity index 100% rename from data_classification/train/4/350.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/350.jpg diff --git a/data_classification/train/4/352.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/352.jpg similarity index 100% rename from data_classification/train/4/352.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/352.jpg diff --git a/data_classification/train/4/359.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/359.jpg similarity index 100% rename from data_classification/train/4/359.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/359.jpg diff --git a/data_classification/train/4/361.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/361.jpg similarity index 100% rename from data_classification/train/4/361.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/361.jpg diff --git a/data_classification/train/4/383.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/383.jpg similarity index 100% rename from data_classification/train/4/383.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/383.jpg diff --git a/data_classification/train/4/385.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/385.jpg similarity index 100% rename from data_classification/train/4/385.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/385.jpg diff --git a/data_classification/train/4/386.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/386.jpg similarity index 100% rename from data_classification/train/4/386.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/386.jpg diff --git a/data_classification/train/4/390.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/390.jpg similarity index 100% rename from data_classification/train/4/390.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/390.jpg diff --git a/data_classification/train/4/394.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/394.jpg similarity index 100% rename from data_classification/train/4/394.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/394.jpg diff --git a/data_classification/train/4/400.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/400.jpg similarity index 100% rename from data_classification/train/4/400.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/400.jpg diff --git a/data_classification/train/4/403.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/403.jpg similarity index 100% rename from data_classification/train/4/403.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/403.jpg diff --git a/data_classification/train/4/42.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/42.jpg similarity index 100% rename from data_classification/train/4/42.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/42.jpg diff --git a/data_classification/train/4/422.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/422.jpg similarity index 100% rename from data_classification/train/4/422.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/422.jpg diff --git a/data_classification/train/4/424.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/424.jpg similarity index 100% rename from data_classification/train/4/424.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/424.jpg diff --git a/data_classification/train/4/426.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/426.jpg similarity index 100% rename from data_classification/train/4/426.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/426.jpg diff --git a/data_classification/train/4/427.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/427.jpg similarity index 100% rename from data_classification/train/4/427.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/427.jpg diff --git a/data_classification/train/4/430.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/430.jpg similarity index 100% rename from data_classification/train/4/430.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/430.jpg diff --git a/data_classification/train/4/441.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/441.jpg similarity index 100% rename from data_classification/train/4/441.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/441.jpg diff --git a/data_classification/train/4/447.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/447.jpg similarity index 100% rename from data_classification/train/4/447.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/447.jpg diff --git a/data_classification/train/4/448.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/448.jpg similarity index 100% rename from data_classification/train/4/448.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/448.jpg diff --git a/data_classification/train/4/451.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/451.jpg similarity index 100% rename from data_classification/train/4/451.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/451.jpg diff --git a/data_classification/train/4/457.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/457.jpg similarity index 100% rename from data_classification/train/4/457.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/457.jpg diff --git a/data_classification/train/4/462.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/462.jpg similarity index 100% rename from data_classification/train/4/462.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/462.jpg diff --git a/data_classification/train/4/466.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/466.jpg similarity index 100% rename from data_classification/train/4/466.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/466.jpg diff --git a/data_classification/train/4/475.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/475.jpg similarity index 100% rename from data_classification/train/4/475.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/475.jpg diff --git a/data_classification/train/4/484.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/484.jpg similarity index 100% rename from data_classification/train/4/484.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/484.jpg diff --git a/data_classification/train/4/505.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/505.jpg similarity index 100% rename from data_classification/train/4/505.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/505.jpg diff --git a/data_classification/train/4/513.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/513.jpg similarity index 100% rename from data_classification/train/4/513.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/513.jpg diff --git a/data_classification/train/4/514.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/514.jpg similarity index 100% rename from data_classification/train/4/514.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/514.jpg diff --git a/data_classification/train/4/524.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/524.jpg similarity index 100% rename from data_classification/train/4/524.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/524.jpg diff --git a/data_classification/train/4/530.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/530.jpg similarity index 100% rename from data_classification/train/4/530.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/530.jpg diff --git a/data_classification/train/4/534.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/534.jpg similarity index 100% rename from data_classification/train/4/534.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/534.jpg diff --git a/data_classification/train/4/54.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/54.jpg similarity index 100% rename from data_classification/train/4/54.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/54.jpg diff --git a/data_classification/train/4/543.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/543.jpg similarity index 100% rename from data_classification/train/4/543.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/543.jpg diff --git a/data_classification/train/4/549.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/549.jpg similarity index 100% rename from data_classification/train/4/549.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/549.jpg diff --git a/data_classification/train/4/556.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/556.jpg similarity index 100% rename from data_classification/train/4/556.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/556.jpg diff --git a/data_classification/train/4/559.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/559.jpg similarity index 100% rename from data_classification/train/4/559.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/559.jpg diff --git a/data_classification/train/4/577.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/577.jpg similarity index 100% rename from data_classification/train/4/577.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/577.jpg diff --git a/data_classification/train/4/58.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/58.jpg similarity index 100% rename from data_classification/train/4/58.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/58.jpg diff --git a/data_classification/train/4/580.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/580.jpg similarity index 100% rename from data_classification/train/4/580.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/580.jpg diff --git a/data_classification/train/4/590.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/590.jpg similarity index 100% rename from data_classification/train/4/590.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/590.jpg diff --git a/data_classification/train/4/598.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/598.jpg similarity index 100% rename from data_classification/train/4/598.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/598.jpg diff --git a/data_classification/train/4/6.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/6.jpg similarity index 100% rename from data_classification/train/4/6.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/6.jpg diff --git a/data_classification/train/4/603.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/603.jpg similarity index 100% rename from data_classification/train/4/603.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/603.jpg diff --git a/data_classification/train/4/607.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/607.jpg similarity index 100% rename from data_classification/train/4/607.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/607.jpg diff --git a/data_classification/train/4/610.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/610.jpg similarity index 100% rename from data_classification/train/4/610.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/610.jpg diff --git a/data_classification/train/4/611.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/611.jpg similarity index 100% rename from data_classification/train/4/611.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/611.jpg diff --git a/data_classification/train/4/614.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/614.jpg similarity index 100% rename from data_classification/train/4/614.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/614.jpg diff --git a/data_classification/train/4/616.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/616.jpg similarity index 100% rename from data_classification/train/4/616.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/616.jpg diff --git a/data_classification/train/4/618.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/618.jpg similarity index 100% rename from data_classification/train/4/618.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/618.jpg diff --git a/data_classification/train/4/63.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/63.jpg similarity index 100% rename from data_classification/train/4/63.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/63.jpg diff --git a/data_classification/train/4/631.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/631.jpg similarity index 100% rename from data_classification/train/4/631.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/631.jpg diff --git a/data_classification/train/4/640.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/640.jpg similarity index 100% rename from data_classification/train/4/640.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/640.jpg diff --git a/data_classification/train/4/642.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/642.jpg similarity index 100% rename from data_classification/train/4/642.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/642.jpg diff --git a/data_classification/train/4/646.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/646.jpg similarity index 100% rename from data_classification/train/4/646.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/646.jpg diff --git a/data_classification/train/4/650.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/650.jpg similarity index 100% rename from data_classification/train/4/650.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/650.jpg diff --git a/data_classification/train/4/66.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/66.jpg similarity index 100% rename from data_classification/train/4/66.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/66.jpg diff --git a/data_classification/train/4/680.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/680.jpg similarity index 100% rename from data_classification/train/4/680.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/680.jpg diff --git a/data_classification/train/4/688.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/688.jpg similarity index 100% rename from data_classification/train/4/688.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/688.jpg diff --git a/data_classification/train/4/696.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/696.jpg similarity index 100% rename from data_classification/train/4/696.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/696.jpg diff --git a/data_classification/train/4/697.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/697.jpg similarity index 100% rename from data_classification/train/4/697.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/697.jpg diff --git a/data_classification/train/4/70.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/70.jpg similarity index 100% rename from data_classification/train/4/70.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/70.jpg diff --git a/data_classification/train/4/703.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/703.jpg similarity index 100% rename from data_classification/train/4/703.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/703.jpg diff --git a/data_classification/train/4/711.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/711.jpg similarity index 100% rename from data_classification/train/4/711.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/711.jpg diff --git a/data_classification/train/4/72.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/72.jpg similarity index 100% rename from data_classification/train/4/72.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/72.jpg diff --git a/data_classification/train/4/730.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/730.jpg similarity index 100% rename from data_classification/train/4/730.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/730.jpg diff --git a/data_classification/train/4/733.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/733.jpg similarity index 100% rename from data_classification/train/4/733.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/733.jpg diff --git a/data_classification/train/4/735.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/735.jpg similarity index 100% rename from data_classification/train/4/735.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/735.jpg diff --git a/data_classification/train/4/749.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/749.jpg similarity index 100% rename from data_classification/train/4/749.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/749.jpg diff --git a/data_classification/train/4/752.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/752.jpg similarity index 100% rename from data_classification/train/4/752.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/752.jpg diff --git a/data_classification/train/4/753.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/753.jpg similarity index 100% rename from data_classification/train/4/753.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/753.jpg diff --git a/data_classification/train/4/754.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/754.jpg similarity index 100% rename from data_classification/train/4/754.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/754.jpg diff --git a/data_classification/train/4/761.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/761.jpg similarity index 100% rename from data_classification/train/4/761.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/761.jpg diff --git a/data_classification/train/4/770.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/770.jpg similarity index 100% rename from data_classification/train/4/770.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/770.jpg diff --git a/data_classification/train/4/776.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/776.jpg similarity index 100% rename from data_classification/train/4/776.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/776.jpg diff --git a/data_classification/train/4/779.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/779.jpg similarity index 100% rename from data_classification/train/4/779.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/779.jpg diff --git a/data_classification/train/4/782.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/782.jpg similarity index 100% rename from data_classification/train/4/782.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/782.jpg diff --git a/data_classification/train/4/79.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/79.jpg similarity index 100% rename from data_classification/train/4/79.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/79.jpg diff --git a/data_classification/train/4/798.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/798.jpg similarity index 100% rename from data_classification/train/4/798.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/798.jpg diff --git a/data_classification/train/4/800.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/800.jpg similarity index 100% rename from data_classification/train/4/800.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/800.jpg diff --git a/data_classification/train/4/805.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/805.jpg similarity index 100% rename from data_classification/train/4/805.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/805.jpg diff --git a/data_classification/train/4/808.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/808.jpg similarity index 100% rename from data_classification/train/4/808.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/808.jpg diff --git a/data_classification/train/4/812.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/812.jpg similarity index 100% rename from data_classification/train/4/812.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/812.jpg diff --git a/data_classification/train/4/818.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/818.jpg similarity index 100% rename from data_classification/train/4/818.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/818.jpg diff --git a/data_classification/train/4/822.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/822.jpg similarity index 100% rename from data_classification/train/4/822.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/822.jpg diff --git a/data_classification/train/4/828.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/828.jpg similarity index 100% rename from data_classification/train/4/828.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/828.jpg diff --git a/data_classification/train/4/831.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/831.jpg similarity index 100% rename from data_classification/train/4/831.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/831.jpg diff --git a/data_classification/train/4/839.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/839.jpg similarity index 100% rename from data_classification/train/4/839.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/839.jpg diff --git a/data_classification/train/4/844.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/844.jpg similarity index 100% rename from data_classification/train/4/844.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/844.jpg diff --git a/data_classification/train/4/86.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/86.jpg similarity index 100% rename from data_classification/train/4/86.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/86.jpg diff --git a/data_classification/train/4/866.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/866.jpg similarity index 100% rename from data_classification/train/4/866.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/866.jpg diff --git a/data_classification/train/4/87.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/87.jpg similarity index 100% rename from data_classification/train/4/87.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/87.jpg diff --git a/data_classification/train/4/878.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/878.jpg similarity index 100% rename from data_classification/train/4/878.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/878.jpg diff --git a/data_classification/train/4/882.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/882.jpg similarity index 100% rename from data_classification/train/4/882.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/882.jpg diff --git a/data_classification/train/4/889.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/889.jpg similarity index 100% rename from data_classification/train/4/889.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/889.jpg diff --git a/data_classification/train/4/89.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/89.jpg similarity index 100% rename from data_classification/train/4/89.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/89.jpg diff --git a/data_classification/train/4/899.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/899.jpg similarity index 100% rename from data_classification/train/4/899.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/899.jpg diff --git a/data_classification/train/4/98.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/98.jpg similarity index 100% rename from data_classification/train/4/98.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/4/98.jpg diff --git a/data_classification/train/5/128.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/128.jpg similarity index 100% rename from data_classification/train/5/128.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/128.jpg diff --git a/data_classification/train/5/132.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/132.jpg similarity index 100% rename from data_classification/train/5/132.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/132.jpg diff --git a/data_classification/train/5/15.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/15.jpg similarity index 100% rename from data_classification/train/5/15.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/15.jpg diff --git a/data_classification/train/5/155.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/155.jpg similarity index 100% rename from data_classification/train/5/155.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/155.jpg diff --git a/data_classification/train/5/160.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/160.jpg similarity index 100% rename from data_classification/train/5/160.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/160.jpg diff --git a/data_classification/train/5/175.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/175.jpg similarity index 100% rename from data_classification/train/5/175.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/175.jpg diff --git a/data_classification/train/5/176.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/176.jpg similarity index 100% rename from data_classification/train/5/176.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/176.jpg diff --git a/data_classification/train/5/178.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/178.jpg similarity index 100% rename from data_classification/train/5/178.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/178.jpg diff --git a/data_classification/train/5/191.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/191.jpg similarity index 100% rename from data_classification/train/5/191.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/191.jpg diff --git a/data_classification/train/5/193.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/193.jpg similarity index 100% rename from data_classification/train/5/193.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/193.jpg diff --git a/data_classification/train/5/194.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/194.jpg similarity index 100% rename from data_classification/train/5/194.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/194.jpg diff --git a/data_classification/train/5/199.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/199.jpg similarity index 100% rename from data_classification/train/5/199.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/199.jpg diff --git a/data_classification/train/5/205.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/205.jpg similarity index 100% rename from data_classification/train/5/205.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/205.jpg diff --git a/data_classification/train/5/208.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/208.jpg similarity index 100% rename from data_classification/train/5/208.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/208.jpg diff --git a/data_classification/train/5/209.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/209.jpg similarity index 100% rename from data_classification/train/5/209.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/209.jpg diff --git a/data_classification/train/5/227.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/227.jpg similarity index 100% rename from data_classification/train/5/227.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/227.jpg diff --git a/data_classification/train/5/230.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/230.jpg similarity index 100% rename from data_classification/train/5/230.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/230.jpg diff --git a/data_classification/train/5/237.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/237.jpg similarity index 100% rename from data_classification/train/5/237.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/237.jpg diff --git a/data_classification/train/5/252.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/252.jpg similarity index 100% rename from data_classification/train/5/252.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/252.jpg diff --git a/data_classification/train/5/256.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/256.jpg similarity index 100% rename from data_classification/train/5/256.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/256.jpg diff --git a/data_classification/train/5/257.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/257.jpg similarity index 100% rename from data_classification/train/5/257.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/257.jpg diff --git a/data_classification/train/5/26.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/26.jpg similarity index 100% rename from data_classification/train/5/26.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/26.jpg diff --git a/data_classification/train/5/269.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/269.jpg similarity index 100% rename from data_classification/train/5/269.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/269.jpg diff --git a/data_classification/train/5/276.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/276.jpg similarity index 100% rename from data_classification/train/5/276.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/276.jpg diff --git a/data_classification/train/5/279.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/279.jpg similarity index 100% rename from data_classification/train/5/279.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/279.jpg diff --git a/data_classification/train/5/29.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/29.jpg similarity index 100% rename from data_classification/train/5/29.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/29.jpg diff --git a/data_classification/train/5/302.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/302.jpg similarity index 100% rename from data_classification/train/5/302.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/302.jpg diff --git a/data_classification/train/5/304.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/304.jpg similarity index 100% rename from data_classification/train/5/304.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/304.jpg diff --git a/data_classification/train/5/316.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/316.jpg similarity index 100% rename from data_classification/train/5/316.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/316.jpg diff --git a/data_classification/train/5/319.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/319.jpg similarity index 100% rename from data_classification/train/5/319.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/319.jpg diff --git a/data_classification/train/5/322.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/322.jpg similarity index 100% rename from data_classification/train/5/322.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/322.jpg diff --git a/data_classification/train/5/328.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/328.jpg similarity index 100% rename from data_classification/train/5/328.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/328.jpg diff --git a/data_classification/train/5/329.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/329.jpg similarity index 100% rename from data_classification/train/5/329.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/329.jpg diff --git a/data_classification/train/5/330.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/330.jpg similarity index 100% rename from data_classification/train/5/330.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/330.jpg diff --git a/data_classification/train/5/332.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/332.jpg similarity index 100% rename from data_classification/train/5/332.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/332.jpg diff --git a/data_classification/train/5/336.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/336.jpg similarity index 100% rename from data_classification/train/5/336.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/336.jpg diff --git a/data_classification/train/5/344.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/344.jpg similarity index 100% rename from data_classification/train/5/344.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/344.jpg diff --git a/data_classification/train/5/345.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/345.jpg similarity index 100% rename from data_classification/train/5/345.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/345.jpg diff --git a/data_classification/train/5/354.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/354.jpg similarity index 100% rename from data_classification/train/5/354.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/354.jpg diff --git a/data_classification/train/5/357.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/357.jpg similarity index 100% rename from data_classification/train/5/357.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/357.jpg diff --git a/data_classification/train/5/362.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/362.jpg similarity index 100% rename from data_classification/train/5/362.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/362.jpg diff --git a/data_classification/train/5/367.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/367.jpg similarity index 100% rename from data_classification/train/5/367.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/367.jpg diff --git a/data_classification/train/5/39.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/39.jpg similarity index 100% rename from data_classification/train/5/39.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/39.jpg diff --git a/data_classification/train/5/392.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/392.jpg similarity index 100% rename from data_classification/train/5/392.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/392.jpg diff --git a/data_classification/train/5/411.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/411.jpg similarity index 100% rename from data_classification/train/5/411.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/411.jpg diff --git a/data_classification/train/5/413.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/413.jpg similarity index 100% rename from data_classification/train/5/413.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/413.jpg diff --git a/data_classification/train/5/425.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/425.jpg similarity index 100% rename from data_classification/train/5/425.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/425.jpg diff --git a/data_classification/train/5/435.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/435.jpg similarity index 100% rename from data_classification/train/5/435.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/435.jpg diff --git a/data_classification/train/5/438.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/438.jpg similarity index 100% rename from data_classification/train/5/438.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/438.jpg diff --git a/data_classification/train/5/443.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/443.jpg similarity index 100% rename from data_classification/train/5/443.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/443.jpg diff --git a/data_classification/train/5/471.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/471.jpg similarity index 100% rename from data_classification/train/5/471.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/471.jpg diff --git a/data_classification/train/5/480.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/480.jpg similarity index 100% rename from data_classification/train/5/480.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/480.jpg diff --git a/data_classification/train/5/488.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/488.jpg similarity index 100% rename from data_classification/train/5/488.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/488.jpg diff --git a/data_classification/train/5/492.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/492.jpg similarity index 100% rename from data_classification/train/5/492.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/492.jpg diff --git a/data_classification/train/5/494.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/494.jpg similarity index 100% rename from data_classification/train/5/494.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/494.jpg diff --git a/data_classification/train/5/497.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/497.jpg similarity index 100% rename from data_classification/train/5/497.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/497.jpg diff --git a/data_classification/train/5/51.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/51.jpg similarity index 100% rename from data_classification/train/5/51.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/51.jpg diff --git a/data_classification/train/5/510.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/510.jpg similarity index 100% rename from data_classification/train/5/510.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/510.jpg diff --git a/data_classification/train/5/518.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/518.jpg similarity index 100% rename from data_classification/train/5/518.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/518.jpg diff --git a/data_classification/train/5/52.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/52.jpg similarity index 100% rename from data_classification/train/5/52.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/52.jpg diff --git a/data_classification/train/5/523.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/523.jpg similarity index 100% rename from data_classification/train/5/523.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/523.jpg diff --git a/data_classification/train/5/528.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/528.jpg similarity index 100% rename from data_classification/train/5/528.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/528.jpg diff --git a/data_classification/train/5/529.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/529.jpg similarity index 100% rename from data_classification/train/5/529.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/529.jpg diff --git a/data_classification/train/5/548.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/548.jpg similarity index 100% rename from data_classification/train/5/548.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/548.jpg diff --git a/data_classification/train/5/55.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/55.jpg similarity index 100% rename from data_classification/train/5/55.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/55.jpg diff --git a/data_classification/train/5/554.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/554.jpg similarity index 100% rename from data_classification/train/5/554.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/554.jpg diff --git a/data_classification/train/5/571.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/571.jpg similarity index 100% rename from data_classification/train/5/571.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/571.jpg diff --git a/data_classification/train/5/583.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/583.jpg similarity index 100% rename from data_classification/train/5/583.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/583.jpg diff --git a/data_classification/train/5/595.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/595.jpg similarity index 100% rename from data_classification/train/5/595.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/595.jpg diff --git a/data_classification/train/5/61.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/61.jpg similarity index 100% rename from data_classification/train/5/61.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/61.jpg diff --git a/data_classification/train/5/621.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/621.jpg similarity index 100% rename from data_classification/train/5/621.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/621.jpg diff --git a/data_classification/train/5/632.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/632.jpg similarity index 100% rename from data_classification/train/5/632.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/632.jpg diff --git a/data_classification/train/5/638.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/638.jpg similarity index 100% rename from data_classification/train/5/638.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/638.jpg diff --git a/data_classification/train/5/647.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/647.jpg similarity index 100% rename from data_classification/train/5/647.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/647.jpg diff --git a/data_classification/train/5/652.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/652.jpg similarity index 100% rename from data_classification/train/5/652.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/652.jpg diff --git a/data_classification/train/5/660.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/660.jpg similarity index 100% rename from data_classification/train/5/660.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/660.jpg diff --git a/data_classification/train/5/661.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/661.jpg similarity index 100% rename from data_classification/train/5/661.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/661.jpg diff --git a/data_classification/train/5/670.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/670.jpg similarity index 100% rename from data_classification/train/5/670.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/670.jpg diff --git a/data_classification/train/5/675.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/675.jpg similarity index 100% rename from data_classification/train/5/675.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/675.jpg diff --git a/data_classification/train/5/683.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/683.jpg similarity index 100% rename from data_classification/train/5/683.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/683.jpg diff --git a/data_classification/train/5/686.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/686.jpg similarity index 100% rename from data_classification/train/5/686.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/686.jpg diff --git a/data_classification/train/5/69.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/69.jpg similarity index 100% rename from data_classification/train/5/69.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/69.jpg diff --git a/data_classification/train/5/692.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/692.jpg similarity index 100% rename from data_classification/train/5/692.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/692.jpg diff --git a/data_classification/train/5/695.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/695.jpg similarity index 100% rename from data_classification/train/5/695.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/695.jpg diff --git a/data_classification/train/5/698.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/698.jpg similarity index 100% rename from data_classification/train/5/698.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/698.jpg diff --git a/data_classification/train/5/708.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/708.jpg similarity index 100% rename from data_classification/train/5/708.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/708.jpg diff --git a/data_classification/train/5/719.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/719.jpg similarity index 100% rename from data_classification/train/5/719.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/719.jpg diff --git a/data_classification/train/5/726.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/726.jpg similarity index 100% rename from data_classification/train/5/726.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/726.jpg diff --git a/data_classification/train/5/742.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/742.jpg similarity index 100% rename from data_classification/train/5/742.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/742.jpg diff --git a/data_classification/train/5/750.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/750.jpg similarity index 100% rename from data_classification/train/5/750.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/750.jpg diff --git a/data_classification/train/5/751.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/751.jpg similarity index 100% rename from data_classification/train/5/751.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/751.jpg diff --git a/data_classification/train/5/759.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/759.jpg similarity index 100% rename from data_classification/train/5/759.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/759.jpg diff --git a/data_classification/train/5/763.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/763.jpg similarity index 100% rename from data_classification/train/5/763.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/763.jpg diff --git a/data_classification/train/5/771.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/771.jpg similarity index 100% rename from data_classification/train/5/771.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/771.jpg diff --git a/data_classification/train/5/777.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/777.jpg similarity index 100% rename from data_classification/train/5/777.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/777.jpg diff --git a/data_classification/train/5/78.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/78.jpg similarity index 100% rename from data_classification/train/5/78.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/78.jpg diff --git a/data_classification/train/5/783.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/783.jpg similarity index 100% rename from data_classification/train/5/783.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/783.jpg diff --git a/data_classification/train/5/784.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/784.jpg similarity index 100% rename from data_classification/train/5/784.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/784.jpg diff --git a/data_classification/train/5/788.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/788.jpg similarity index 100% rename from data_classification/train/5/788.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/788.jpg diff --git a/data_classification/train/5/789.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/789.jpg similarity index 100% rename from data_classification/train/5/789.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/789.jpg diff --git a/data_classification/train/5/796.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/796.jpg similarity index 100% rename from data_classification/train/5/796.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/796.jpg diff --git a/data_classification/train/5/81.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/81.jpg similarity index 100% rename from data_classification/train/5/81.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/81.jpg diff --git a/data_classification/train/5/814.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/814.jpg similarity index 100% rename from data_classification/train/5/814.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/814.jpg diff --git a/data_classification/train/5/819.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/819.jpg similarity index 100% rename from data_classification/train/5/819.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/819.jpg diff --git a/data_classification/train/5/837.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/837.jpg similarity index 100% rename from data_classification/train/5/837.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/837.jpg diff --git a/data_classification/train/5/843.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/843.jpg similarity index 100% rename from data_classification/train/5/843.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/843.jpg diff --git a/data_classification/train/5/848.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/848.jpg similarity index 100% rename from data_classification/train/5/848.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/848.jpg diff --git a/data_classification/train/5/853.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/853.jpg similarity index 100% rename from data_classification/train/5/853.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/853.jpg diff --git a/data_classification/train/5/857.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/857.jpg similarity index 100% rename from data_classification/train/5/857.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/857.jpg diff --git a/data_classification/train/5/865.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/865.jpg similarity index 100% rename from data_classification/train/5/865.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/865.jpg diff --git a/data_classification/train/5/867.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/867.jpg similarity index 100% rename from data_classification/train/5/867.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/867.jpg diff --git a/data_classification/train/5/868.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/868.jpg similarity index 100% rename from data_classification/train/5/868.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/868.jpg diff --git a/data_classification/train/5/88.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/88.jpg similarity index 100% rename from data_classification/train/5/88.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/88.jpg diff --git a/data_classification/train/5/888.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/888.jpg similarity index 100% rename from data_classification/train/5/888.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/888.jpg diff --git a/data_classification/train/5/893.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/893.jpg similarity index 100% rename from data_classification/train/5/893.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/893.jpg diff --git a/data_classification/train/5/894.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/894.jpg similarity index 100% rename from data_classification/train/5/894.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/5/894.jpg diff --git a/data_classification/train/6/102.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/102.jpg similarity index 100% rename from data_classification/train/6/102.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/102.jpg diff --git a/data_classification/train/6/11.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/11.jpg similarity index 100% rename from data_classification/train/6/11.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/11.jpg diff --git a/data_classification/train/6/112.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/112.jpg similarity index 100% rename from data_classification/train/6/112.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/112.jpg diff --git a/data_classification/train/6/113.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/113.jpg similarity index 100% rename from data_classification/train/6/113.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/113.jpg diff --git a/data_classification/train/6/12.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/12.jpg similarity index 100% rename from data_classification/train/6/12.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/12.jpg diff --git a/data_classification/train/6/13.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/13.jpg similarity index 100% rename from data_classification/train/6/13.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/13.jpg diff --git a/data_classification/train/6/135.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/135.jpg similarity index 100% rename from data_classification/train/6/135.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/135.jpg diff --git a/data_classification/train/6/136.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/136.jpg similarity index 100% rename from data_classification/train/6/136.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/136.jpg diff --git a/data_classification/train/6/152.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/152.jpg similarity index 100% rename from data_classification/train/6/152.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/152.jpg diff --git a/data_classification/train/6/164.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/164.jpg similarity index 100% rename from data_classification/train/6/164.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/164.jpg diff --git a/data_classification/train/6/168.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/168.jpg similarity index 100% rename from data_classification/train/6/168.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/168.jpg diff --git a/data_classification/train/6/174.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/174.jpg similarity index 100% rename from data_classification/train/6/174.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/174.jpg diff --git a/data_classification/train/6/177.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/177.jpg similarity index 100% rename from data_classification/train/6/177.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/177.jpg diff --git a/data_classification/train/6/18.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/18.jpg similarity index 100% rename from data_classification/train/6/18.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/18.jpg diff --git a/data_classification/train/6/198.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/198.jpg similarity index 100% rename from data_classification/train/6/198.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/198.jpg diff --git a/data_classification/train/6/201.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/201.jpg similarity index 100% rename from data_classification/train/6/201.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/201.jpg diff --git a/data_classification/train/6/206.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/206.jpg similarity index 100% rename from data_classification/train/6/206.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/206.jpg diff --git a/data_classification/train/6/217.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/217.jpg similarity index 100% rename from data_classification/train/6/217.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/217.jpg diff --git a/data_classification/train/6/219.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/219.jpg similarity index 100% rename from data_classification/train/6/219.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/219.jpg diff --git a/data_classification/train/6/222.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/222.jpg similarity index 100% rename from data_classification/train/6/222.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/222.jpg diff --git a/data_classification/train/6/226.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/226.jpg similarity index 100% rename from data_classification/train/6/226.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/226.jpg diff --git a/data_classification/train/6/228.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/228.jpg similarity index 100% rename from data_classification/train/6/228.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/228.jpg diff --git a/data_classification/train/6/243.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/243.jpg similarity index 100% rename from data_classification/train/6/243.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/243.jpg diff --git a/data_classification/train/6/246.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/246.jpg similarity index 100% rename from data_classification/train/6/246.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/246.jpg diff --git a/data_classification/train/6/250.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/250.jpg similarity index 100% rename from data_classification/train/6/250.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/250.jpg diff --git a/data_classification/train/6/253.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/253.jpg similarity index 100% rename from data_classification/train/6/253.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/253.jpg diff --git a/data_classification/train/6/261.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/261.jpg similarity index 100% rename from data_classification/train/6/261.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/261.jpg diff --git a/data_classification/train/6/262.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/262.jpg similarity index 100% rename from data_classification/train/6/262.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/262.jpg diff --git a/data_classification/train/6/268.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/268.jpg similarity index 100% rename from data_classification/train/6/268.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/268.jpg diff --git a/data_classification/train/6/272.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/272.jpg similarity index 100% rename from data_classification/train/6/272.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/272.jpg diff --git a/data_classification/train/6/273.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/273.jpg similarity index 100% rename from data_classification/train/6/273.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/273.jpg diff --git a/data_classification/train/6/274.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/274.jpg similarity index 100% rename from data_classification/train/6/274.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/274.jpg diff --git a/data_classification/train/6/286.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/286.jpg similarity index 100% rename from data_classification/train/6/286.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/286.jpg diff --git a/data_classification/train/6/290.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/290.jpg similarity index 100% rename from data_classification/train/6/290.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/290.jpg diff --git a/data_classification/train/6/31.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/31.jpg similarity index 100% rename from data_classification/train/6/31.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/31.jpg diff --git a/data_classification/train/6/311.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/311.jpg similarity index 100% rename from data_classification/train/6/311.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/311.jpg diff --git a/data_classification/train/6/320.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/320.jpg similarity index 100% rename from data_classification/train/6/320.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/320.jpg diff --git a/data_classification/train/6/337.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/337.jpg similarity index 100% rename from data_classification/train/6/337.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/337.jpg diff --git a/data_classification/train/6/346.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/346.jpg similarity index 100% rename from data_classification/train/6/346.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/346.jpg diff --git a/data_classification/train/6/347.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/347.jpg similarity index 100% rename from data_classification/train/6/347.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/347.jpg diff --git a/data_classification/train/6/35.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/35.jpg similarity index 100% rename from data_classification/train/6/35.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/35.jpg diff --git a/data_classification/train/6/36.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/36.jpg similarity index 100% rename from data_classification/train/6/36.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/36.jpg diff --git a/data_classification/train/6/363.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/363.jpg similarity index 100% rename from data_classification/train/6/363.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/363.jpg diff --git a/data_classification/train/6/37.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/37.jpg similarity index 100% rename from data_classification/train/6/37.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/37.jpg diff --git a/data_classification/train/6/373.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/373.jpg similarity index 100% rename from data_classification/train/6/373.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/373.jpg diff --git a/data_classification/train/6/376.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/376.jpg similarity index 100% rename from data_classification/train/6/376.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/376.jpg diff --git a/data_classification/train/6/382.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/382.jpg similarity index 100% rename from data_classification/train/6/382.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/382.jpg diff --git a/data_classification/train/6/391.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/391.jpg similarity index 100% rename from data_classification/train/6/391.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/391.jpg diff --git a/data_classification/train/6/395.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/395.jpg similarity index 100% rename from data_classification/train/6/395.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/395.jpg diff --git a/data_classification/train/6/396.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/396.jpg similarity index 100% rename from data_classification/train/6/396.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/396.jpg diff --git a/data_classification/train/6/397.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/397.jpg similarity index 100% rename from data_classification/train/6/397.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/397.jpg diff --git a/data_classification/train/6/399.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/399.jpg similarity index 100% rename from data_classification/train/6/399.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/399.jpg diff --git a/data_classification/train/6/4.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/4.jpg similarity index 100% rename from data_classification/train/6/4.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/4.jpg diff --git a/data_classification/train/6/405.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/405.jpg similarity index 100% rename from data_classification/train/6/405.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/405.jpg diff --git a/data_classification/train/6/410.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/410.jpg similarity index 100% rename from data_classification/train/6/410.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/410.jpg diff --git a/data_classification/train/6/415.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/415.jpg similarity index 100% rename from data_classification/train/6/415.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/415.jpg diff --git a/data_classification/train/6/419.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/419.jpg similarity index 100% rename from data_classification/train/6/419.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/419.jpg diff --git a/data_classification/train/6/423.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/423.jpg similarity index 100% rename from data_classification/train/6/423.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/423.jpg diff --git a/data_classification/train/6/44.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/44.jpg similarity index 100% rename from data_classification/train/6/44.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/44.jpg diff --git a/data_classification/train/6/442.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/442.jpg similarity index 100% rename from data_classification/train/6/442.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/442.jpg diff --git a/data_classification/train/6/449.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/449.jpg similarity index 100% rename from data_classification/train/6/449.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/449.jpg diff --git a/data_classification/train/6/459.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/459.jpg similarity index 100% rename from data_classification/train/6/459.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/459.jpg diff --git a/data_classification/train/6/461.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/461.jpg similarity index 100% rename from data_classification/train/6/461.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/461.jpg diff --git a/data_classification/train/6/467.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/467.jpg similarity index 100% rename from data_classification/train/6/467.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/467.jpg diff --git a/data_classification/train/6/468.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/468.jpg similarity index 100% rename from data_classification/train/6/468.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/468.jpg diff --git a/data_classification/train/6/47.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/47.jpg similarity index 100% rename from data_classification/train/6/47.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/47.jpg diff --git a/data_classification/train/6/482.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/482.jpg similarity index 100% rename from data_classification/train/6/482.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/482.jpg diff --git a/data_classification/train/6/490.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/490.jpg similarity index 100% rename from data_classification/train/6/490.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/490.jpg diff --git a/data_classification/train/6/491.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/491.jpg similarity index 100% rename from data_classification/train/6/491.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/491.jpg diff --git a/data_classification/train/6/493.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/493.jpg similarity index 100% rename from data_classification/train/6/493.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/493.jpg diff --git a/data_classification/train/6/498.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/498.jpg similarity index 100% rename from data_classification/train/6/498.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/498.jpg diff --git a/data_classification/train/6/501.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/501.jpg similarity index 100% rename from data_classification/train/6/501.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/501.jpg diff --git a/data_classification/train/6/502.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/502.jpg similarity index 100% rename from data_classification/train/6/502.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/502.jpg diff --git a/data_classification/train/6/503.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/503.jpg similarity index 100% rename from data_classification/train/6/503.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/503.jpg diff --git a/data_classification/train/6/506.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/506.jpg similarity index 100% rename from data_classification/train/6/506.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/506.jpg diff --git a/data_classification/train/6/508.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/508.jpg similarity index 100% rename from data_classification/train/6/508.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/508.jpg diff --git a/data_classification/train/6/520.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/520.jpg similarity index 100% rename from data_classification/train/6/520.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/520.jpg diff --git a/data_classification/train/6/522.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/522.jpg similarity index 100% rename from data_classification/train/6/522.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/522.jpg diff --git a/data_classification/train/6/53.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/53.jpg similarity index 100% rename from data_classification/train/6/53.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/53.jpg diff --git a/data_classification/train/6/535.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/535.jpg similarity index 100% rename from data_classification/train/6/535.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/535.jpg diff --git a/data_classification/train/6/536.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/536.jpg similarity index 100% rename from data_classification/train/6/536.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/536.jpg diff --git a/data_classification/train/6/541.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/541.jpg similarity index 100% rename from data_classification/train/6/541.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/541.jpg diff --git a/data_classification/train/6/542.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/542.jpg similarity index 100% rename from data_classification/train/6/542.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/542.jpg diff --git a/data_classification/train/6/544.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/544.jpg similarity index 100% rename from data_classification/train/6/544.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/544.jpg diff --git a/data_classification/train/6/547.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/547.jpg similarity index 100% rename from data_classification/train/6/547.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/547.jpg diff --git a/data_classification/train/6/551.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/551.jpg similarity index 100% rename from data_classification/train/6/551.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/551.jpg diff --git a/data_classification/train/6/552.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/552.jpg similarity index 100% rename from data_classification/train/6/552.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/552.jpg diff --git a/data_classification/train/6/555.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/555.jpg similarity index 100% rename from data_classification/train/6/555.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/555.jpg diff --git a/data_classification/train/6/557.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/557.jpg similarity index 100% rename from data_classification/train/6/557.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/557.jpg diff --git a/data_classification/train/6/565.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/565.jpg similarity index 100% rename from data_classification/train/6/565.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/565.jpg diff --git a/data_classification/train/6/567.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/567.jpg similarity index 100% rename from data_classification/train/6/567.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/567.jpg diff --git a/data_classification/train/6/570.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/570.jpg similarity index 100% rename from data_classification/train/6/570.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/570.jpg diff --git a/data_classification/train/6/584.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/584.jpg similarity index 100% rename from data_classification/train/6/584.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/584.jpg diff --git a/data_classification/train/6/592.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/592.jpg similarity index 100% rename from data_classification/train/6/592.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/592.jpg diff --git a/data_classification/train/6/596.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/596.jpg similarity index 100% rename from data_classification/train/6/596.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/596.jpg diff --git a/data_classification/train/6/60.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/60.jpg similarity index 100% rename from data_classification/train/6/60.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/60.jpg diff --git a/data_classification/train/6/601.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/601.jpg similarity index 100% rename from data_classification/train/6/601.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/601.jpg diff --git a/data_classification/train/6/602.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/602.jpg similarity index 100% rename from data_classification/train/6/602.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/602.jpg diff --git a/data_classification/train/6/604.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/604.jpg similarity index 100% rename from data_classification/train/6/604.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/604.jpg diff --git a/data_classification/train/6/605.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/605.jpg similarity index 100% rename from data_classification/train/6/605.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/605.jpg diff --git a/data_classification/train/6/615.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/615.jpg similarity index 100% rename from data_classification/train/6/615.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/615.jpg diff --git a/data_classification/train/6/619.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/619.jpg similarity index 100% rename from data_classification/train/6/619.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/619.jpg diff --git a/data_classification/train/6/627.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/627.jpg similarity index 100% rename from data_classification/train/6/627.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/627.jpg diff --git a/data_classification/train/6/630.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/630.jpg similarity index 100% rename from data_classification/train/6/630.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/630.jpg diff --git a/data_classification/train/6/643.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/643.jpg similarity index 100% rename from data_classification/train/6/643.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/643.jpg diff --git a/data_classification/train/6/644.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/644.jpg similarity index 100% rename from data_classification/train/6/644.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/644.jpg diff --git a/data_classification/train/6/649.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/649.jpg similarity index 100% rename from data_classification/train/6/649.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/649.jpg diff --git a/data_classification/train/6/651.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/651.jpg similarity index 100% rename from data_classification/train/6/651.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/651.jpg diff --git a/data_classification/train/6/662.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/662.jpg similarity index 100% rename from data_classification/train/6/662.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/662.jpg diff --git a/data_classification/train/6/672.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/672.jpg similarity index 100% rename from data_classification/train/6/672.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/672.jpg diff --git a/data_classification/train/6/673.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/673.jpg similarity index 100% rename from data_classification/train/6/673.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/673.jpg diff --git a/data_classification/train/6/679.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/679.jpg similarity index 100% rename from data_classification/train/6/679.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/679.jpg diff --git a/data_classification/train/6/694.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/694.jpg similarity index 100% rename from data_classification/train/6/694.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/694.jpg diff --git a/data_classification/train/6/699.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/699.jpg similarity index 100% rename from data_classification/train/6/699.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/699.jpg diff --git a/data_classification/train/6/705.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/705.jpg similarity index 100% rename from data_classification/train/6/705.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/705.jpg diff --git a/data_classification/train/6/715.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/715.jpg similarity index 100% rename from data_classification/train/6/715.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/715.jpg diff --git a/data_classification/train/6/717.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/717.jpg similarity index 100% rename from data_classification/train/6/717.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/717.jpg diff --git a/data_classification/train/6/725.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/725.jpg similarity index 100% rename from data_classification/train/6/725.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/725.jpg diff --git a/data_classification/train/6/732.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/732.jpg similarity index 100% rename from data_classification/train/6/732.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/732.jpg diff --git a/data_classification/train/6/747.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/747.jpg similarity index 100% rename from data_classification/train/6/747.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/747.jpg diff --git a/data_classification/train/6/75.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/75.jpg similarity index 100% rename from data_classification/train/6/75.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/75.jpg diff --git a/data_classification/train/6/757.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/757.jpg similarity index 100% rename from data_classification/train/6/757.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/757.jpg diff --git a/data_classification/train/6/762.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/762.jpg similarity index 100% rename from data_classification/train/6/762.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/762.jpg diff --git a/data_classification/train/6/766.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/766.jpg similarity index 100% rename from data_classification/train/6/766.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/766.jpg diff --git a/data_classification/train/6/767.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/767.jpg similarity index 100% rename from data_classification/train/6/767.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/767.jpg diff --git a/data_classification/train/6/772.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/772.jpg similarity index 100% rename from data_classification/train/6/772.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/772.jpg diff --git a/data_classification/train/6/781.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/781.jpg similarity index 100% rename from data_classification/train/6/781.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/781.jpg diff --git a/data_classification/train/6/785.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/785.jpg similarity index 100% rename from data_classification/train/6/785.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/785.jpg diff --git a/data_classification/train/6/787.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/787.jpg similarity index 100% rename from data_classification/train/6/787.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/787.jpg diff --git a/data_classification/train/6/793.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/793.jpg similarity index 100% rename from data_classification/train/6/793.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/793.jpg diff --git a/data_classification/train/6/795.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/795.jpg similarity index 100% rename from data_classification/train/6/795.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/795.jpg diff --git a/data_classification/train/6/801.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/801.jpg similarity index 100% rename from data_classification/train/6/801.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/801.jpg diff --git a/data_classification/train/6/83.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/83.jpg similarity index 100% rename from data_classification/train/6/83.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/83.jpg diff --git a/data_classification/train/6/832.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/832.jpg similarity index 100% rename from data_classification/train/6/832.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/832.jpg diff --git a/data_classification/train/6/838.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/838.jpg similarity index 100% rename from data_classification/train/6/838.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/838.jpg diff --git a/data_classification/train/6/841.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/841.jpg similarity index 100% rename from data_classification/train/6/841.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/841.jpg diff --git a/data_classification/train/6/852.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/852.jpg similarity index 100% rename from data_classification/train/6/852.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/852.jpg diff --git a/data_classification/train/6/855.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/855.jpg similarity index 100% rename from data_classification/train/6/855.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/855.jpg diff --git a/data_classification/train/6/858.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/858.jpg similarity index 100% rename from data_classification/train/6/858.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/858.jpg diff --git a/data_classification/train/6/874.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/874.jpg similarity index 100% rename from data_classification/train/6/874.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/874.jpg diff --git a/data_classification/train/6/875.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/875.jpg similarity index 100% rename from data_classification/train/6/875.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/875.jpg diff --git a/data_classification/train/6/877.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/877.jpg similarity index 100% rename from data_classification/train/6/877.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/877.jpg diff --git a/data_classification/train/6/884.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/884.jpg similarity index 100% rename from data_classification/train/6/884.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/884.jpg diff --git a/data_classification/train/6/885.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/885.jpg similarity index 100% rename from data_classification/train/6/885.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/885.jpg diff --git a/data_classification/train/6/891.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/891.jpg similarity index 100% rename from data_classification/train/6/891.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/891.jpg diff --git a/data_classification/train/6/92.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/92.jpg similarity index 100% rename from data_classification/train/6/92.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/92.jpg diff --git a/data_classification/train/6/94.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/94.jpg similarity index 100% rename from data_classification/train/6/94.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/data_classification/train/6/94.jpg diff --git a/data_test.csv b/Machine Learning Thinking and Convolutional Neural Networks project/data_test.csv similarity index 100% rename from data_test.csv rename to Machine Learning Thinking and Convolutional Neural Networks project/data_test.csv diff --git a/data_train.csv b/Machine Learning Thinking and Convolutional Neural Networks project/data_train.csv similarity index 100% rename from data_train.csv rename to Machine Learning Thinking and Convolutional Neural Networks project/data_train.csv diff --git a/demo.py b/Machine Learning Thinking and Convolutional Neural Networks project/demo.py similarity index 100% rename from demo.py rename to Machine Learning Thinking and Convolutional Neural Networks project/demo.py diff --git a/demo1.py b/Machine Learning Thinking and Convolutional Neural Networks project/demo1.py similarity index 100% rename from demo1.py rename to Machine Learning Thinking and Convolutional Neural Networks project/demo1.py diff --git a/demo2.py b/Machine Learning Thinking and Convolutional Neural Networks project/demo2.py similarity index 100% rename from demo2.py rename to Machine Learning Thinking and Convolutional Neural Networks project/demo2.py diff --git a/df_data.py b/Machine Learning Thinking and Convolutional Neural Networks project/df_data.py similarity index 100% rename from df_data.py rename to Machine Learning Thinking and Convolutional Neural Networks project/df_data.py diff --git a/file_path.pkl b/Machine Learning Thinking and Convolutional Neural Networks project/file_path.pkl similarity index 100% rename from file_path.pkl rename to Machine Learning Thinking and Convolutional Neural Networks project/file_path.pkl diff --git a/images_prediction/狗/1.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/images_prediction/狗/1.jpg similarity index 100% rename from images_prediction/狗/1.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/images_prediction/狗/1.jpg diff --git a/images_prediction/狗/10.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/images_prediction/狗/10.jpg similarity index 100% rename from images_prediction/狗/10.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/images_prediction/狗/10.jpg diff --git a/images_prediction/狗/11.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/images_prediction/狗/11.jpg similarity index 100% rename from images_prediction/狗/11.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/images_prediction/狗/11.jpg diff --git a/images_prediction/狗/12.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/images_prediction/狗/12.jpg similarity index 100% rename from images_prediction/狗/12.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/images_prediction/狗/12.jpg diff --git a/images_prediction/狗/13.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/images_prediction/狗/13.jpg similarity index 100% rename from images_prediction/狗/13.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/images_prediction/狗/13.jpg diff --git a/images_prediction/狗/14.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/images_prediction/狗/14.jpg similarity index 100% rename from images_prediction/狗/14.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/images_prediction/狗/14.jpg diff --git a/images_prediction/狗/2.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/images_prediction/狗/2.jpg similarity index 100% rename from images_prediction/狗/2.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/images_prediction/狗/2.jpg diff --git a/images_prediction/狗/3.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/images_prediction/狗/3.jpg similarity index 100% rename from images_prediction/狗/3.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/images_prediction/狗/3.jpg diff --git a/images_prediction/狗/4.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/images_prediction/狗/4.jpg similarity index 100% rename from images_prediction/狗/4.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/images_prediction/狗/4.jpg diff --git a/images_prediction/狗/5.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/images_prediction/狗/5.jpg similarity index 100% rename from images_prediction/狗/5.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/images_prediction/狗/5.jpg diff --git a/images_prediction/狗/6.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/images_prediction/狗/6.jpg similarity index 100% rename from images_prediction/狗/6.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/images_prediction/狗/6.jpg diff --git a/images_prediction/狗/7.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/images_prediction/狗/7.jpg similarity index 100% rename from images_prediction/狗/7.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/images_prediction/狗/7.jpg diff --git a/images_prediction/狗/8.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/images_prediction/狗/8.jpg similarity index 100% rename from images_prediction/狗/8.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/images_prediction/狗/8.jpg diff --git a/images_prediction/狗/9.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/images_prediction/狗/9.jpg similarity index 100% rename from images_prediction/狗/9.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/images_prediction/狗/9.jpg diff --git a/images_prediction/鸡/1.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/images_prediction/鸡/1.jpg similarity index 100% rename from images_prediction/鸡/1.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/images_prediction/鸡/1.jpg diff --git a/images_prediction/鸡/2.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/images_prediction/鸡/2.jpg similarity index 100% rename from images_prediction/鸡/2.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/images_prediction/鸡/2.jpg diff --git a/img/adjust.png b/Machine Learning Thinking and Convolutional Neural Networks project/img/adjust.png similarity index 100% rename from img/adjust.png rename to Machine Learning Thinking and Convolutional Neural Networks project/img/adjust.png diff --git a/img/arrow.png b/Machine Learning Thinking and Convolutional Neural Networks project/img/arrow.png similarity index 100% rename from img/arrow.png rename to Machine Learning Thinking and Convolutional Neural Networks project/img/arrow.png diff --git a/img/arrow1.png b/Machine Learning Thinking and Convolutional Neural Networks project/img/arrow1.png similarity index 100% rename from img/arrow1.png rename to Machine Learning Thinking and Convolutional Neural Networks project/img/arrow1.png diff --git a/img/arrow2.png b/Machine Learning Thinking and Convolutional Neural Networks project/img/arrow2.png similarity index 100% rename from img/arrow2.png rename to Machine Learning Thinking and Convolutional Neural Networks project/img/arrow2.png diff --git a/img/classifier.png b/Machine Learning Thinking and Convolutional Neural Networks project/img/classifier.png similarity index 100% rename from img/classifier.png rename to Machine Learning Thinking and Convolutional Neural Networks project/img/classifier.png diff --git a/img/conv.png b/Machine Learning Thinking and Convolutional Neural Networks project/img/conv.png similarity index 100% rename from img/conv.png rename to Machine Learning Thinking and Convolutional Neural Networks project/img/conv.png diff --git a/img/data.png b/Machine Learning Thinking and Convolutional Neural Networks project/img/data.png similarity index 100% rename from img/data.png rename to Machine Learning Thinking and Convolutional Neural Networks project/img/data.png diff --git a/img/error.png b/Machine Learning Thinking and Convolutional Neural Networks project/img/error.png similarity index 100% rename from img/error.png rename to Machine Learning Thinking and Convolutional Neural Networks project/img/error.png diff --git a/img/full_connect.png b/Machine Learning Thinking and Convolutional Neural Networks project/img/full_connect.png similarity index 100% rename from img/full_connect.png rename to Machine Learning Thinking and Convolutional Neural Networks project/img/full_connect.png diff --git a/img/image/微信图片_20230423141125.png b/Machine Learning Thinking and Convolutional Neural Networks project/img/image/微信图片_20230423141125.png similarity index 100% rename from img/image/微信图片_20230423141125.png rename to Machine Learning Thinking and Convolutional Neural Networks project/img/image/微信图片_20230423141125.png diff --git a/img/image/微信截图_20230423141909.png b/Machine Learning Thinking and Convolutional Neural Networks project/img/image/微信截图_20230423141909.png similarity index 100% rename from img/image/微信截图_20230423141909.png rename to Machine Learning Thinking and Convolutional Neural Networks project/img/image/微信截图_20230423141909.png diff --git a/img/image/微信截图_20230423142037.png b/Machine Learning Thinking and Convolutional Neural Networks project/img/image/微信截图_20230423142037.png similarity index 100% rename from img/image/微信截图_20230423142037.png rename to Machine Learning Thinking and Convolutional Neural Networks project/img/image/微信截图_20230423142037.png diff --git a/img/image/微信截图_20230423142053.png b/Machine Learning Thinking and Convolutional Neural Networks project/img/image/微信截图_20230423142053.png similarity index 100% rename from img/image/微信截图_20230423142053.png rename to Machine Learning Thinking and Convolutional Neural Networks project/img/image/微信截图_20230423142053.png diff --git a/img/image/微信截图_20230423142134.png b/Machine Learning Thinking and Convolutional Neural Networks project/img/image/微信截图_20230423142134.png similarity index 100% rename from img/image/微信截图_20230423142134.png rename to Machine Learning Thinking and Convolutional Neural Networks project/img/image/微信截图_20230423142134.png diff --git a/img/image/微信截图_20230423142210.png b/Machine Learning Thinking and Convolutional Neural Networks project/img/image/微信截图_20230423142210.png similarity index 100% rename from img/image/微信截图_20230423142210.png rename to Machine Learning Thinking and Convolutional Neural Networks project/img/image/微信截图_20230423142210.png diff --git a/img/image/微信截图_20230423142401.png b/Machine Learning Thinking and Convolutional Neural Networks project/img/image/微信截图_20230423142401.png similarity index 100% rename from img/image/微信截图_20230423142401.png rename to Machine Learning Thinking and Convolutional Neural Networks project/img/image/微信截图_20230423142401.png diff --git a/img/image/微信截图_20230423142436.png b/Machine Learning Thinking and Convolutional Neural Networks project/img/image/微信截图_20230423142436.png similarity index 100% rename from img/image/微信截图_20230423142436.png rename to Machine Learning Thinking and Convolutional Neural Networks project/img/image/微信截图_20230423142436.png diff --git a/img/image/微信截图_20230423142447.png b/Machine Learning Thinking and Convolutional Neural Networks project/img/image/微信截图_20230423142447.png similarity index 100% rename from img/image/微信截图_20230423142447.png rename to Machine Learning Thinking and Convolutional Neural Networks project/img/image/微信截图_20230423142447.png diff --git a/img/nonlinear.png b/Machine Learning Thinking and Convolutional Neural Networks project/img/nonlinear.png similarity index 100% rename from img/nonlinear.png rename to Machine Learning Thinking and Convolutional Neural Networks project/img/nonlinear.png diff --git a/img/pool.png b/Machine Learning Thinking and Convolutional Neural Networks project/img/pool.png similarity index 100% rename from img/pool.png rename to Machine Learning Thinking and Convolutional Neural Networks project/img/pool.png diff --git a/lqm_X4_new.py b/Machine Learning Thinking and Convolutional Neural Networks project/lqm_X4_new.py similarity index 100% rename from lqm_X4_new.py rename to Machine Learning Thinking and Convolutional Neural Networks project/lqm_X4_new.py diff --git a/lqmtest_x2.py b/Machine Learning Thinking and Convolutional Neural Networks project/lqmtest_x2.py similarity index 100% rename from lqmtest_x2.py rename to Machine Learning Thinking and Convolutional Neural Networks project/lqmtest_x2.py diff --git a/lqmtest_x3_1.py b/Machine Learning Thinking and Convolutional Neural Networks project/lqmtest_x3_1.py similarity index 100% rename from lqmtest_x3_1.py rename to Machine Learning Thinking and Convolutional Neural Networks project/lqmtest_x3_1.py diff --git a/lqmtest_x3_10_error.py b/Machine Learning Thinking and Convolutional Neural Networks project/lqmtest_x3_10_error.py similarity index 100% rename from lqmtest_x3_10_error.py rename to Machine Learning Thinking and Convolutional Neural Networks project/lqmtest_x3_10_error.py diff --git a/lqmtest_x3_11_ajconv.py b/Machine Learning Thinking and Convolutional Neural Networks project/lqmtest_x3_11_ajconv.py similarity index 100% rename from lqmtest_x3_11_ajconv.py rename to Machine Learning Thinking and Convolutional Neural Networks project/lqmtest_x3_11_ajconv.py diff --git a/lqmtest_x3_12_ajfc.py b/Machine Learning Thinking and Convolutional Neural Networks project/lqmtest_x3_12_ajfc.py similarity index 100% rename from lqmtest_x3_12_ajfc.py rename to Machine Learning Thinking and Convolutional Neural Networks project/lqmtest_x3_12_ajfc.py diff --git a/lqmtest_x3_1_SetLoadData.py b/Machine Learning Thinking and Convolutional Neural Networks project/lqmtest_x3_1_SetLoadData.py similarity index 100% rename from lqmtest_x3_1_SetLoadData.py rename to Machine Learning Thinking and Convolutional Neural Networks project/lqmtest_x3_1_SetLoadData.py diff --git a/lqmtest_x3_2_load_data.py b/Machine Learning Thinking and Convolutional Neural Networks project/lqmtest_x3_2_load_data.py similarity index 100% rename from lqmtest_x3_2_load_data.py rename to Machine Learning Thinking and Convolutional Neural Networks project/lqmtest_x3_2_load_data.py diff --git a/lqmtest_x3_3.py b/Machine Learning Thinking and Convolutional Neural Networks project/lqmtest_x3_3.py similarity index 100% rename from lqmtest_x3_3.py rename to Machine Learning Thinking and Convolutional Neural Networks project/lqmtest_x3_3.py diff --git a/lqmtest_x3_3_setconv_para.py b/Machine Learning Thinking and Convolutional Neural Networks project/lqmtest_x3_3_setconv_para.py similarity index 100% rename from lqmtest_x3_3_setconv_para.py rename to Machine Learning Thinking and Convolutional Neural Networks project/lqmtest_x3_3_setconv_para.py diff --git a/lqmtest_x3_4_conv_proc.py b/Machine Learning Thinking and Convolutional Neural Networks project/lqmtest_x3_4_conv_proc.py similarity index 100% rename from lqmtest_x3_4_conv_proc.py rename to Machine Learning Thinking and Convolutional Neural Networks project/lqmtest_x3_4_conv_proc.py diff --git a/lqmtest_x3_5.py b/Machine Learning Thinking and Convolutional Neural Networks project/lqmtest_x3_5.py similarity index 100% rename from lqmtest_x3_5.py rename to Machine Learning Thinking and Convolutional Neural Networks project/lqmtest_x3_5.py diff --git a/lqmtest_x3_5_pool.py b/Machine Learning Thinking and Convolutional Neural Networks project/lqmtest_x3_5_pool.py similarity index 100% rename from lqmtest_x3_5_pool.py rename to Machine Learning Thinking and Convolutional Neural Networks project/lqmtest_x3_5_pool.py diff --git a/lqmtest_x3_6_fullconn.py b/Machine Learning Thinking and Convolutional Neural Networks project/lqmtest_x3_6_fullconn.py similarity index 100% rename from lqmtest_x3_6_fullconn.py rename to Machine Learning Thinking and Convolutional Neural Networks project/lqmtest_x3_6_fullconn.py diff --git a/lqmtest_x3_7_nonlinear.py b/Machine Learning Thinking and Convolutional Neural Networks project/lqmtest_x3_7_nonlinear.py similarity index 100% rename from lqmtest_x3_7_nonlinear.py rename to Machine Learning Thinking and Convolutional Neural Networks project/lqmtest_x3_7_nonlinear.py diff --git a/lqmtest_x3_8_classify.py b/Machine Learning Thinking and Convolutional Neural Networks project/lqmtest_x3_8_classify.py similarity index 100% rename from lqmtest_x3_8_classify.py rename to Machine Learning Thinking and Convolutional Neural Networks project/lqmtest_x3_8_classify.py diff --git a/lqmtest_x3_9_label.py b/Machine Learning Thinking and Convolutional Neural Networks project/lqmtest_x3_9_label.py similarity index 100% rename from lqmtest_x3_9_label.py rename to Machine Learning Thinking and Convolutional Neural Networks project/lqmtest_x3_9_label.py diff --git a/model.pkl b/Machine Learning Thinking and Convolutional Neural Networks project/model.pkl similarity index 100% rename from model.pkl rename to Machine Learning Thinking and Convolutional Neural Networks project/model.pkl diff --git a/read_data.py b/Machine Learning Thinking and Convolutional Neural Networks project/read_data.py similarity index 100% rename from read_data.py rename to Machine Learning Thinking and Convolutional Neural Networks project/read_data.py diff --git a/requirements.txt b/Machine Learning Thinking and Convolutional Neural Networks project/requirements.txt similarity index 100% rename from requirements.txt rename to Machine Learning Thinking and Convolutional Neural Networks project/requirements.txt diff --git a/test.csv b/Machine Learning Thinking and Convolutional Neural Networks project/test.csv similarity index 100% rename from test.csv rename to Machine Learning Thinking and Convolutional Neural Networks project/test.csv diff --git a/test.py b/Machine Learning Thinking and Convolutional Neural Networks project/test.py similarity index 100% rename from test.py rename to Machine Learning Thinking and Convolutional Neural Networks project/test.py diff --git a/test_category/0/1.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/1.jpg similarity index 100% rename from test_category/0/1.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/1.jpg diff --git a/test_category/0/10.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/10.jpg similarity index 100% rename from test_category/0/10.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/10.jpg diff --git a/test_category/0/11.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/11.jpg similarity index 100% rename from test_category/0/11.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/11.jpg diff --git a/test_category/0/12.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/12.jpg similarity index 100% rename from test_category/0/12.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/12.jpg diff --git a/test_category/0/13.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/13.jpg similarity index 100% rename from test_category/0/13.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/13.jpg diff --git a/test_category/0/14.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/14.jpg similarity index 100% rename from test_category/0/14.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/14.jpg diff --git a/test_category/0/15.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/15.jpg similarity index 100% rename from test_category/0/15.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/15.jpg diff --git a/test_category/0/16.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/16.jpg similarity index 100% rename from test_category/0/16.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/16.jpg diff --git a/test_category/0/17.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/17.jpg similarity index 100% rename from test_category/0/17.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/17.jpg diff --git a/test_category/0/18.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/18.jpg similarity index 100% rename from test_category/0/18.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/18.jpg diff --git a/test_category/0/19.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/19.jpg similarity index 100% rename from test_category/0/19.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/19.jpg diff --git a/test_category/0/2.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/2.jpg similarity index 100% rename from test_category/0/2.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/2.jpg diff --git a/test_category/0/20.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/20.jpg similarity index 100% rename from test_category/0/20.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/20.jpg diff --git a/test_category/0/21.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/21.jpg similarity index 100% rename from test_category/0/21.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/21.jpg diff --git a/test_category/0/22.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/22.jpg similarity index 100% rename from test_category/0/22.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/22.jpg diff --git a/test_category/0/23.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/23.jpg similarity index 100% rename from test_category/0/23.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/23.jpg diff --git a/test_category/0/24.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/24.jpg similarity index 100% rename from test_category/0/24.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/24.jpg diff --git a/test_category/0/25.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/25.jpg similarity index 100% rename from test_category/0/25.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/25.jpg diff --git a/test_category/0/26.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/26.jpg similarity index 100% rename from test_category/0/26.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/26.jpg diff --git a/test_category/0/27.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/27.jpg similarity index 100% rename from test_category/0/27.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/27.jpg diff --git a/test_category/0/28.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/28.jpg similarity index 100% rename from test_category/0/28.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/28.jpg diff --git a/test_category/0/29.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/29.jpg similarity index 100% rename from test_category/0/29.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/29.jpg diff --git a/test_category/0/3.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/3.jpg similarity index 100% rename from test_category/0/3.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/3.jpg diff --git a/test_category/0/30.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/30.jpg similarity index 100% rename from test_category/0/30.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/30.jpg diff --git a/test_category/0/31.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/31.jpg similarity index 100% rename from test_category/0/31.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/31.jpg diff --git a/test_category/0/32.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/32.jpg similarity index 100% rename from test_category/0/32.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/32.jpg diff --git a/test_category/0/33.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/33.jpg similarity index 100% rename from test_category/0/33.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/33.jpg diff --git a/test_category/0/34.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/34.jpg similarity index 100% rename from test_category/0/34.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/34.jpg diff --git a/test_category/0/35.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/35.jpg similarity index 100% rename from test_category/0/35.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/35.jpg diff --git a/test_category/0/36.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/36.jpg similarity index 100% rename from test_category/0/36.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/36.jpg diff --git a/test_category/0/37.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/37.jpg similarity index 100% rename from test_category/0/37.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/37.jpg diff --git a/test_category/0/38.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/38.jpg similarity index 100% rename from test_category/0/38.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/38.jpg diff --git a/test_category/0/39.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/39.jpg similarity index 100% rename from test_category/0/39.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/39.jpg diff --git a/test_category/0/4.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/4.jpg similarity index 100% rename from test_category/0/4.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/4.jpg diff --git a/test_category/0/40.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/40.jpg similarity index 100% rename from test_category/0/40.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/40.jpg diff --git a/test_category/0/41.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/41.jpg similarity index 100% rename from test_category/0/41.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/41.jpg diff --git a/test_category/0/5.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/5.jpg similarity index 100% rename from test_category/0/5.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/5.jpg diff --git a/test_category/0/6.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/6.jpg similarity index 100% rename from test_category/0/6.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/6.jpg diff --git a/test_category/0/7.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/7.jpg similarity index 100% rename from test_category/0/7.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/7.jpg diff --git a/test_category/0/8.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/8.jpg similarity index 100% rename from test_category/0/8.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/8.jpg diff --git a/test_category/0/9.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/9.jpg similarity index 100% rename from test_category/0/9.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/0/9.jpg diff --git a/test_category/1/1.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/1.jpg similarity index 100% rename from test_category/1/1.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/1.jpg diff --git a/test_category/1/10.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/10.jpg similarity index 100% rename from test_category/1/10.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/10.jpg diff --git a/test_category/1/11.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/11.jpg similarity index 100% rename from test_category/1/11.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/11.jpg diff --git a/test_category/1/12.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/12.jpg similarity index 100% rename from test_category/1/12.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/12.jpg diff --git a/test_category/1/13.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/13.jpg similarity index 100% rename from test_category/1/13.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/13.jpg diff --git a/test_category/1/14.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/14.jpg similarity index 100% rename from test_category/1/14.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/14.jpg diff --git a/test_category/1/15.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/15.jpg similarity index 100% rename from test_category/1/15.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/15.jpg diff --git a/test_category/1/16.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/16.jpg similarity index 100% rename from test_category/1/16.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/16.jpg diff --git a/test_category/1/17.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/17.jpg similarity index 100% rename from test_category/1/17.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/17.jpg diff --git a/test_category/1/18.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/18.jpg similarity index 100% rename from test_category/1/18.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/18.jpg diff --git a/test_category/1/19.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/19.jpg similarity index 100% rename from test_category/1/19.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/19.jpg diff --git a/test_category/1/2.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/2.jpg similarity index 100% rename from test_category/1/2.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/2.jpg diff --git a/test_category/1/20.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/20.jpg similarity index 100% rename from test_category/1/20.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/20.jpg diff --git a/test_category/1/21.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/21.jpg similarity index 100% rename from test_category/1/21.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/21.jpg diff --git a/test_category/1/22.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/22.jpg similarity index 100% rename from test_category/1/22.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/22.jpg diff --git a/test_category/1/23.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/23.jpg similarity index 100% rename from test_category/1/23.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/23.jpg diff --git a/test_category/1/24.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/24.jpg similarity index 100% rename from test_category/1/24.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/24.jpg diff --git a/test_category/1/25.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/25.jpg similarity index 100% rename from test_category/1/25.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/25.jpg diff --git a/test_category/1/26.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/26.jpg similarity index 100% rename from test_category/1/26.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/26.jpg diff --git a/test_category/1/27.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/27.jpg similarity index 100% rename from test_category/1/27.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/27.jpg diff --git a/test_category/1/28.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/28.jpg similarity index 100% rename from test_category/1/28.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/28.jpg diff --git a/test_category/1/29.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/29.jpg similarity index 100% rename from test_category/1/29.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/29.jpg diff --git a/test_category/1/3.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/3.jpg similarity index 100% rename from test_category/1/3.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/3.jpg diff --git a/test_category/1/30.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/30.jpg similarity index 100% rename from test_category/1/30.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/30.jpg diff --git a/test_category/1/31.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/31.jpg similarity index 100% rename from test_category/1/31.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/31.jpg diff --git a/test_category/1/32.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/32.jpg similarity index 100% rename from test_category/1/32.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/32.jpg diff --git a/test_category/1/33.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/33.jpg similarity index 100% rename from test_category/1/33.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/33.jpg diff --git a/test_category/1/34.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/34.jpg similarity index 100% rename from test_category/1/34.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/34.jpg diff --git a/test_category/1/35.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/35.jpg similarity index 100% rename from test_category/1/35.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/35.jpg diff --git a/test_category/1/36.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/36.jpg similarity index 100% rename from test_category/1/36.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/36.jpg diff --git a/test_category/1/37.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/37.jpg similarity index 100% rename from test_category/1/37.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/37.jpg diff --git a/test_category/1/38.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/38.jpg similarity index 100% rename from test_category/1/38.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/38.jpg diff --git a/test_category/1/39.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/39.jpg similarity index 100% rename from test_category/1/39.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/39.jpg diff --git a/test_category/1/4.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/4.jpg similarity index 100% rename from test_category/1/4.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/4.jpg diff --git a/test_category/1/40.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/40.jpg similarity index 100% rename from test_category/1/40.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/40.jpg diff --git a/test_category/1/41.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/41.jpg similarity index 100% rename from test_category/1/41.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/41.jpg diff --git a/test_category/1/42.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/42.jpg similarity index 100% rename from test_category/1/42.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/42.jpg diff --git a/test_category/1/43.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/43.jpg similarity index 100% rename from test_category/1/43.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/43.jpg diff --git a/test_category/1/44.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/44.jpg similarity index 100% rename from test_category/1/44.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/44.jpg diff --git a/test_category/1/45.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/45.jpg similarity index 100% rename from test_category/1/45.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/45.jpg diff --git a/test_category/1/46.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/46.jpg similarity index 100% rename from test_category/1/46.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/46.jpg diff --git a/test_category/1/47.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/47.jpg similarity index 100% rename from test_category/1/47.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/47.jpg diff --git a/test_category/1/48.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/48.jpg similarity index 100% rename from test_category/1/48.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/48.jpg diff --git a/test_category/1/49.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/49.jpg similarity index 100% rename from test_category/1/49.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/49.jpg diff --git a/test_category/1/5.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/5.jpg similarity index 100% rename from test_category/1/5.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/5.jpg diff --git a/test_category/1/50.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/50.jpg similarity index 100% rename from test_category/1/50.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/50.jpg diff --git a/test_category/1/51.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/51.jpg similarity index 100% rename from test_category/1/51.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/51.jpg diff --git a/test_category/1/52.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/52.jpg similarity index 100% rename from test_category/1/52.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/52.jpg diff --git a/test_category/1/53.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/53.jpg similarity index 100% rename from test_category/1/53.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/53.jpg diff --git a/test_category/1/54.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/54.jpg similarity index 100% rename from test_category/1/54.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/54.jpg diff --git a/test_category/1/55.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/55.jpg similarity index 100% rename from test_category/1/55.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/55.jpg diff --git a/test_category/1/56.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/56.jpg similarity index 100% rename from test_category/1/56.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/56.jpg diff --git a/test_category/1/57.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/57.jpg similarity index 100% rename from test_category/1/57.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/57.jpg diff --git a/test_category/1/58.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/58.jpg similarity index 100% rename from test_category/1/58.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/58.jpg diff --git a/test_category/1/59.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/59.jpg similarity index 100% rename from test_category/1/59.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/59.jpg diff --git a/test_category/1/6.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/6.jpg similarity index 100% rename from test_category/1/6.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/6.jpg diff --git a/test_category/1/60.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/60.jpg similarity index 100% rename from test_category/1/60.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/60.jpg diff --git a/test_category/1/61.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/61.jpg similarity index 100% rename from test_category/1/61.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/61.jpg diff --git a/test_category/1/62.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/62.jpg similarity index 100% rename from test_category/1/62.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/62.jpg diff --git a/test_category/1/63.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/63.jpg similarity index 100% rename from test_category/1/63.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/63.jpg diff --git a/test_category/1/64.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/64.jpg similarity index 100% rename from test_category/1/64.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/64.jpg diff --git a/test_category/1/65.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/65.jpg similarity index 100% rename from test_category/1/65.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/65.jpg diff --git a/test_category/1/66.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/66.jpg similarity index 100% rename from test_category/1/66.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/66.jpg diff --git a/test_category/1/67.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/67.jpg similarity index 100% rename from test_category/1/67.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/67.jpg diff --git a/test_category/1/68.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/68.jpg similarity index 100% rename from test_category/1/68.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/68.jpg diff --git a/test_category/1/69.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/69.jpg similarity index 100% rename from test_category/1/69.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/69.jpg diff --git a/test_category/1/7.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/7.jpg similarity index 100% rename from test_category/1/7.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/7.jpg diff --git a/test_category/1/70.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/70.jpg similarity index 100% rename from test_category/1/70.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/70.jpg diff --git a/test_category/1/71.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/71.jpg similarity index 100% rename from test_category/1/71.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/71.jpg diff --git a/test_category/1/72.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/72.jpg similarity index 100% rename from test_category/1/72.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/72.jpg diff --git a/test_category/1/73.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/73.jpg similarity index 100% rename from test_category/1/73.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/73.jpg diff --git a/test_category/1/74.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/74.jpg similarity index 100% rename from test_category/1/74.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/74.jpg diff --git a/test_category/1/8.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/8.jpg similarity index 100% rename from test_category/1/8.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/8.jpg diff --git a/test_category/1/9.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/9.jpg similarity index 100% rename from test_category/1/9.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/1/9.jpg diff --git a/test_category/2/1.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/1.jpg similarity index 100% rename from test_category/2/1.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/1.jpg diff --git a/test_category/2/10.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/10.jpg similarity index 100% rename from test_category/2/10.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/10.jpg diff --git a/test_category/2/100.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/100.jpg similarity index 100% rename from test_category/2/100.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/100.jpg diff --git a/test_category/2/101.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/101.jpg similarity index 100% rename from test_category/2/101.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/101.jpg diff --git a/test_category/2/102.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/102.jpg similarity index 100% rename from test_category/2/102.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/102.jpg diff --git a/test_category/2/103.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/103.jpg similarity index 100% rename from test_category/2/103.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/103.jpg diff --git a/test_category/2/104.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/104.jpg similarity index 100% rename from test_category/2/104.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/104.jpg diff --git a/test_category/2/105.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/105.jpg similarity index 100% rename from test_category/2/105.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/105.jpg diff --git a/test_category/2/106.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/106.jpg similarity index 100% rename from test_category/2/106.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/106.jpg diff --git a/test_category/2/107.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/107.jpg similarity index 100% rename from test_category/2/107.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/107.jpg diff --git a/test_category/2/108.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/108.jpg similarity index 100% rename from test_category/2/108.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/108.jpg diff --git a/test_category/2/109.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/109.jpg similarity index 100% rename from test_category/2/109.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/109.jpg diff --git a/test_category/2/11.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/11.jpg similarity index 100% rename from test_category/2/11.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/11.jpg diff --git a/test_category/2/110.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/110.jpg similarity index 100% rename from test_category/2/110.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/110.jpg diff --git a/test_category/2/111.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/111.jpg similarity index 100% rename from test_category/2/111.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/111.jpg diff --git a/test_category/2/112.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/112.jpg similarity index 100% rename from test_category/2/112.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/112.jpg diff --git a/test_category/2/113.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/113.jpg similarity index 100% rename from test_category/2/113.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/113.jpg diff --git a/test_category/2/114.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/114.jpg similarity index 100% rename from test_category/2/114.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/114.jpg diff --git a/test_category/2/115.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/115.jpg similarity index 100% rename from test_category/2/115.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/115.jpg diff --git a/test_category/2/116.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/116.jpg similarity index 100% rename from test_category/2/116.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/116.jpg diff --git a/test_category/2/117.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/117.jpg similarity index 100% rename from test_category/2/117.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/117.jpg diff --git a/test_category/2/118.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/118.jpg similarity index 100% rename from test_category/2/118.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/118.jpg diff --git a/test_category/2/119.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/119.jpg similarity index 100% rename from test_category/2/119.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/119.jpg diff --git a/test_category/2/12.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/12.jpg similarity index 100% rename from test_category/2/12.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/12.jpg diff --git a/test_category/2/120.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/120.jpg similarity index 100% rename from test_category/2/120.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/120.jpg diff --git a/test_category/2/121.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/121.jpg similarity index 100% rename from test_category/2/121.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/121.jpg diff --git a/test_category/2/122.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/122.jpg similarity index 100% rename from test_category/2/122.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/122.jpg diff --git a/test_category/2/123.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/123.jpg similarity index 100% rename from test_category/2/123.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/123.jpg diff --git a/test_category/2/124.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/124.jpg similarity index 100% rename from test_category/2/124.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/124.jpg diff --git a/test_category/2/125.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/125.jpg similarity index 100% rename from test_category/2/125.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/125.jpg diff --git a/test_category/2/126.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/126.jpg similarity index 100% rename from test_category/2/126.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/126.jpg diff --git a/test_category/2/13.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/13.jpg similarity index 100% rename from test_category/2/13.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/13.jpg diff --git a/test_category/2/14.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/14.jpg similarity index 100% rename from test_category/2/14.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/14.jpg diff --git a/test_category/2/15.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/15.jpg similarity index 100% rename from test_category/2/15.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/15.jpg diff --git a/test_category/2/16.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/16.jpg similarity index 100% rename from test_category/2/16.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/16.jpg diff --git a/test_category/2/17.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/17.jpg similarity index 100% rename from test_category/2/17.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/17.jpg diff --git a/test_category/2/18.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/18.jpg similarity index 100% rename from test_category/2/18.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/18.jpg diff --git a/test_category/2/19.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/19.jpg similarity index 100% rename from test_category/2/19.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/19.jpg diff --git a/test_category/2/2.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/2.jpg similarity index 100% rename from test_category/2/2.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/2.jpg diff --git a/test_category/2/20.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/20.jpg similarity index 100% rename from test_category/2/20.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/20.jpg diff --git a/test_category/2/21.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/21.jpg similarity index 100% rename from test_category/2/21.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/21.jpg diff --git a/test_category/2/22.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/22.jpg similarity index 100% rename from test_category/2/22.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/22.jpg diff --git a/test_category/2/23.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/23.jpg similarity index 100% rename from test_category/2/23.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/23.jpg diff --git a/test_category/2/24.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/24.jpg similarity index 100% rename from test_category/2/24.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/24.jpg diff --git a/test_category/2/25.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/25.jpg similarity index 100% rename from test_category/2/25.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/25.jpg diff --git a/test_category/2/26.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/26.jpg similarity index 100% rename from test_category/2/26.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/26.jpg diff --git a/test_category/2/27.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/27.jpg similarity index 100% rename from test_category/2/27.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/27.jpg diff --git a/test_category/2/28.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/28.jpg similarity index 100% rename from test_category/2/28.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/28.jpg diff --git a/test_category/2/29.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/29.jpg similarity index 100% rename from test_category/2/29.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/29.jpg diff --git a/test_category/2/3.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/3.jpg similarity index 100% rename from test_category/2/3.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/3.jpg diff --git a/test_category/2/30.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/30.jpg similarity index 100% rename from test_category/2/30.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/30.jpg diff --git a/test_category/2/31.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/31.jpg similarity index 100% rename from test_category/2/31.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/31.jpg diff --git a/test_category/2/32.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/32.jpg similarity index 100% rename from test_category/2/32.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/32.jpg diff --git a/test_category/2/33.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/33.jpg similarity index 100% rename from test_category/2/33.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/33.jpg diff --git a/test_category/2/34.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/34.jpg similarity index 100% rename from test_category/2/34.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/34.jpg diff --git a/test_category/2/35.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/35.jpg similarity index 100% rename from test_category/2/35.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/35.jpg diff --git a/test_category/2/36.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/36.jpg similarity index 100% rename from test_category/2/36.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/36.jpg diff --git a/test_category/2/37.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/37.jpg similarity index 100% rename from test_category/2/37.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/37.jpg diff --git a/test_category/2/38.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/38.jpg similarity index 100% rename from test_category/2/38.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/38.jpg diff --git a/test_category/2/39.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/39.jpg similarity index 100% rename from test_category/2/39.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/39.jpg diff --git a/test_category/2/4.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/4.jpg similarity index 100% rename from test_category/2/4.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/4.jpg diff --git a/test_category/2/40.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/40.jpg similarity index 100% rename from test_category/2/40.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/40.jpg diff --git a/test_category/2/41.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/41.jpg similarity index 100% rename from test_category/2/41.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/41.jpg diff --git a/test_category/2/42.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/42.jpg similarity index 100% rename from test_category/2/42.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/42.jpg diff --git a/test_category/2/43.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/43.jpg similarity index 100% rename from test_category/2/43.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/43.jpg diff --git a/test_category/2/44.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/44.jpg similarity index 100% rename from test_category/2/44.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/44.jpg diff --git a/test_category/2/45.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/45.jpg similarity index 100% rename from test_category/2/45.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/45.jpg diff --git a/test_category/2/46.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/46.jpg similarity index 100% rename from test_category/2/46.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/46.jpg diff --git a/test_category/2/47.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/47.jpg similarity index 100% rename from test_category/2/47.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/47.jpg diff --git a/test_category/2/48.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/48.jpg similarity index 100% rename from test_category/2/48.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/48.jpg diff --git a/test_category/2/49.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/49.jpg similarity index 100% rename from test_category/2/49.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/49.jpg diff --git a/test_category/2/5.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/5.jpg similarity index 100% rename from test_category/2/5.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/5.jpg diff --git a/test_category/2/50.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/50.jpg similarity index 100% rename from test_category/2/50.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/50.jpg diff --git a/test_category/2/51.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/51.jpg similarity index 100% rename from test_category/2/51.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/51.jpg diff --git a/test_category/2/52.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/52.jpg similarity index 100% rename from test_category/2/52.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/52.jpg diff --git a/test_category/2/53.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/53.jpg similarity index 100% rename from test_category/2/53.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/53.jpg diff --git a/test_category/2/54.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/54.jpg similarity index 100% rename from test_category/2/54.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/54.jpg diff --git a/test_category/2/55.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/55.jpg similarity index 100% rename from test_category/2/55.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/55.jpg diff --git a/test_category/2/56.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/56.jpg similarity index 100% rename from test_category/2/56.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/56.jpg diff --git a/test_category/2/57.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/57.jpg similarity index 100% rename from test_category/2/57.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/57.jpg diff --git a/test_category/2/58.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/58.jpg similarity index 100% rename from test_category/2/58.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/58.jpg diff --git a/test_category/2/59.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/59.jpg similarity index 100% rename from test_category/2/59.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/59.jpg diff --git a/test_category/2/6.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/6.jpg similarity index 100% rename from test_category/2/6.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/6.jpg diff --git a/test_category/2/60.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/60.jpg similarity index 100% rename from test_category/2/60.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/60.jpg diff --git a/test_category/2/61.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/61.jpg similarity index 100% rename from test_category/2/61.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/61.jpg diff --git a/test_category/2/62.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/62.jpg similarity index 100% rename from test_category/2/62.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/62.jpg diff --git a/test_category/2/63.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/63.jpg similarity index 100% rename from test_category/2/63.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/63.jpg diff --git a/test_category/2/64.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/64.jpg similarity index 100% rename from test_category/2/64.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/64.jpg diff --git a/test_category/2/65.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/65.jpg similarity index 100% rename from test_category/2/65.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/65.jpg diff --git a/test_category/2/66.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/66.jpg similarity index 100% rename from test_category/2/66.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/66.jpg diff --git a/test_category/2/67.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/67.jpg similarity index 100% rename from test_category/2/67.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/67.jpg diff --git a/test_category/2/68.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/68.jpg similarity index 100% rename from test_category/2/68.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/68.jpg diff --git a/test_category/2/69.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/69.jpg similarity index 100% rename from test_category/2/69.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/69.jpg diff --git a/test_category/2/7.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/7.jpg similarity index 100% rename from test_category/2/7.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/7.jpg diff --git a/test_category/2/70.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/70.jpg similarity index 100% rename from test_category/2/70.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/70.jpg diff --git a/test_category/2/71.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/71.jpg similarity index 100% rename from test_category/2/71.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/71.jpg diff --git a/test_category/2/72.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/72.jpg similarity index 100% rename from test_category/2/72.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/72.jpg diff --git a/test_category/2/73.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/73.jpg similarity index 100% rename from test_category/2/73.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/73.jpg diff --git a/test_category/2/74.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/74.jpg similarity index 100% rename from test_category/2/74.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/74.jpg diff --git a/test_category/2/75.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/75.jpg similarity index 100% rename from test_category/2/75.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/75.jpg diff --git a/test_category/2/76.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/76.jpg similarity index 100% rename from test_category/2/76.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/76.jpg diff --git a/test_category/2/77.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/77.jpg similarity index 100% rename from test_category/2/77.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/77.jpg diff --git a/test_category/2/78.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/78.jpg similarity index 100% rename from test_category/2/78.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/78.jpg diff --git a/test_category/2/79.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/79.jpg similarity index 100% rename from test_category/2/79.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/79.jpg diff --git a/test_category/2/8.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/8.jpg similarity index 100% rename from test_category/2/8.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/8.jpg diff --git a/test_category/2/80.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/80.jpg similarity index 100% rename from test_category/2/80.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/80.jpg diff --git a/test_category/2/81.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/81.jpg similarity index 100% rename from test_category/2/81.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/81.jpg diff --git a/test_category/2/82.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/82.jpg similarity index 100% rename from test_category/2/82.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/82.jpg diff --git a/test_category/2/83.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/83.jpg similarity index 100% rename from test_category/2/83.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/83.jpg diff --git a/test_category/2/84.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/84.jpg similarity index 100% rename from test_category/2/84.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/84.jpg diff --git a/test_category/2/85.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/85.jpg similarity index 100% rename from test_category/2/85.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/85.jpg diff --git a/test_category/2/86.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/86.jpg similarity index 100% rename from test_category/2/86.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/86.jpg diff --git a/test_category/2/87.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/87.jpg similarity index 100% rename from test_category/2/87.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/87.jpg diff --git a/test_category/2/88.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/88.jpg similarity index 100% rename from test_category/2/88.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/88.jpg diff --git a/test_category/2/89.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/89.jpg similarity index 100% rename from test_category/2/89.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/89.jpg diff --git a/test_category/2/9.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/9.jpg similarity index 100% rename from test_category/2/9.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/9.jpg diff --git a/test_category/2/90.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/90.jpg similarity index 100% rename from test_category/2/90.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/90.jpg diff --git a/test_category/2/91.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/91.jpg similarity index 100% rename from test_category/2/91.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/91.jpg diff --git a/test_category/2/92.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/92.jpg similarity index 100% rename from test_category/2/92.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/92.jpg diff --git a/test_category/2/93.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/93.jpg similarity index 100% rename from test_category/2/93.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/93.jpg diff --git a/test_category/2/94.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/94.jpg similarity index 100% rename from test_category/2/94.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/94.jpg diff --git a/test_category/2/95.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/95.jpg similarity index 100% rename from test_category/2/95.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/95.jpg diff --git a/test_category/2/96.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/96.jpg similarity index 100% rename from test_category/2/96.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/96.jpg diff --git a/test_category/2/97.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/97.jpg similarity index 100% rename from test_category/2/97.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/97.jpg diff --git a/test_category/2/98.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/98.jpg similarity index 100% rename from test_category/2/98.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/98.jpg diff --git a/test_category/2/99.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/99.jpg similarity index 100% rename from test_category/2/99.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/2/99.jpg diff --git a/test_category/3/1.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/1.jpg similarity index 100% rename from test_category/3/1.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/1.jpg diff --git a/test_category/3/10.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/10.jpg similarity index 100% rename from test_category/3/10.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/10.jpg diff --git a/test_category/3/100.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/100.jpg similarity index 100% rename from test_category/3/100.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/100.jpg diff --git a/test_category/3/101.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/101.jpg similarity index 100% rename from test_category/3/101.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/101.jpg diff --git a/test_category/3/102.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/102.jpg similarity index 100% rename from test_category/3/102.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/102.jpg diff --git a/test_category/3/103.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/103.jpg similarity index 100% rename from test_category/3/103.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/103.jpg diff --git a/test_category/3/104.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/104.jpg similarity index 100% rename from test_category/3/104.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/104.jpg diff --git a/test_category/3/105.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/105.jpg similarity index 100% rename from test_category/3/105.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/105.jpg diff --git a/test_category/3/106.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/106.jpg similarity index 100% rename from test_category/3/106.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/106.jpg diff --git a/test_category/3/107.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/107.jpg similarity index 100% rename from test_category/3/107.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/107.jpg diff --git a/test_category/3/108.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/108.jpg similarity index 100% rename from test_category/3/108.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/108.jpg diff --git a/test_category/3/109.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/109.jpg similarity index 100% rename from test_category/3/109.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/109.jpg diff --git a/test_category/3/11.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/11.jpg similarity index 100% rename from test_category/3/11.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/11.jpg diff --git a/test_category/3/110.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/110.jpg similarity index 100% rename from test_category/3/110.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/110.jpg diff --git a/test_category/3/111.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/111.jpg similarity index 100% rename from test_category/3/111.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/111.jpg diff --git a/test_category/3/112.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/112.jpg similarity index 100% rename from test_category/3/112.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/112.jpg diff --git a/test_category/3/113.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/113.jpg similarity index 100% rename from test_category/3/113.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/113.jpg diff --git a/test_category/3/114.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/114.jpg similarity index 100% rename from test_category/3/114.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/114.jpg diff --git a/test_category/3/115.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/115.jpg similarity index 100% rename from test_category/3/115.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/115.jpg diff --git a/test_category/3/116.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/116.jpg similarity index 100% rename from test_category/3/116.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/116.jpg diff --git a/test_category/3/117.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/117.jpg similarity index 100% rename from test_category/3/117.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/117.jpg diff --git a/test_category/3/118.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/118.jpg similarity index 100% rename from test_category/3/118.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/118.jpg diff --git a/test_category/3/119.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/119.jpg similarity index 100% rename from test_category/3/119.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/119.jpg diff --git a/test_category/3/12.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/12.jpg similarity index 100% rename from test_category/3/12.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/12.jpg diff --git a/test_category/3/120.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/120.jpg similarity index 100% rename from test_category/3/120.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/120.jpg diff --git a/test_category/3/121.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/121.jpg similarity index 100% rename from test_category/3/121.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/121.jpg diff --git a/test_category/3/122.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/122.jpg similarity index 100% rename from test_category/3/122.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/122.jpg diff --git a/test_category/3/123.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/123.jpg similarity index 100% rename from test_category/3/123.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/123.jpg diff --git a/test_category/3/124.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/124.jpg similarity index 100% rename from test_category/3/124.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/124.jpg diff --git a/test_category/3/125.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/125.jpg similarity index 100% rename from test_category/3/125.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/125.jpg diff --git a/test_category/3/126.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/126.jpg similarity index 100% rename from test_category/3/126.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/126.jpg diff --git a/test_category/3/127.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/127.jpg similarity index 100% rename from test_category/3/127.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/127.jpg diff --git a/test_category/3/128.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/128.jpg similarity index 100% rename from test_category/3/128.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/128.jpg diff --git a/test_category/3/129.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/129.jpg similarity index 100% rename from test_category/3/129.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/129.jpg diff --git a/test_category/3/13.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/13.jpg similarity index 100% rename from test_category/3/13.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/13.jpg diff --git a/test_category/3/130.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/130.jpg similarity index 100% rename from test_category/3/130.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/130.jpg diff --git a/test_category/3/131.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/131.jpg similarity index 100% rename from test_category/3/131.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/131.jpg diff --git a/test_category/3/132.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/132.jpg similarity index 100% rename from test_category/3/132.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/132.jpg diff --git a/test_category/3/133.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/133.jpg similarity index 100% rename from test_category/3/133.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/133.jpg diff --git a/test_category/3/134.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/134.jpg similarity index 100% rename from test_category/3/134.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/134.jpg diff --git a/test_category/3/135.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/135.jpg similarity index 100% rename from test_category/3/135.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/135.jpg diff --git a/test_category/3/136.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/136.jpg similarity index 100% rename from test_category/3/136.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/136.jpg diff --git a/test_category/3/137.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/137.jpg similarity index 100% rename from test_category/3/137.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/137.jpg diff --git a/test_category/3/138.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/138.jpg similarity index 100% rename from test_category/3/138.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/138.jpg diff --git a/test_category/3/139.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/139.jpg similarity index 100% rename from test_category/3/139.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/139.jpg diff --git a/test_category/3/14.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/14.jpg similarity index 100% rename from test_category/3/14.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/14.jpg diff --git a/test_category/3/140.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/140.jpg similarity index 100% rename from test_category/3/140.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/140.jpg diff --git a/test_category/3/141.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/141.jpg similarity index 100% rename from test_category/3/141.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/141.jpg diff --git a/test_category/3/142.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/142.jpg similarity index 100% rename from test_category/3/142.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/142.jpg diff --git a/test_category/3/143.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/143.jpg similarity index 100% rename from test_category/3/143.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/143.jpg diff --git a/test_category/3/144.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/144.jpg similarity index 100% rename from test_category/3/144.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/144.jpg diff --git a/test_category/3/145.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/145.jpg similarity index 100% rename from test_category/3/145.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/145.jpg diff --git a/test_category/3/146.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/146.jpg similarity index 100% rename from test_category/3/146.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/146.jpg diff --git a/test_category/3/147.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/147.jpg similarity index 100% rename from test_category/3/147.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/147.jpg diff --git a/test_category/3/148.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/148.jpg similarity index 100% rename from test_category/3/148.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/148.jpg diff --git a/test_category/3/149.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/149.jpg similarity index 100% rename from test_category/3/149.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/149.jpg diff --git a/test_category/3/15.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/15.jpg similarity index 100% rename from test_category/3/15.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/15.jpg diff --git a/test_category/3/150.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/150.jpg similarity index 100% rename from test_category/3/150.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/150.jpg diff --git a/test_category/3/151.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/151.jpg similarity index 100% rename from test_category/3/151.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/151.jpg diff --git a/test_category/3/152.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/152.jpg similarity index 100% rename from test_category/3/152.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/152.jpg diff --git a/test_category/3/153.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/153.jpg similarity index 100% rename from test_category/3/153.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/153.jpg diff --git a/test_category/3/154.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/154.jpg similarity index 100% rename from test_category/3/154.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/154.jpg diff --git a/test_category/3/155.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/155.jpg similarity index 100% rename from test_category/3/155.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/155.jpg diff --git a/test_category/3/156.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/156.jpg similarity index 100% rename from test_category/3/156.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/156.jpg diff --git a/test_category/3/157.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/157.jpg similarity index 100% rename from test_category/3/157.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/157.jpg diff --git a/test_category/3/158.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/158.jpg similarity index 100% rename from test_category/3/158.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/158.jpg diff --git a/test_category/3/159.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/159.jpg similarity index 100% rename from test_category/3/159.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/159.jpg diff --git a/test_category/3/16.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/16.jpg similarity index 100% rename from test_category/3/16.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/16.jpg diff --git a/test_category/3/160.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/160.jpg similarity index 100% rename from test_category/3/160.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/160.jpg diff --git a/test_category/3/161.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/161.jpg similarity index 100% rename from test_category/3/161.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/161.jpg diff --git a/test_category/3/162.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/162.jpg similarity index 100% rename from test_category/3/162.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/162.jpg diff --git a/test_category/3/163.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/163.jpg similarity index 100% rename from test_category/3/163.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/163.jpg diff --git a/test_category/3/164.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/164.jpg similarity index 100% rename from test_category/3/164.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/164.jpg diff --git a/test_category/3/165.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/165.jpg similarity index 100% rename from test_category/3/165.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/165.jpg diff --git a/test_category/3/166.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/166.jpg similarity index 100% rename from test_category/3/166.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/166.jpg diff --git a/test_category/3/167.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/167.jpg similarity index 100% rename from test_category/3/167.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/167.jpg diff --git a/test_category/3/168.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/168.jpg similarity index 100% rename from test_category/3/168.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/168.jpg diff --git a/test_category/3/169.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/169.jpg similarity index 100% rename from test_category/3/169.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/169.jpg diff --git a/test_category/3/17.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/17.jpg similarity index 100% rename from test_category/3/17.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/17.jpg diff --git a/test_category/3/170.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/170.jpg similarity index 100% rename from test_category/3/170.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/170.jpg diff --git a/test_category/3/171.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/171.jpg similarity index 100% rename from test_category/3/171.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/171.jpg diff --git a/test_category/3/172.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/172.jpg similarity index 100% rename from test_category/3/172.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/172.jpg diff --git a/test_category/3/173.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/173.jpg similarity index 100% rename from test_category/3/173.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/173.jpg diff --git a/test_category/3/174.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/174.jpg similarity index 100% rename from test_category/3/174.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/174.jpg diff --git a/test_category/3/175.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/175.jpg similarity index 100% rename from test_category/3/175.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/175.jpg diff --git a/test_category/3/176.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/176.jpg similarity index 100% rename from test_category/3/176.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/176.jpg diff --git a/test_category/3/177.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/177.jpg similarity index 100% rename from test_category/3/177.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/177.jpg diff --git a/test_category/3/178.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/178.jpg similarity index 100% rename from test_category/3/178.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/178.jpg diff --git a/test_category/3/179.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/179.jpg similarity index 100% rename from test_category/3/179.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/179.jpg diff --git a/test_category/3/18.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/18.jpg similarity index 100% rename from test_category/3/18.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/18.jpg diff --git a/test_category/3/180.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/180.jpg similarity index 100% rename from test_category/3/180.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/180.jpg diff --git a/test_category/3/181.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/181.jpg similarity index 100% rename from test_category/3/181.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/181.jpg diff --git a/test_category/3/182.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/182.jpg similarity index 100% rename from test_category/3/182.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/182.jpg diff --git a/test_category/3/183.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/183.jpg similarity index 100% rename from test_category/3/183.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/183.jpg diff --git a/test_category/3/184.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/184.jpg similarity index 100% rename from test_category/3/184.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/184.jpg diff --git a/test_category/3/185.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/185.jpg similarity index 100% rename from test_category/3/185.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/185.jpg diff --git a/test_category/3/186.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/186.jpg similarity index 100% rename from test_category/3/186.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/186.jpg diff --git a/test_category/3/187.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/187.jpg similarity index 100% rename from test_category/3/187.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/187.jpg diff --git a/test_category/3/188.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/188.jpg similarity index 100% rename from test_category/3/188.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/188.jpg diff --git a/test_category/3/189.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/189.jpg similarity index 100% rename from test_category/3/189.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/189.jpg diff --git a/test_category/3/19.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/19.jpg similarity index 100% rename from test_category/3/19.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/19.jpg diff --git a/test_category/3/190.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/190.jpg similarity index 100% rename from test_category/3/190.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/190.jpg diff --git a/test_category/3/191.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/191.jpg similarity index 100% rename from test_category/3/191.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/191.jpg diff --git a/test_category/3/192.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/192.jpg similarity index 100% rename from test_category/3/192.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/192.jpg diff --git a/test_category/3/193.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/193.jpg similarity index 100% rename from test_category/3/193.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/193.jpg diff --git a/test_category/3/194.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/194.jpg similarity index 100% rename from test_category/3/194.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/194.jpg diff --git a/test_category/3/195.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/195.jpg similarity index 100% rename from test_category/3/195.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/195.jpg diff --git a/test_category/3/196.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/196.jpg similarity index 100% rename from test_category/3/196.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/196.jpg diff --git a/test_category/3/197.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/197.jpg similarity index 100% rename from test_category/3/197.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/197.jpg diff --git a/test_category/3/198.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/198.jpg similarity index 100% rename from test_category/3/198.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/198.jpg diff --git a/test_category/3/199.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/199.jpg similarity index 100% rename from test_category/3/199.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/199.jpg diff --git a/test_category/3/2.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/2.jpg similarity index 100% rename from test_category/3/2.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/2.jpg diff --git a/test_category/3/20.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/20.jpg similarity index 100% rename from test_category/3/20.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/20.jpg diff --git a/test_category/3/200.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/200.jpg similarity index 100% rename from test_category/3/200.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/200.jpg diff --git a/test_category/3/201.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/201.jpg similarity index 100% rename from test_category/3/201.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/201.jpg diff --git a/test_category/3/202.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/202.jpg similarity index 100% rename from test_category/3/202.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/202.jpg diff --git a/test_category/3/203.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/203.jpg similarity index 100% rename from test_category/3/203.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/203.jpg diff --git a/test_category/3/204.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/204.jpg similarity index 100% rename from test_category/3/204.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/204.jpg diff --git a/test_category/3/205.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/205.jpg similarity index 100% rename from test_category/3/205.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/205.jpg diff --git a/test_category/3/206.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/206.jpg similarity index 100% rename from test_category/3/206.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/206.jpg diff --git a/test_category/3/207.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/207.jpg similarity index 100% rename from test_category/3/207.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/207.jpg diff --git a/test_category/3/208.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/208.jpg similarity index 100% rename from test_category/3/208.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/208.jpg diff --git a/test_category/3/21.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/21.jpg similarity index 100% rename from test_category/3/21.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/21.jpg diff --git a/test_category/3/22.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/22.jpg similarity index 100% rename from test_category/3/22.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/22.jpg diff --git a/test_category/3/23.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/23.jpg similarity index 100% rename from test_category/3/23.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/23.jpg diff --git a/test_category/3/24.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/24.jpg similarity index 100% rename from test_category/3/24.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/24.jpg diff --git a/test_category/3/25.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/25.jpg similarity index 100% rename from test_category/3/25.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/25.jpg diff --git a/test_category/3/26.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/26.jpg similarity index 100% rename from test_category/3/26.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/26.jpg diff --git a/test_category/3/27.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/27.jpg similarity index 100% rename from test_category/3/27.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/27.jpg diff --git a/test_category/3/28.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/28.jpg similarity index 100% rename from test_category/3/28.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/28.jpg diff --git a/test_category/3/29.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/29.jpg similarity index 100% rename from test_category/3/29.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/29.jpg diff --git a/test_category/3/3.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/3.jpg similarity index 100% rename from test_category/3/3.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/3.jpg diff --git a/test_category/3/30.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/30.jpg similarity index 100% rename from test_category/3/30.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/30.jpg diff --git a/test_category/3/31.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/31.jpg similarity index 100% rename from test_category/3/31.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/31.jpg diff --git a/test_category/3/32.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/32.jpg similarity index 100% rename from test_category/3/32.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/32.jpg diff --git a/test_category/3/33.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/33.jpg similarity index 100% rename from test_category/3/33.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/33.jpg diff --git a/test_category/3/34.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/34.jpg similarity index 100% rename from test_category/3/34.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/34.jpg diff --git a/test_category/3/35.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/35.jpg similarity index 100% rename from test_category/3/35.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/35.jpg diff --git a/test_category/3/36.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/36.jpg similarity index 100% rename from test_category/3/36.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/36.jpg diff --git a/test_category/3/37.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/37.jpg similarity index 100% rename from test_category/3/37.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/37.jpg diff --git a/test_category/3/38.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/38.jpg similarity index 100% rename from test_category/3/38.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/38.jpg diff --git a/test_category/3/39.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/39.jpg similarity index 100% rename from test_category/3/39.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/39.jpg diff --git a/test_category/3/4.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/4.jpg similarity index 100% rename from test_category/3/4.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/4.jpg diff --git a/test_category/3/40.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/40.jpg similarity index 100% rename from test_category/3/40.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/40.jpg diff --git a/test_category/3/41.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/41.jpg similarity index 100% rename from test_category/3/41.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/41.jpg diff --git a/test_category/3/42.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/42.jpg similarity index 100% rename from test_category/3/42.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/42.jpg diff --git a/test_category/3/43.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/43.jpg similarity index 100% rename from test_category/3/43.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/43.jpg diff --git a/test_category/3/44.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/44.jpg similarity index 100% rename from test_category/3/44.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/44.jpg diff --git a/test_category/3/45.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/45.jpg similarity index 100% rename from test_category/3/45.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/45.jpg diff --git a/test_category/3/46.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/46.jpg similarity index 100% rename from test_category/3/46.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/46.jpg diff --git a/test_category/3/47.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/47.jpg similarity index 100% rename from test_category/3/47.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/47.jpg diff --git a/test_category/3/48.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/48.jpg similarity index 100% rename from test_category/3/48.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/48.jpg diff --git a/test_category/3/49.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/49.jpg similarity index 100% rename from test_category/3/49.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/49.jpg diff --git a/test_category/3/5.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/5.jpg similarity index 100% rename from test_category/3/5.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/5.jpg diff --git a/test_category/3/50.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/50.jpg similarity index 100% rename from test_category/3/50.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/50.jpg diff --git a/test_category/3/51.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/51.jpg similarity index 100% rename from test_category/3/51.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/51.jpg diff --git a/test_category/3/52.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/52.jpg similarity index 100% rename from test_category/3/52.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/52.jpg diff --git a/test_category/3/53.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/53.jpg similarity index 100% rename from test_category/3/53.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/53.jpg diff --git a/test_category/3/54.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/54.jpg similarity index 100% rename from test_category/3/54.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/54.jpg diff --git a/test_category/3/55.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/55.jpg similarity index 100% rename from test_category/3/55.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/55.jpg diff --git a/test_category/3/56.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/56.jpg similarity index 100% rename from test_category/3/56.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/56.jpg diff --git a/test_category/3/57.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/57.jpg similarity index 100% rename from test_category/3/57.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/57.jpg diff --git a/test_category/3/58.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/58.jpg similarity index 100% rename from test_category/3/58.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/58.jpg diff --git a/test_category/3/59.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/59.jpg similarity index 100% rename from test_category/3/59.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/59.jpg diff --git a/test_category/3/6.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/6.jpg similarity index 100% rename from test_category/3/6.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/6.jpg diff --git a/test_category/3/60.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/60.jpg similarity index 100% rename from test_category/3/60.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/60.jpg diff --git a/test_category/3/61.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/61.jpg similarity index 100% rename from test_category/3/61.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/61.jpg diff --git a/test_category/3/62.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/62.jpg similarity index 100% rename from test_category/3/62.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/62.jpg diff --git a/test_category/3/63.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/63.jpg similarity index 100% rename from test_category/3/63.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/63.jpg diff --git a/test_category/3/64.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/64.jpg similarity index 100% rename from test_category/3/64.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/64.jpg diff --git a/test_category/3/65.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/65.jpg similarity index 100% rename from test_category/3/65.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/65.jpg diff --git a/test_category/3/66.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/66.jpg similarity index 100% rename from test_category/3/66.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/66.jpg diff --git a/test_category/3/67.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/67.jpg similarity index 100% rename from test_category/3/67.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/67.jpg diff --git a/test_category/3/68.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/68.jpg similarity index 100% rename from test_category/3/68.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/68.jpg diff --git a/test_category/3/69.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/69.jpg similarity index 100% rename from test_category/3/69.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/69.jpg diff --git a/test_category/3/7.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/7.jpg similarity index 100% rename from test_category/3/7.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/7.jpg diff --git a/test_category/3/70.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/70.jpg similarity index 100% rename from test_category/3/70.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/70.jpg diff --git a/test_category/3/71.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/71.jpg similarity index 100% rename from test_category/3/71.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/71.jpg diff --git a/test_category/3/72.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/72.jpg similarity index 100% rename from test_category/3/72.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/72.jpg diff --git a/test_category/3/73.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/73.jpg similarity index 100% rename from test_category/3/73.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/73.jpg diff --git a/test_category/3/74.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/74.jpg similarity index 100% rename from test_category/3/74.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/74.jpg diff --git a/test_category/3/75.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/75.jpg similarity index 100% rename from test_category/3/75.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/75.jpg diff --git a/test_category/3/76.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/76.jpg similarity index 100% rename from test_category/3/76.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/76.jpg diff --git a/test_category/3/77.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/77.jpg similarity index 100% rename from test_category/3/77.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/77.jpg diff --git a/test_category/3/78.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/78.jpg similarity index 100% rename from test_category/3/78.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/78.jpg diff --git a/test_category/3/79.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/79.jpg similarity index 100% rename from test_category/3/79.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/79.jpg diff --git a/test_category/3/8.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/8.jpg similarity index 100% rename from test_category/3/8.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/8.jpg diff --git a/test_category/3/80.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/80.jpg similarity index 100% rename from test_category/3/80.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/80.jpg diff --git a/test_category/3/81.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/81.jpg similarity index 100% rename from test_category/3/81.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/81.jpg diff --git a/test_category/3/82.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/82.jpg similarity index 100% rename from test_category/3/82.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/82.jpg diff --git a/test_category/3/83.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/83.jpg similarity index 100% rename from test_category/3/83.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/83.jpg diff --git a/test_category/3/84.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/84.jpg similarity index 100% rename from test_category/3/84.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/84.jpg diff --git a/test_category/3/85.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/85.jpg similarity index 100% rename from test_category/3/85.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/85.jpg diff --git a/test_category/3/86.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/86.jpg similarity index 100% rename from test_category/3/86.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/86.jpg diff --git a/test_category/3/87.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/87.jpg similarity index 100% rename from test_category/3/87.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/87.jpg diff --git a/test_category/3/88.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/88.jpg similarity index 100% rename from test_category/3/88.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/88.jpg diff --git a/test_category/3/89.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/89.jpg similarity index 100% rename from test_category/3/89.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/89.jpg diff --git a/test_category/3/9.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/9.jpg similarity index 100% rename from test_category/3/9.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/9.jpg diff --git a/test_category/3/90.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/90.jpg similarity index 100% rename from test_category/3/90.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/90.jpg diff --git a/test_category/3/91.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/91.jpg similarity index 100% rename from test_category/3/91.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/91.jpg diff --git a/test_category/3/92.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/92.jpg similarity index 100% rename from test_category/3/92.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/92.jpg diff --git a/test_category/3/93.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/93.jpg similarity index 100% rename from test_category/3/93.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/93.jpg diff --git a/test_category/3/94.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/94.jpg similarity index 100% rename from test_category/3/94.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/94.jpg diff --git a/test_category/3/95.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/95.jpg similarity index 100% rename from test_category/3/95.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/95.jpg diff --git a/test_category/3/96.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/96.jpg similarity index 100% rename from test_category/3/96.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/96.jpg diff --git a/test_category/3/97.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/97.jpg similarity index 100% rename from test_category/3/97.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/97.jpg diff --git a/test_category/3/98.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/98.jpg similarity index 100% rename from test_category/3/98.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/98.jpg diff --git a/test_category/3/99.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/99.jpg similarity index 100% rename from test_category/3/99.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/3/99.jpg diff --git a/test_category/4/1.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/1.jpg similarity index 100% rename from test_category/4/1.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/1.jpg diff --git a/test_category/4/10.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/10.jpg similarity index 100% rename from test_category/4/10.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/10.jpg diff --git a/test_category/4/100.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/100.jpg similarity index 100% rename from test_category/4/100.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/100.jpg diff --git a/test_category/4/101.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/101.jpg similarity index 100% rename from test_category/4/101.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/101.jpg diff --git a/test_category/4/102.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/102.jpg similarity index 100% rename from test_category/4/102.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/102.jpg diff --git a/test_category/4/103.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/103.jpg similarity index 100% rename from test_category/4/103.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/103.jpg diff --git a/test_category/4/104.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/104.jpg similarity index 100% rename from test_category/4/104.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/104.jpg diff --git a/test_category/4/105.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/105.jpg similarity index 100% rename from test_category/4/105.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/105.jpg diff --git a/test_category/4/106.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/106.jpg similarity index 100% rename from test_category/4/106.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/106.jpg diff --git a/test_category/4/107.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/107.jpg similarity index 100% rename from test_category/4/107.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/107.jpg diff --git a/test_category/4/108.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/108.jpg similarity index 100% rename from test_category/4/108.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/108.jpg diff --git a/test_category/4/109.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/109.jpg similarity index 100% rename from test_category/4/109.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/109.jpg diff --git a/test_category/4/11.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/11.jpg similarity index 100% rename from test_category/4/11.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/11.jpg diff --git a/test_category/4/110.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/110.jpg similarity index 100% rename from test_category/4/110.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/110.jpg diff --git a/test_category/4/111.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/111.jpg similarity index 100% rename from test_category/4/111.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/111.jpg diff --git a/test_category/4/112.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/112.jpg similarity index 100% rename from test_category/4/112.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/112.jpg diff --git a/test_category/4/113.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/113.jpg similarity index 100% rename from test_category/4/113.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/113.jpg diff --git a/test_category/4/114.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/114.jpg similarity index 100% rename from test_category/4/114.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/114.jpg diff --git a/test_category/4/115.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/115.jpg similarity index 100% rename from test_category/4/115.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/115.jpg diff --git a/test_category/4/116.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/116.jpg similarity index 100% rename from test_category/4/116.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/116.jpg diff --git a/test_category/4/117.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/117.jpg similarity index 100% rename from test_category/4/117.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/117.jpg diff --git a/test_category/4/118.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/118.jpg similarity index 100% rename from test_category/4/118.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/118.jpg diff --git a/test_category/4/119.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/119.jpg similarity index 100% rename from test_category/4/119.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/119.jpg diff --git a/test_category/4/12.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/12.jpg similarity index 100% rename from test_category/4/12.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/12.jpg diff --git a/test_category/4/120.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/120.jpg similarity index 100% rename from test_category/4/120.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/120.jpg diff --git a/test_category/4/121.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/121.jpg similarity index 100% rename from test_category/4/121.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/121.jpg diff --git a/test_category/4/122.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/122.jpg similarity index 100% rename from test_category/4/122.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/122.jpg diff --git a/test_category/4/123.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/123.jpg similarity index 100% rename from test_category/4/123.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/123.jpg diff --git a/test_category/4/124.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/124.jpg similarity index 100% rename from test_category/4/124.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/124.jpg diff --git a/test_category/4/125.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/125.jpg similarity index 100% rename from test_category/4/125.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/125.jpg diff --git a/test_category/4/126.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/126.jpg similarity index 100% rename from test_category/4/126.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/126.jpg diff --git a/test_category/4/127.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/127.jpg similarity index 100% rename from test_category/4/127.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/127.jpg diff --git a/test_category/4/128.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/128.jpg similarity index 100% rename from test_category/4/128.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/128.jpg diff --git a/test_category/4/129.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/129.jpg similarity index 100% rename from test_category/4/129.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/129.jpg diff --git a/test_category/4/13.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/13.jpg similarity index 100% rename from test_category/4/13.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/13.jpg diff --git a/test_category/4/130.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/130.jpg similarity index 100% rename from test_category/4/130.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/130.jpg diff --git a/test_category/4/131.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/131.jpg similarity index 100% rename from test_category/4/131.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/131.jpg diff --git a/test_category/4/132.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/132.jpg similarity index 100% rename from test_category/4/132.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/132.jpg diff --git a/test_category/4/133.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/133.jpg similarity index 100% rename from test_category/4/133.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/133.jpg diff --git a/test_category/4/134.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/134.jpg similarity index 100% rename from test_category/4/134.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/134.jpg diff --git a/test_category/4/135.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/135.jpg similarity index 100% rename from test_category/4/135.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/135.jpg diff --git a/test_category/4/136.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/136.jpg similarity index 100% rename from test_category/4/136.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/136.jpg diff --git a/test_category/4/137.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/137.jpg similarity index 100% rename from test_category/4/137.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/137.jpg diff --git a/test_category/4/138.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/138.jpg similarity index 100% rename from test_category/4/138.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/138.jpg diff --git a/test_category/4/139.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/139.jpg similarity index 100% rename from test_category/4/139.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/139.jpg diff --git a/test_category/4/14.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/14.jpg similarity index 100% rename from test_category/4/14.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/14.jpg diff --git a/test_category/4/140.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/140.jpg similarity index 100% rename from test_category/4/140.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/140.jpg diff --git a/test_category/4/15.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/15.jpg similarity index 100% rename from test_category/4/15.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/15.jpg diff --git a/test_category/4/16.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/16.jpg similarity index 100% rename from test_category/4/16.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/16.jpg diff --git a/test_category/4/17.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/17.jpg similarity index 100% rename from test_category/4/17.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/17.jpg diff --git a/test_category/4/18.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/18.jpg similarity index 100% rename from test_category/4/18.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/18.jpg diff --git a/test_category/4/19.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/19.jpg similarity index 100% rename from test_category/4/19.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/19.jpg diff --git a/test_category/4/2.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/2.jpg similarity index 100% rename from test_category/4/2.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/2.jpg diff --git a/test_category/4/20.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/20.jpg similarity index 100% rename from test_category/4/20.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/20.jpg diff --git a/test_category/4/21.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/21.jpg similarity index 100% rename from test_category/4/21.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/21.jpg diff --git a/test_category/4/22.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/22.jpg similarity index 100% rename from test_category/4/22.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/22.jpg diff --git a/test_category/4/23.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/23.jpg similarity index 100% rename from test_category/4/23.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/23.jpg diff --git a/test_category/4/24.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/24.jpg similarity index 100% rename from test_category/4/24.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/24.jpg diff --git a/test_category/4/25.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/25.jpg similarity index 100% rename from test_category/4/25.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/25.jpg diff --git a/test_category/4/26.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/26.jpg similarity index 100% rename from test_category/4/26.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/26.jpg diff --git a/test_category/4/27.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/27.jpg similarity index 100% rename from test_category/4/27.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/27.jpg diff --git a/test_category/4/28.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/28.jpg similarity index 100% rename from test_category/4/28.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/28.jpg diff --git a/test_category/4/29.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/29.jpg similarity index 100% rename from test_category/4/29.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/29.jpg diff --git a/test_category/4/3.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/3.jpg similarity index 100% rename from test_category/4/3.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/3.jpg diff --git a/test_category/4/30.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/30.jpg similarity index 100% rename from test_category/4/30.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/30.jpg diff --git a/test_category/4/31.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/31.jpg similarity index 100% rename from test_category/4/31.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/31.jpg diff --git a/test_category/4/32.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/32.jpg similarity index 100% rename from test_category/4/32.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/32.jpg diff --git a/test_category/4/33.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/33.jpg similarity index 100% rename from test_category/4/33.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/33.jpg diff --git a/test_category/4/34.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/34.jpg similarity index 100% rename from test_category/4/34.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/34.jpg diff --git a/test_category/4/35.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/35.jpg similarity index 100% rename from test_category/4/35.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/35.jpg diff --git a/test_category/4/36.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/36.jpg similarity index 100% rename from test_category/4/36.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/36.jpg diff --git a/test_category/4/37.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/37.jpg similarity index 100% rename from test_category/4/37.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/37.jpg diff --git a/test_category/4/38.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/38.jpg similarity index 100% rename from test_category/4/38.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/38.jpg diff --git a/test_category/4/39.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/39.jpg similarity index 100% rename from test_category/4/39.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/39.jpg diff --git a/test_category/4/4.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/4.jpg similarity index 100% rename from test_category/4/4.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/4.jpg diff --git a/test_category/4/40.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/40.jpg similarity index 100% rename from test_category/4/40.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/40.jpg diff --git a/test_category/4/41.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/41.jpg similarity index 100% rename from test_category/4/41.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/41.jpg diff --git a/test_category/4/42.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/42.jpg similarity index 100% rename from test_category/4/42.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/42.jpg diff --git a/test_category/4/43.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/43.jpg similarity index 100% rename from test_category/4/43.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/43.jpg diff --git a/test_category/4/44.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/44.jpg similarity index 100% rename from test_category/4/44.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/44.jpg diff --git a/test_category/4/45.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/45.jpg similarity index 100% rename from test_category/4/45.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/45.jpg diff --git a/test_category/4/46.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/46.jpg similarity index 100% rename from test_category/4/46.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/46.jpg diff --git a/test_category/4/47.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/47.jpg similarity index 100% rename from test_category/4/47.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/47.jpg diff --git a/test_category/4/48.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/48.jpg similarity index 100% rename from test_category/4/48.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/48.jpg diff --git a/test_category/4/49.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/49.jpg similarity index 100% rename from test_category/4/49.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/49.jpg diff --git a/test_category/4/5.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/5.jpg similarity index 100% rename from test_category/4/5.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/5.jpg diff --git a/test_category/4/50.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/50.jpg similarity index 100% rename from test_category/4/50.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/50.jpg diff --git a/test_category/4/51.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/51.jpg similarity index 100% rename from test_category/4/51.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/51.jpg diff --git a/test_category/4/52.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/52.jpg similarity index 100% rename from test_category/4/52.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/52.jpg diff --git a/test_category/4/53.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/53.jpg similarity index 100% rename from test_category/4/53.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/53.jpg diff --git a/test_category/4/54.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/54.jpg similarity index 100% rename from test_category/4/54.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/54.jpg diff --git a/test_category/4/55.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/55.jpg similarity index 100% rename from test_category/4/55.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/55.jpg diff --git a/test_category/4/56.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/56.jpg similarity index 100% rename from test_category/4/56.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/56.jpg diff --git a/test_category/4/57.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/57.jpg similarity index 100% rename from test_category/4/57.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/57.jpg diff --git a/test_category/4/58.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/58.jpg similarity index 100% rename from test_category/4/58.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/58.jpg diff --git a/test_category/4/59.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/59.jpg similarity index 100% rename from test_category/4/59.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/59.jpg diff --git a/test_category/4/6.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/6.jpg similarity index 100% rename from test_category/4/6.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/6.jpg diff --git a/test_category/4/60.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/60.jpg similarity index 100% rename from test_category/4/60.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/60.jpg diff --git a/test_category/4/61.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/61.jpg similarity index 100% rename from test_category/4/61.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/61.jpg diff --git a/test_category/4/62.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/62.jpg similarity index 100% rename from test_category/4/62.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/62.jpg diff --git a/test_category/4/63.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/63.jpg similarity index 100% rename from test_category/4/63.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/63.jpg diff --git a/test_category/4/64.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/64.jpg similarity index 100% rename from test_category/4/64.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/64.jpg diff --git a/test_category/4/65.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/65.jpg similarity index 100% rename from test_category/4/65.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/65.jpg diff --git a/test_category/4/66.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/66.jpg similarity index 100% rename from test_category/4/66.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/66.jpg diff --git a/test_category/4/67.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/67.jpg similarity index 100% rename from test_category/4/67.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/67.jpg diff --git a/test_category/4/68.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/68.jpg similarity index 100% rename from test_category/4/68.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/68.jpg diff --git a/test_category/4/69.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/69.jpg similarity index 100% rename from test_category/4/69.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/69.jpg diff --git a/test_category/4/7.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/7.jpg similarity index 100% rename from test_category/4/7.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/7.jpg diff --git a/test_category/4/70.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/70.jpg similarity index 100% rename from test_category/4/70.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/70.jpg diff --git a/test_category/4/71.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/71.jpg similarity index 100% rename from test_category/4/71.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/71.jpg diff --git a/test_category/4/72.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/72.jpg similarity index 100% rename from test_category/4/72.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/72.jpg diff --git a/test_category/4/73.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/73.jpg similarity index 100% rename from test_category/4/73.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/73.jpg diff --git a/test_category/4/74.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/74.jpg similarity index 100% rename from test_category/4/74.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/74.jpg diff --git a/test_category/4/75.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/75.jpg similarity index 100% rename from test_category/4/75.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/75.jpg diff --git a/test_category/4/76.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/76.jpg similarity index 100% rename from test_category/4/76.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/76.jpg diff --git a/test_category/4/77.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/77.jpg similarity index 100% rename from test_category/4/77.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/77.jpg diff --git a/test_category/4/78.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/78.jpg similarity index 100% rename from test_category/4/78.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/78.jpg diff --git a/test_category/4/79.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/79.jpg similarity index 100% rename from test_category/4/79.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/79.jpg diff --git a/test_category/4/8.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/8.jpg similarity index 100% rename from test_category/4/8.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/8.jpg diff --git a/test_category/4/80.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/80.jpg similarity index 100% rename from test_category/4/80.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/80.jpg diff --git a/test_category/4/81.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/81.jpg similarity index 100% rename from test_category/4/81.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/81.jpg diff --git a/test_category/4/82.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/82.jpg similarity index 100% rename from test_category/4/82.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/82.jpg diff --git a/test_category/4/83.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/83.jpg similarity index 100% rename from test_category/4/83.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/83.jpg diff --git a/test_category/4/84.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/84.jpg similarity index 100% rename from test_category/4/84.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/84.jpg diff --git a/test_category/4/85.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/85.jpg similarity index 100% rename from test_category/4/85.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/85.jpg diff --git a/test_category/4/86.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/86.jpg similarity index 100% rename from test_category/4/86.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/86.jpg diff --git a/test_category/4/87.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/87.jpg similarity index 100% rename from test_category/4/87.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/87.jpg diff --git a/test_category/4/88.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/88.jpg similarity index 100% rename from test_category/4/88.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/88.jpg diff --git a/test_category/4/89.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/89.jpg similarity index 100% rename from test_category/4/89.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/89.jpg diff --git a/test_category/4/9.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/9.jpg similarity index 100% rename from test_category/4/9.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/9.jpg diff --git a/test_category/4/90.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/90.jpg similarity index 100% rename from test_category/4/90.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/90.jpg diff --git a/test_category/4/91.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/91.jpg similarity index 100% rename from test_category/4/91.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/91.jpg diff --git a/test_category/4/92.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/92.jpg similarity index 100% rename from test_category/4/92.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/92.jpg diff --git a/test_category/4/93.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/93.jpg similarity index 100% rename from test_category/4/93.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/93.jpg diff --git a/test_category/4/94.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/94.jpg similarity index 100% rename from test_category/4/94.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/94.jpg diff --git a/test_category/4/95.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/95.jpg similarity index 100% rename from test_category/4/95.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/95.jpg diff --git a/test_category/4/96.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/96.jpg similarity index 100% rename from test_category/4/96.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/96.jpg diff --git a/test_category/4/97.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/97.jpg similarity index 100% rename from test_category/4/97.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/97.jpg diff --git a/test_category/4/98.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/98.jpg similarity index 100% rename from test_category/4/98.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/98.jpg diff --git a/test_category/4/99.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/99.jpg similarity index 100% rename from test_category/4/99.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/4/99.jpg diff --git a/test_category/5/1.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/1.jpg similarity index 100% rename from test_category/5/1.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/1.jpg diff --git a/test_category/5/10.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/10.jpg similarity index 100% rename from test_category/5/10.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/10.jpg diff --git a/test_category/5/100.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/100.jpg similarity index 100% rename from test_category/5/100.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/100.jpg diff --git a/test_category/5/101.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/101.jpg similarity index 100% rename from test_category/5/101.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/101.jpg diff --git a/test_category/5/102.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/102.jpg similarity index 100% rename from test_category/5/102.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/102.jpg diff --git a/test_category/5/103.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/103.jpg similarity index 100% rename from test_category/5/103.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/103.jpg diff --git a/test_category/5/104.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/104.jpg similarity index 100% rename from test_category/5/104.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/104.jpg diff --git a/test_category/5/105.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/105.jpg similarity index 100% rename from test_category/5/105.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/105.jpg diff --git a/test_category/5/106.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/106.jpg similarity index 100% rename from test_category/5/106.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/106.jpg diff --git a/test_category/5/107.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/107.jpg similarity index 100% rename from test_category/5/107.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/107.jpg diff --git a/test_category/5/108.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/108.jpg similarity index 100% rename from test_category/5/108.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/108.jpg diff --git a/test_category/5/109.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/109.jpg similarity index 100% rename from test_category/5/109.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/109.jpg diff --git a/test_category/5/11.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/11.jpg similarity index 100% rename from test_category/5/11.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/11.jpg diff --git a/test_category/5/110.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/110.jpg similarity index 100% rename from test_category/5/110.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/110.jpg diff --git a/test_category/5/111.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/111.jpg similarity index 100% rename from test_category/5/111.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/111.jpg diff --git a/test_category/5/112.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/112.jpg similarity index 100% rename from test_category/5/112.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/112.jpg diff --git a/test_category/5/113.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/113.jpg similarity index 100% rename from test_category/5/113.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/113.jpg diff --git a/test_category/5/114.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/114.jpg similarity index 100% rename from test_category/5/114.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/114.jpg diff --git a/test_category/5/115.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/115.jpg similarity index 100% rename from test_category/5/115.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/115.jpg diff --git a/test_category/5/116.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/116.jpg similarity index 100% rename from test_category/5/116.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/116.jpg diff --git a/test_category/5/117.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/117.jpg similarity index 100% rename from test_category/5/117.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/117.jpg diff --git a/test_category/5/118.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/118.jpg similarity index 100% rename from test_category/5/118.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/118.jpg diff --git a/test_category/5/119.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/119.jpg similarity index 100% rename from test_category/5/119.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/119.jpg diff --git a/test_category/5/12.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/12.jpg similarity index 100% rename from test_category/5/12.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/12.jpg diff --git a/test_category/5/120.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/120.jpg similarity index 100% rename from test_category/5/120.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/120.jpg diff --git a/test_category/5/121.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/121.jpg similarity index 100% rename from test_category/5/121.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/121.jpg diff --git a/test_category/5/122.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/122.jpg similarity index 100% rename from test_category/5/122.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/122.jpg diff --git a/test_category/5/123.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/123.jpg similarity index 100% rename from test_category/5/123.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/123.jpg diff --git a/test_category/5/124.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/124.jpg similarity index 100% rename from test_category/5/124.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/124.jpg diff --git a/test_category/5/125.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/125.jpg similarity index 100% rename from test_category/5/125.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/125.jpg diff --git a/test_category/5/126.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/126.jpg similarity index 100% rename from test_category/5/126.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/126.jpg diff --git a/test_category/5/127.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/127.jpg similarity index 100% rename from test_category/5/127.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/127.jpg diff --git a/test_category/5/128.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/128.jpg similarity index 100% rename from test_category/5/128.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/128.jpg diff --git a/test_category/5/129.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/129.jpg similarity index 100% rename from test_category/5/129.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/129.jpg diff --git a/test_category/5/13.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/13.jpg similarity index 100% rename from test_category/5/13.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/13.jpg diff --git a/test_category/5/130.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/130.jpg similarity index 100% rename from test_category/5/130.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/130.jpg diff --git a/test_category/5/131.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/131.jpg similarity index 100% rename from test_category/5/131.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/131.jpg diff --git a/test_category/5/132.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/132.jpg similarity index 100% rename from test_category/5/132.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/132.jpg diff --git a/test_category/5/133.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/133.jpg similarity index 100% rename from test_category/5/133.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/133.jpg diff --git a/test_category/5/134.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/134.jpg similarity index 100% rename from test_category/5/134.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/134.jpg diff --git a/test_category/5/135.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/135.jpg similarity index 100% rename from test_category/5/135.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/135.jpg diff --git a/test_category/5/136.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/136.jpg similarity index 100% rename from test_category/5/136.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/136.jpg diff --git a/test_category/5/137.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/137.jpg similarity index 100% rename from test_category/5/137.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/137.jpg diff --git a/test_category/5/138.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/138.jpg similarity index 100% rename from test_category/5/138.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/138.jpg diff --git a/test_category/5/139.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/139.jpg similarity index 100% rename from test_category/5/139.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/139.jpg diff --git a/test_category/5/14.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/14.jpg similarity index 100% rename from test_category/5/14.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/14.jpg diff --git a/test_category/5/140.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/140.jpg similarity index 100% rename from test_category/5/140.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/140.jpg diff --git a/test_category/5/141.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/141.jpg similarity index 100% rename from test_category/5/141.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/141.jpg diff --git a/test_category/5/142.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/142.jpg similarity index 100% rename from test_category/5/142.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/142.jpg diff --git a/test_category/5/143.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/143.jpg similarity index 100% rename from test_category/5/143.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/143.jpg diff --git a/test_category/5/144.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/144.jpg similarity index 100% rename from test_category/5/144.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/144.jpg diff --git a/test_category/5/145.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/145.jpg similarity index 100% rename from test_category/5/145.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/145.jpg diff --git a/test_category/5/146.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/146.jpg similarity index 100% rename from test_category/5/146.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/146.jpg diff --git a/test_category/5/147.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/147.jpg similarity index 100% rename from test_category/5/147.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/147.jpg diff --git a/test_category/5/148.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/148.jpg similarity index 100% rename from test_category/5/148.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/148.jpg diff --git a/test_category/5/149.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/149.jpg similarity index 100% rename from test_category/5/149.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/149.jpg diff --git a/test_category/5/15.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/15.jpg similarity index 100% rename from test_category/5/15.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/15.jpg diff --git a/test_category/5/150.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/150.jpg similarity index 100% rename from test_category/5/150.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/150.jpg diff --git a/test_category/5/151.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/151.jpg similarity index 100% rename from test_category/5/151.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/151.jpg diff --git a/test_category/5/152.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/152.jpg similarity index 100% rename from test_category/5/152.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/152.jpg diff --git a/test_category/5/153.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/153.jpg similarity index 100% rename from test_category/5/153.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/153.jpg diff --git a/test_category/5/154.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/154.jpg similarity index 100% rename from test_category/5/154.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/154.jpg diff --git a/test_category/5/155.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/155.jpg similarity index 100% rename from test_category/5/155.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/155.jpg diff --git a/test_category/5/156.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/156.jpg similarity index 100% rename from test_category/5/156.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/156.jpg diff --git a/test_category/5/157.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/157.jpg similarity index 100% rename from test_category/5/157.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/157.jpg diff --git a/test_category/5/158.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/158.jpg similarity index 100% rename from test_category/5/158.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/158.jpg diff --git a/test_category/5/16.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/16.jpg similarity index 100% rename from test_category/5/16.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/16.jpg diff --git a/test_category/5/17.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/17.jpg similarity index 100% rename from test_category/5/17.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/17.jpg diff --git a/test_category/5/18.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/18.jpg similarity index 100% rename from test_category/5/18.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/18.jpg diff --git a/test_category/5/19.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/19.jpg similarity index 100% rename from test_category/5/19.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/19.jpg diff --git a/test_category/5/2.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/2.jpg similarity index 100% rename from test_category/5/2.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/2.jpg diff --git a/test_category/5/20.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/20.jpg similarity index 100% rename from test_category/5/20.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/20.jpg diff --git a/test_category/5/21.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/21.jpg similarity index 100% rename from test_category/5/21.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/21.jpg diff --git a/test_category/5/22.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/22.jpg similarity index 100% rename from test_category/5/22.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/22.jpg diff --git a/test_category/5/23.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/23.jpg similarity index 100% rename from test_category/5/23.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/23.jpg diff --git a/test_category/5/24.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/24.jpg similarity index 100% rename from test_category/5/24.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/24.jpg diff --git a/test_category/5/25.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/25.jpg similarity index 100% rename from test_category/5/25.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/25.jpg diff --git a/test_category/5/26.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/26.jpg similarity index 100% rename from test_category/5/26.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/26.jpg diff --git a/test_category/5/27.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/27.jpg similarity index 100% rename from test_category/5/27.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/27.jpg diff --git a/test_category/5/28.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/28.jpg similarity index 100% rename from test_category/5/28.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/28.jpg diff --git a/test_category/5/29.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/29.jpg similarity index 100% rename from test_category/5/29.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/29.jpg diff --git a/test_category/5/3.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/3.jpg similarity index 100% rename from test_category/5/3.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/3.jpg diff --git a/test_category/5/30.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/30.jpg similarity index 100% rename from test_category/5/30.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/30.jpg diff --git a/test_category/5/31.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/31.jpg similarity index 100% rename from test_category/5/31.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/31.jpg diff --git a/test_category/5/32.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/32.jpg similarity index 100% rename from test_category/5/32.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/32.jpg diff --git a/test_category/5/33.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/33.jpg similarity index 100% rename from test_category/5/33.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/33.jpg diff --git a/test_category/5/34.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/34.jpg similarity index 100% rename from test_category/5/34.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/34.jpg diff --git a/test_category/5/35.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/35.jpg similarity index 100% rename from test_category/5/35.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/35.jpg diff --git a/test_category/5/36.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/36.jpg similarity index 100% rename from test_category/5/36.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/36.jpg diff --git a/test_category/5/37.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/37.jpg similarity index 100% rename from test_category/5/37.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/37.jpg diff --git a/test_category/5/38.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/38.jpg similarity index 100% rename from test_category/5/38.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/38.jpg diff --git a/test_category/5/39.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/39.jpg similarity index 100% rename from test_category/5/39.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/39.jpg diff --git a/test_category/5/4.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/4.jpg similarity index 100% rename from test_category/5/4.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/4.jpg diff --git a/test_category/5/40.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/40.jpg similarity index 100% rename from test_category/5/40.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/40.jpg diff --git a/test_category/5/41.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/41.jpg similarity index 100% rename from test_category/5/41.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/41.jpg diff --git a/test_category/5/42.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/42.jpg similarity index 100% rename from test_category/5/42.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/42.jpg diff --git a/test_category/5/43.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/43.jpg similarity index 100% rename from test_category/5/43.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/43.jpg diff --git a/test_category/5/44.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/44.jpg similarity index 100% rename from test_category/5/44.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/44.jpg diff --git a/test_category/5/45.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/45.jpg similarity index 100% rename from test_category/5/45.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/45.jpg diff --git a/test_category/5/46.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/46.jpg similarity index 100% rename from test_category/5/46.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/46.jpg diff --git a/test_category/5/47.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/47.jpg similarity index 100% rename from test_category/5/47.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/47.jpg diff --git a/test_category/5/48.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/48.jpg similarity index 100% rename from test_category/5/48.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/48.jpg diff --git a/test_category/5/49.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/49.jpg similarity index 100% rename from test_category/5/49.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/49.jpg diff --git a/test_category/5/5.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/5.jpg similarity index 100% rename from test_category/5/5.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/5.jpg diff --git a/test_category/5/50.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/50.jpg similarity index 100% rename from test_category/5/50.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/50.jpg diff --git a/test_category/5/51.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/51.jpg similarity index 100% rename from test_category/5/51.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/51.jpg diff --git a/test_category/5/52.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/52.jpg similarity index 100% rename from test_category/5/52.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/52.jpg diff --git a/test_category/5/53.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/53.jpg similarity index 100% rename from test_category/5/53.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/53.jpg diff --git a/test_category/5/54.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/54.jpg similarity index 100% rename from test_category/5/54.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/54.jpg diff --git a/test_category/5/55.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/55.jpg similarity index 100% rename from test_category/5/55.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/55.jpg diff --git a/test_category/5/56.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/56.jpg similarity index 100% rename from test_category/5/56.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/56.jpg diff --git a/test_category/5/57.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/57.jpg similarity index 100% rename from test_category/5/57.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/57.jpg diff --git a/test_category/5/58.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/58.jpg similarity index 100% rename from test_category/5/58.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/58.jpg diff --git a/test_category/5/59.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/59.jpg similarity index 100% rename from test_category/5/59.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/59.jpg diff --git a/test_category/5/6.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/6.jpg similarity index 100% rename from test_category/5/6.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/6.jpg diff --git a/test_category/5/60.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/60.jpg similarity index 100% rename from test_category/5/60.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/60.jpg diff --git a/test_category/5/61.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/61.jpg similarity index 100% rename from test_category/5/61.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/61.jpg diff --git a/test_category/5/62.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/62.jpg similarity index 100% rename from test_category/5/62.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/62.jpg diff --git a/test_category/5/63.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/63.jpg similarity index 100% rename from test_category/5/63.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/63.jpg diff --git a/test_category/5/64.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/64.jpg similarity index 100% rename from test_category/5/64.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/64.jpg diff --git a/test_category/5/65.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/65.jpg similarity index 100% rename from test_category/5/65.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/65.jpg diff --git a/test_category/5/66.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/66.jpg similarity index 100% rename from test_category/5/66.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/66.jpg diff --git a/test_category/5/67.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/67.jpg similarity index 100% rename from test_category/5/67.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/67.jpg diff --git a/test_category/5/68.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/68.jpg similarity index 100% rename from test_category/5/68.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/68.jpg diff --git a/test_category/5/69.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/69.jpg similarity index 100% rename from test_category/5/69.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/69.jpg diff --git a/test_category/5/7.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/7.jpg similarity index 100% rename from test_category/5/7.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/7.jpg diff --git a/test_category/5/70.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/70.jpg similarity index 100% rename from test_category/5/70.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/70.jpg diff --git a/test_category/5/71.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/71.jpg similarity index 100% rename from test_category/5/71.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/71.jpg diff --git a/test_category/5/72.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/72.jpg similarity index 100% rename from test_category/5/72.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/72.jpg diff --git a/test_category/5/73.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/73.jpg similarity index 100% rename from test_category/5/73.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/73.jpg diff --git a/test_category/5/74.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/74.jpg similarity index 100% rename from test_category/5/74.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/74.jpg diff --git a/test_category/5/75.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/75.jpg similarity index 100% rename from test_category/5/75.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/75.jpg diff --git a/test_category/5/76.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/76.jpg similarity index 100% rename from test_category/5/76.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/76.jpg diff --git a/test_category/5/77.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/77.jpg similarity index 100% rename from test_category/5/77.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/77.jpg diff --git a/test_category/5/78.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/78.jpg similarity index 100% rename from test_category/5/78.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/78.jpg diff --git a/test_category/5/79.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/79.jpg similarity index 100% rename from test_category/5/79.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/79.jpg diff --git a/test_category/5/8.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/8.jpg similarity index 100% rename from test_category/5/8.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/8.jpg diff --git a/test_category/5/80.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/80.jpg similarity index 100% rename from test_category/5/80.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/80.jpg diff --git a/test_category/5/81.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/81.jpg similarity index 100% rename from test_category/5/81.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/81.jpg diff --git a/test_category/5/82.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/82.jpg similarity index 100% rename from test_category/5/82.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/82.jpg diff --git a/test_category/5/83.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/83.jpg similarity index 100% rename from test_category/5/83.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/83.jpg diff --git a/test_category/5/84.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/84.jpg similarity index 100% rename from test_category/5/84.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/84.jpg diff --git a/test_category/5/85.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/85.jpg similarity index 100% rename from test_category/5/85.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/85.jpg diff --git a/test_category/5/86.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/86.jpg similarity index 100% rename from test_category/5/86.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/86.jpg diff --git a/test_category/5/87.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/87.jpg similarity index 100% rename from test_category/5/87.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/87.jpg diff --git a/test_category/5/88.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/88.jpg similarity index 100% rename from test_category/5/88.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/88.jpg diff --git a/test_category/5/89.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/89.jpg similarity index 100% rename from test_category/5/89.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/89.jpg diff --git a/test_category/5/9.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/9.jpg similarity index 100% rename from test_category/5/9.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/9.jpg diff --git a/test_category/5/90.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/90.jpg similarity index 100% rename from test_category/5/90.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/90.jpg diff --git a/test_category/5/91.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/91.jpg similarity index 100% rename from test_category/5/91.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/91.jpg diff --git a/test_category/5/92.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/92.jpg similarity index 100% rename from test_category/5/92.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/92.jpg diff --git a/test_category/5/93.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/93.jpg similarity index 100% rename from test_category/5/93.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/93.jpg diff --git a/test_category/5/94.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/94.jpg similarity index 100% rename from test_category/5/94.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/94.jpg diff --git a/test_category/5/95.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/95.jpg similarity index 100% rename from test_category/5/95.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/95.jpg diff --git a/test_category/5/96.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/96.jpg similarity index 100% rename from test_category/5/96.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/96.jpg diff --git a/test_category/5/97.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/97.jpg similarity index 100% rename from test_category/5/97.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/97.jpg diff --git a/test_category/5/98.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/98.jpg similarity index 100% rename from test_category/5/98.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/98.jpg diff --git a/test_category/5/99.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/99.jpg similarity index 100% rename from test_category/5/99.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/5/99.jpg diff --git a/test_category/6/1.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/1.jpg similarity index 100% rename from test_category/6/1.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/1.jpg diff --git a/test_category/6/10.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/10.jpg similarity index 100% rename from test_category/6/10.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/10.jpg diff --git a/test_category/6/100.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/100.jpg similarity index 100% rename from test_category/6/100.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/100.jpg diff --git a/test_category/6/101.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/101.jpg similarity index 100% rename from test_category/6/101.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/101.jpg diff --git a/test_category/6/102.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/102.jpg similarity index 100% rename from test_category/6/102.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/102.jpg diff --git a/test_category/6/103.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/103.jpg similarity index 100% rename from test_category/6/103.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/103.jpg diff --git a/test_category/6/104.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/104.jpg similarity index 100% rename from test_category/6/104.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/104.jpg diff --git a/test_category/6/105.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/105.jpg similarity index 100% rename from test_category/6/105.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/105.jpg diff --git a/test_category/6/106.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/106.jpg similarity index 100% rename from test_category/6/106.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/106.jpg diff --git a/test_category/6/107.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/107.jpg similarity index 100% rename from test_category/6/107.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/107.jpg diff --git a/test_category/6/108.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/108.jpg similarity index 100% rename from test_category/6/108.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/108.jpg diff --git a/test_category/6/109.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/109.jpg similarity index 100% rename from test_category/6/109.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/109.jpg diff --git a/test_category/6/11.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/11.jpg similarity index 100% rename from test_category/6/11.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/11.jpg diff --git a/test_category/6/110.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/110.jpg similarity index 100% rename from test_category/6/110.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/110.jpg diff --git a/test_category/6/111.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/111.jpg similarity index 100% rename from test_category/6/111.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/111.jpg diff --git a/test_category/6/112.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/112.jpg similarity index 100% rename from test_category/6/112.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/112.jpg diff --git a/test_category/6/113.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/113.jpg similarity index 100% rename from test_category/6/113.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/113.jpg diff --git a/test_category/6/114.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/114.jpg similarity index 100% rename from test_category/6/114.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/114.jpg diff --git a/test_category/6/115.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/115.jpg similarity index 100% rename from test_category/6/115.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/115.jpg diff --git a/test_category/6/116.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/116.jpg similarity index 100% rename from test_category/6/116.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/116.jpg diff --git a/test_category/6/117.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/117.jpg similarity index 100% rename from test_category/6/117.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/117.jpg diff --git a/test_category/6/118.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/118.jpg similarity index 100% rename from test_category/6/118.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/118.jpg diff --git a/test_category/6/119.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/119.jpg similarity index 100% rename from test_category/6/119.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/119.jpg diff --git a/test_category/6/12.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/12.jpg similarity index 100% rename from test_category/6/12.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/12.jpg diff --git a/test_category/6/120.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/120.jpg similarity index 100% rename from test_category/6/120.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/120.jpg diff --git a/test_category/6/121.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/121.jpg similarity index 100% rename from test_category/6/121.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/121.jpg diff --git a/test_category/6/122.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/122.jpg similarity index 100% rename from test_category/6/122.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/122.jpg diff --git a/test_category/6/123.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/123.jpg similarity index 100% rename from test_category/6/123.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/123.jpg diff --git a/test_category/6/124.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/124.jpg similarity index 100% rename from test_category/6/124.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/124.jpg diff --git a/test_category/6/125.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/125.jpg similarity index 100% rename from test_category/6/125.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/125.jpg diff --git a/test_category/6/126.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/126.jpg similarity index 100% rename from test_category/6/126.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/126.jpg diff --git a/test_category/6/127.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/127.jpg similarity index 100% rename from test_category/6/127.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/127.jpg diff --git a/test_category/6/128.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/128.jpg similarity index 100% rename from test_category/6/128.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/128.jpg diff --git a/test_category/6/129.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/129.jpg similarity index 100% rename from test_category/6/129.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/129.jpg diff --git a/test_category/6/13.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/13.jpg similarity index 100% rename from test_category/6/13.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/13.jpg diff --git a/test_category/6/130.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/130.jpg similarity index 100% rename from test_category/6/130.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/130.jpg diff --git a/test_category/6/131.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/131.jpg similarity index 100% rename from test_category/6/131.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/131.jpg diff --git a/test_category/6/132.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/132.jpg similarity index 100% rename from test_category/6/132.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/132.jpg diff --git a/test_category/6/133.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/133.jpg similarity index 100% rename from test_category/6/133.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/133.jpg diff --git a/test_category/6/134.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/134.jpg similarity index 100% rename from test_category/6/134.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/134.jpg diff --git a/test_category/6/135.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/135.jpg similarity index 100% rename from test_category/6/135.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/135.jpg diff --git a/test_category/6/136.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/136.jpg similarity index 100% rename from test_category/6/136.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/136.jpg diff --git a/test_category/6/137.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/137.jpg similarity index 100% rename from test_category/6/137.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/137.jpg diff --git a/test_category/6/138.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/138.jpg similarity index 100% rename from test_category/6/138.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/138.jpg diff --git a/test_category/6/139.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/139.jpg similarity index 100% rename from test_category/6/139.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/139.jpg diff --git a/test_category/6/14.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/14.jpg similarity index 100% rename from test_category/6/14.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/14.jpg diff --git a/test_category/6/140.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/140.jpg similarity index 100% rename from test_category/6/140.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/140.jpg diff --git a/test_category/6/141.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/141.jpg similarity index 100% rename from test_category/6/141.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/141.jpg diff --git a/test_category/6/142.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/142.jpg similarity index 100% rename from test_category/6/142.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/142.jpg diff --git a/test_category/6/143.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/143.jpg similarity index 100% rename from test_category/6/143.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/143.jpg diff --git a/test_category/6/144.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/144.jpg similarity index 100% rename from test_category/6/144.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/144.jpg diff --git a/test_category/6/145.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/145.jpg similarity index 100% rename from test_category/6/145.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/145.jpg diff --git a/test_category/6/146.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/146.jpg similarity index 100% rename from test_category/6/146.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/146.jpg diff --git a/test_category/6/147.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/147.jpg similarity index 100% rename from test_category/6/147.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/147.jpg diff --git a/test_category/6/148.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/148.jpg similarity index 100% rename from test_category/6/148.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/148.jpg diff --git a/test_category/6/149.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/149.jpg similarity index 100% rename from test_category/6/149.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/149.jpg diff --git a/test_category/6/15.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/15.jpg similarity index 100% rename from test_category/6/15.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/15.jpg diff --git a/test_category/6/16.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/16.jpg similarity index 100% rename from test_category/6/16.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/16.jpg diff --git a/test_category/6/17.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/17.jpg similarity index 100% rename from test_category/6/17.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/17.jpg diff --git a/test_category/6/18.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/18.jpg similarity index 100% rename from test_category/6/18.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/18.jpg diff --git a/test_category/6/19.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/19.jpg similarity index 100% rename from test_category/6/19.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/19.jpg diff --git a/test_category/6/2.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/2.jpg similarity index 100% rename from test_category/6/2.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/2.jpg diff --git a/test_category/6/20.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/20.jpg similarity index 100% rename from test_category/6/20.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/20.jpg diff --git a/test_category/6/21.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/21.jpg similarity index 100% rename from test_category/6/21.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/21.jpg diff --git a/test_category/6/22.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/22.jpg similarity index 100% rename from test_category/6/22.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/22.jpg diff --git a/test_category/6/23.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/23.jpg similarity index 100% rename from test_category/6/23.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/23.jpg diff --git a/test_category/6/24.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/24.jpg similarity index 100% rename from test_category/6/24.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/24.jpg diff --git a/test_category/6/25.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/25.jpg similarity index 100% rename from test_category/6/25.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/25.jpg diff --git a/test_category/6/26.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/26.jpg similarity index 100% rename from test_category/6/26.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/26.jpg diff --git a/test_category/6/27.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/27.jpg similarity index 100% rename from test_category/6/27.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/27.jpg diff --git a/test_category/6/28.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/28.jpg similarity index 100% rename from test_category/6/28.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/28.jpg diff --git a/test_category/6/29.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/29.jpg similarity index 100% rename from test_category/6/29.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/29.jpg diff --git a/test_category/6/3.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/3.jpg similarity index 100% rename from test_category/6/3.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/3.jpg diff --git a/test_category/6/30.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/30.jpg similarity index 100% rename from test_category/6/30.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/30.jpg diff --git a/test_category/6/31.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/31.jpg similarity index 100% rename from test_category/6/31.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/31.jpg diff --git a/test_category/6/32.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/32.jpg similarity index 100% rename from test_category/6/32.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/32.jpg diff --git a/test_category/6/33.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/33.jpg similarity index 100% rename from test_category/6/33.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/33.jpg diff --git a/test_category/6/34.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/34.jpg similarity index 100% rename from test_category/6/34.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/34.jpg diff --git a/test_category/6/35.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/35.jpg similarity index 100% rename from test_category/6/35.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/35.jpg diff --git a/test_category/6/36.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/36.jpg similarity index 100% rename from test_category/6/36.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/36.jpg diff --git a/test_category/6/37.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/37.jpg similarity index 100% rename from test_category/6/37.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/37.jpg diff --git a/test_category/6/38.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/38.jpg similarity index 100% rename from test_category/6/38.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/38.jpg diff --git a/test_category/6/39.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/39.jpg similarity index 100% rename from test_category/6/39.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/39.jpg diff --git a/test_category/6/4.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/4.jpg similarity index 100% rename from test_category/6/4.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/4.jpg diff --git a/test_category/6/40.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/40.jpg similarity index 100% rename from test_category/6/40.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/40.jpg diff --git a/test_category/6/41.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/41.jpg similarity index 100% rename from test_category/6/41.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/41.jpg diff --git a/test_category/6/42.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/42.jpg similarity index 100% rename from test_category/6/42.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/42.jpg diff --git a/test_category/6/43.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/43.jpg similarity index 100% rename from test_category/6/43.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/43.jpg diff --git a/test_category/6/44.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/44.jpg similarity index 100% rename from test_category/6/44.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/44.jpg diff --git a/test_category/6/45.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/45.jpg similarity index 100% rename from test_category/6/45.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/45.jpg diff --git a/test_category/6/46.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/46.jpg similarity index 100% rename from test_category/6/46.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/46.jpg diff --git a/test_category/6/47.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/47.jpg similarity index 100% rename from test_category/6/47.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/47.jpg diff --git a/test_category/6/48.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/48.jpg similarity index 100% rename from test_category/6/48.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/48.jpg diff --git a/test_category/6/49.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/49.jpg similarity index 100% rename from test_category/6/49.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/49.jpg diff --git a/test_category/6/5.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/5.jpg similarity index 100% rename from test_category/6/5.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/5.jpg diff --git a/test_category/6/50.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/50.jpg similarity index 100% rename from test_category/6/50.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/50.jpg diff --git a/test_category/6/51.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/51.jpg similarity index 100% rename from test_category/6/51.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/51.jpg diff --git a/test_category/6/52.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/52.jpg similarity index 100% rename from test_category/6/52.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/52.jpg diff --git a/test_category/6/53.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/53.jpg similarity index 100% rename from test_category/6/53.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/53.jpg diff --git a/test_category/6/54.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/54.jpg similarity index 100% rename from test_category/6/54.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/54.jpg diff --git a/test_category/6/55.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/55.jpg similarity index 100% rename from test_category/6/55.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/55.jpg diff --git a/test_category/6/56.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/56.jpg similarity index 100% rename from test_category/6/56.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/56.jpg diff --git a/test_category/6/57.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/57.jpg similarity index 100% rename from test_category/6/57.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/57.jpg diff --git a/test_category/6/58.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/58.jpg similarity index 100% rename from test_category/6/58.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/58.jpg diff --git a/test_category/6/59.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/59.jpg similarity index 100% rename from test_category/6/59.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/59.jpg diff --git a/test_category/6/6.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/6.jpg similarity index 100% rename from test_category/6/6.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/6.jpg diff --git a/test_category/6/60.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/60.jpg similarity index 100% rename from test_category/6/60.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/60.jpg diff --git a/test_category/6/61.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/61.jpg similarity index 100% rename from test_category/6/61.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/61.jpg diff --git a/test_category/6/62.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/62.jpg similarity index 100% rename from test_category/6/62.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/62.jpg diff --git a/test_category/6/63.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/63.jpg similarity index 100% rename from test_category/6/63.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/63.jpg diff --git a/test_category/6/64.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/64.jpg similarity index 100% rename from test_category/6/64.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/64.jpg diff --git a/test_category/6/65.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/65.jpg similarity index 100% rename from test_category/6/65.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/65.jpg diff --git a/test_category/6/66.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/66.jpg similarity index 100% rename from test_category/6/66.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/66.jpg diff --git a/test_category/6/67.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/67.jpg similarity index 100% rename from test_category/6/67.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/67.jpg diff --git a/test_category/6/68.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/68.jpg similarity index 100% rename from test_category/6/68.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/68.jpg diff --git a/test_category/6/69.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/69.jpg similarity index 100% rename from test_category/6/69.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/69.jpg diff --git a/test_category/6/7.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/7.jpg similarity index 100% rename from test_category/6/7.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/7.jpg diff --git a/test_category/6/70.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/70.jpg similarity index 100% rename from test_category/6/70.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/70.jpg diff --git a/test_category/6/71.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/71.jpg similarity index 100% rename from test_category/6/71.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/71.jpg diff --git a/test_category/6/72.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/72.jpg similarity index 100% rename from test_category/6/72.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/72.jpg diff --git a/test_category/6/73.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/73.jpg similarity index 100% rename from test_category/6/73.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/73.jpg diff --git a/test_category/6/74.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/74.jpg similarity index 100% rename from test_category/6/74.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/74.jpg diff --git a/test_category/6/75.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/75.jpg similarity index 100% rename from test_category/6/75.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/75.jpg diff --git a/test_category/6/76.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/76.jpg similarity index 100% rename from test_category/6/76.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/76.jpg diff --git a/test_category/6/77.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/77.jpg similarity index 100% rename from test_category/6/77.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/77.jpg diff --git a/test_category/6/78.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/78.jpg similarity index 100% rename from test_category/6/78.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/78.jpg diff --git a/test_category/6/79.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/79.jpg similarity index 100% rename from test_category/6/79.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/79.jpg diff --git a/test_category/6/8.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/8.jpg similarity index 100% rename from test_category/6/8.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/8.jpg diff --git a/test_category/6/80.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/80.jpg similarity index 100% rename from test_category/6/80.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/80.jpg diff --git a/test_category/6/81.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/81.jpg similarity index 100% rename from test_category/6/81.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/81.jpg diff --git a/test_category/6/82.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/82.jpg similarity index 100% rename from test_category/6/82.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/82.jpg diff --git a/test_category/6/83.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/83.jpg similarity index 100% rename from test_category/6/83.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/83.jpg diff --git a/test_category/6/84.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/84.jpg similarity index 100% rename from test_category/6/84.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/84.jpg diff --git a/test_category/6/85.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/85.jpg similarity index 100% rename from test_category/6/85.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/85.jpg diff --git a/test_category/6/86.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/86.jpg similarity index 100% rename from test_category/6/86.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/86.jpg diff --git a/test_category/6/87.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/87.jpg similarity index 100% rename from test_category/6/87.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/87.jpg diff --git a/test_category/6/88.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/88.jpg similarity index 100% rename from test_category/6/88.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/88.jpg diff --git a/test_category/6/89.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/89.jpg similarity index 100% rename from test_category/6/89.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/89.jpg diff --git a/test_category/6/9.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/9.jpg similarity index 100% rename from test_category/6/9.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/9.jpg diff --git a/test_category/6/90.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/90.jpg similarity index 100% rename from test_category/6/90.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/90.jpg diff --git a/test_category/6/91.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/91.jpg similarity index 100% rename from test_category/6/91.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/91.jpg diff --git a/test_category/6/92.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/92.jpg similarity index 100% rename from test_category/6/92.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/92.jpg diff --git a/test_category/6/93.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/93.jpg similarity index 100% rename from test_category/6/93.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/93.jpg diff --git a/test_category/6/94.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/94.jpg similarity index 100% rename from test_category/6/94.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/94.jpg diff --git a/test_category/6/95.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/95.jpg similarity index 100% rename from test_category/6/95.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/95.jpg diff --git a/test_category/6/96.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/96.jpg similarity index 100% rename from test_category/6/96.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/96.jpg diff --git a/test_category/6/97.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/97.jpg similarity index 100% rename from test_category/6/97.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/97.jpg diff --git a/test_category/6/98.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/98.jpg similarity index 100% rename from test_category/6/98.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/98.jpg diff --git a/test_category/6/99.jpg b/Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/99.jpg similarity index 100% rename from test_category/6/99.jpg rename to Machine Learning Thinking and Convolutional Neural Networks project/test_category/6/99.jpg diff --git a/train.csv b/Machine Learning Thinking and Convolutional Neural Networks project/train.csv similarity index 100% rename from train.csv rename to Machine Learning Thinking and Convolutional Neural Networks project/train.csv diff --git a/第16章 机器学习思维与卷积神经网络项.docx b/Machine Learning Thinking and Convolutional Neural Networks project/第16章 机器学习思维与卷积神经网络项.docx similarity index 100% rename from 第16章 机器学习思维与卷积神经网络项.docx rename to Machine Learning Thinking and Convolutional Neural Networks project/第16章 机器学习思维与卷积神经网络项.docx diff --git a/README.md b/README.md index 450e99a..a5ba199 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ -# MachineLearning +# 理解机器学习的基本思维,理解有监督学习、卷积神经网络的一些基本概念和基本思维。通过卷积神经网络模型构建与训练项目实践,理解构建、训练和优化卷积神经网络的基本思维,掌握模型的结构和运行方式。更高要求是掌握深度学习模型训练与优化的工具应用程序开发方法。