Python Tensorflow for Deep learning CNN Diabetic retinopathy classification-Own data (Tamil-version)

Опубликовано: 24 Апрель 2026
на канале: MATLAB & PYTHON Deep Learning - jitectechnologies
1,418
21

Python tensorflow Deep learning CNN based image classification - Own data (Tamil - version) , you can use it for any classification problem, English version available here -    • Python Tensorflow for Deep learning Diabet...   ,Any help pls Whatsapp - +91 9994444414, [email protected] , www.jitectechnologies.in

Downloads
1-python
https://www.python.org/downloads/rele...
2-Anaconda
https://www.anaconda.com/products/ind...

Anaconda prompt environment creation

conda create -n tensorflow_env tensorflow
conda activate tensorflow_env

pip install tensorflow==1.14
pip install keras==2.2.5
pip install numpy