├── Activation_Functions └── SOFTMAX.md ├── DAYS_PROGRESS ├── DAY12.md ├── DAY13.md ├── DAY14.md ├── DAY15.md ├── DAY16.md ├── DAY17.md ├── DAY18.md ├── DAY19.md ├── DAY20.md ├── DAY21.md ├── DAY22.md ├── DAY23.md ├── DAY24.md ├── DAY25.md ├── DAY26.md ├── DAY27.md ├── DAY28.md ├── DAY29.md ├── DAY30.md ├── DAY31.md ├── DAY32.md ├── DAY33.md ├── DAY34.md ├── DAY35.md ├── DAY36.md ├── DAY37.md ├── DAY38.md ├── DAY39.md ├── DAY40.md ├── DAY41.md ├── DAY42.md ├── DAY43.md ├── DAY44.md ├── DAY45.md ├── DAY46.md ├── DAY47.md ├── DAY48.md ├── DAY49.md ├── DAY50.md ├── DAY51.md ├── DAY52.md ├── DAY53.md ├── DAY54.md ├── DAY55.md ├── DAY56.md ├── DAY57.md ├── DAY58.md ├── DAY59.md ├── README.md └── imgs │ ├── README.md │ ├── wrapper_shot.png │ ├── wrapper_shot2.png │ └── wrapper_shot3.png ├── Differential_Privacy ├── Diff_Attack.md ├── On_the_limits_of_DP.md └── Sens_Epsilon.md ├── FashionMNIST ├── README.md ├── Untitled.md ├── output_23_1.png ├── output_24_1.png ├── output_39_1.png ├── output_40_1.png └── output_41_1.png ├── Federated_Learning └── Remote_Execution_Overview.md ├── Fundamentals_of_Deep_Learning └── README.rst ├── Green_shade_classifier ├── README.md ├── img1.png ├── img10.png ├── img11.png ├── img12.png ├── img2.png ├── img3.png ├── img4.png ├── img5.png ├── img6.png ├── img7.png ├── img8.png ├── img9.png ├── nn_in_py.py └── shot_of_images.png ├── LICENSE ├── Matrixtools ├── README.md ├── matmul_intro.md └── matrixtools.py ├── ModelEncryptor └── encryptor.py ├── Power_Of_Math_In_Image_Analysis ├── README.md ├── image_correlation.py ├── samp1.jpeg ├── samp2.jpeg ├── samp3.jpeg └── samp4.jpeg ├── Python_Basics ├── Getting_Started.md └── Python_Tricks.md ├── Python_Halls_of_Fame └── Python_Uniqueness_Hall_Of_Fame.rst ├── README.rst ├── RGBYCM_Color_Classifier ├── README.md ├── architecture_nn_3.png ├── archtecture_nn_2.png ├── img1.png ├── img10.png ├── img11.png ├── img12.png ├── img13.png ├── img14.png ├── img15.png ├── img16.png ├── img2.png ├── img3.png ├── img4.png ├── img5.png ├── img6.png ├── img7.png ├── img8.png ├── img9.png ├── nn_in_py3.py ├── nn_py3_shot.png ├── shot_of_images3.png └── snap_3.png ├── Red_Green_Blue_Classifier ├── RGB_Classifier.md ├── archtecture_nn_2.png ├── img1.png ├── img10.png ├── img11.png ├── img12.png ├── img13.png ├── img14.png ├── img15.png ├── img16.png ├── img2.png ├── img3.png ├── img4.png ├── img5.png ├── img6.png ├── img7.png ├── img8.png ├── img9.png ├── nn_in_py2.py ├── shot_of_images2.png └── shot_of_outcomes2.png ├── Tinkering_With_Tensors ├── Explaining_Tensors.md └── Spontaneous_Matrix.rst ├── Udacity_DL_With_Pytorch_Exercises ├── Part 1 - Tensors in PyTorch (Exercises).ipynb ├── Part 1 - Tensors in PyTorch (Exercises).md ├── Part 2 - Neural Networks in PyTorch (Exercises).ipynb ├── Part 2 - Neural Networks in PyTorch (Exercises).md ├── Part 3 - Training Neural Networks (Exercises).ipynb ├── Part 3 - Training Neural Networks (Exercises).md └── README.rst ├── cmap_gray_behavior ├── README.md ├── cmap_gray_demo.md ├── output_11_2.png ├── output_5_2.png ├── output_7_2.png └── output_9_2.png ├── docs ├── README.md ├── channels.md ├── flattening.md └── transpose.md ├── imgs ├── README.md ├── RGB_coms.png ├── flatten1.png ├── flatten_samp_image.png ├── image_transpose.png ├── samp_image_transpose.png ├── samp_image_transpose2.png ├── samp_image_transpose2b.png ├── samp_image_transpose3.png └── transpose.png ├── quicknets ├── README.md ├── wrapper1.png ├── wrapper2.png └── wrapper3.png └── xray ├── README.md ├── Starter_ Novice AI xrays v3 974b53f0-c f8d223.ipynb └── Starter_ Novice AI xrays v3 974b53f0-c f8d223.md /Activation_Functions/SOFTMAX.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/Activation_Functions/SOFTMAX.md -------------------------------------------------------------------------------- /DAYS_PROGRESS/DAY12.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/DAYS_PROGRESS/DAY12.md -------------------------------------------------------------------------------- /DAYS_PROGRESS/DAY13.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/DAYS_PROGRESS/DAY13.md -------------------------------------------------------------------------------- /DAYS_PROGRESS/DAY14.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/DAYS_PROGRESS/DAY14.md -------------------------------------------------------------------------------- /DAYS_PROGRESS/DAY15.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/DAYS_PROGRESS/DAY15.md -------------------------------------------------------------------------------- /DAYS_PROGRESS/DAY16.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/DAYS_PROGRESS/DAY16.md -------------------------------------------------------------------------------- /DAYS_PROGRESS/DAY17.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/DAYS_PROGRESS/DAY17.md -------------------------------------------------------------------------------- /DAYS_PROGRESS/DAY18.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/DAYS_PROGRESS/DAY18.md -------------------------------------------------------------------------------- /DAYS_PROGRESS/DAY19.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/DAYS_PROGRESS/DAY19.md -------------------------------------------------------------------------------- /DAYS_PROGRESS/DAY20.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/DAYS_PROGRESS/DAY20.md -------------------------------------------------------------------------------- /DAYS_PROGRESS/DAY21.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/DAYS_PROGRESS/DAY21.md -------------------------------------------------------------------------------- /DAYS_PROGRESS/DAY22.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/DAYS_PROGRESS/DAY22.md -------------------------------------------------------------------------------- /DAYS_PROGRESS/DAY23.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/DAYS_PROGRESS/DAY23.md -------------------------------------------------------------------------------- /DAYS_PROGRESS/DAY24.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/DAYS_PROGRESS/DAY24.md -------------------------------------------------------------------------------- /DAYS_PROGRESS/DAY25.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/DAYS_PROGRESS/DAY25.md -------------------------------------------------------------------------------- /DAYS_PROGRESS/DAY26.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/DAYS_PROGRESS/DAY26.md -------------------------------------------------------------------------------- /DAYS_PROGRESS/DAY27.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/DAYS_PROGRESS/DAY27.md -------------------------------------------------------------------------------- /DAYS_PROGRESS/DAY28.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/DAYS_PROGRESS/DAY28.md -------------------------------------------------------------------------------- /DAYS_PROGRESS/DAY29.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/DAYS_PROGRESS/DAY29.md -------------------------------------------------------------------------------- /DAYS_PROGRESS/DAY30.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/DAYS_PROGRESS/DAY30.md -------------------------------------------------------------------------------- /DAYS_PROGRESS/DAY31.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/DAYS_PROGRESS/DAY31.md -------------------------------------------------------------------------------- /DAYS_PROGRESS/DAY32.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/DAYS_PROGRESS/DAY32.md -------------------------------------------------------------------------------- /DAYS_PROGRESS/DAY33.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/DAYS_PROGRESS/DAY33.md -------------------------------------------------------------------------------- /DAYS_PROGRESS/DAY34.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/DAYS_PROGRESS/DAY34.md -------------------------------------------------------------------------------- /DAYS_PROGRESS/DAY35.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/DAYS_PROGRESS/DAY35.md -------------------------------------------------------------------------------- /DAYS_PROGRESS/DAY36.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/DAYS_PROGRESS/DAY36.md -------------------------------------------------------------------------------- /DAYS_PROGRESS/DAY37.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/DAYS_PROGRESS/DAY37.md -------------------------------------------------------------------------------- /DAYS_PROGRESS/DAY38.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/DAYS_PROGRESS/DAY38.md -------------------------------------------------------------------------------- /DAYS_PROGRESS/DAY39.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/DAYS_PROGRESS/DAY39.md -------------------------------------------------------------------------------- /DAYS_PROGRESS/DAY40.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/DAYS_PROGRESS/DAY40.md -------------------------------------------------------------------------------- /DAYS_PROGRESS/DAY41.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/DAYS_PROGRESS/DAY41.md -------------------------------------------------------------------------------- /DAYS_PROGRESS/DAY42.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/DAYS_PROGRESS/DAY42.md -------------------------------------------------------------------------------- /DAYS_PROGRESS/DAY43.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/DAYS_PROGRESS/DAY43.md -------------------------------------------------------------------------------- /DAYS_PROGRESS/DAY44.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/DAYS_PROGRESS/DAY44.md -------------------------------------------------------------------------------- /DAYS_PROGRESS/DAY45.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/DAYS_PROGRESS/DAY45.md -------------------------------------------------------------------------------- /DAYS_PROGRESS/DAY46.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/DAYS_PROGRESS/DAY46.md -------------------------------------------------------------------------------- /DAYS_PROGRESS/DAY47.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/DAYS_PROGRESS/DAY47.md -------------------------------------------------------------------------------- /DAYS_PROGRESS/DAY48.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/DAYS_PROGRESS/DAY48.md -------------------------------------------------------------------------------- /DAYS_PROGRESS/DAY49.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/DAYS_PROGRESS/DAY49.md -------------------------------------------------------------------------------- /DAYS_PROGRESS/DAY50.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/DAYS_PROGRESS/DAY50.md -------------------------------------------------------------------------------- /DAYS_PROGRESS/DAY51.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/DAYS_PROGRESS/DAY51.md -------------------------------------------------------------------------------- /DAYS_PROGRESS/DAY52.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/DAYS_PROGRESS/DAY52.md -------------------------------------------------------------------------------- /DAYS_PROGRESS/DAY53.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/DAYS_PROGRESS/DAY53.md -------------------------------------------------------------------------------- /DAYS_PROGRESS/DAY54.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/DAYS_PROGRESS/DAY54.md -------------------------------------------------------------------------------- /DAYS_PROGRESS/DAY55.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/DAYS_PROGRESS/DAY55.md -------------------------------------------------------------------------------- /DAYS_PROGRESS/DAY56.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/DAYS_PROGRESS/DAY56.md -------------------------------------------------------------------------------- /DAYS_PROGRESS/DAY57.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/DAYS_PROGRESS/DAY57.md -------------------------------------------------------------------------------- /DAYS_PROGRESS/DAY58.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/DAYS_PROGRESS/DAY58.md -------------------------------------------------------------------------------- /DAYS_PROGRESS/DAY59.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/DAYS_PROGRESS/DAY59.md -------------------------------------------------------------------------------- /DAYS_PROGRESS/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/DAYS_PROGRESS/README.md -------------------------------------------------------------------------------- /DAYS_PROGRESS/imgs/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /DAYS_PROGRESS/imgs/wrapper_shot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/DAYS_PROGRESS/imgs/wrapper_shot.png -------------------------------------------------------------------------------- /DAYS_PROGRESS/imgs/wrapper_shot2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/DAYS_PROGRESS/imgs/wrapper_shot2.png -------------------------------------------------------------------------------- /DAYS_PROGRESS/imgs/wrapper_shot3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/DAYS_PROGRESS/imgs/wrapper_shot3.png -------------------------------------------------------------------------------- /Differential_Privacy/Diff_Attack.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/Differential_Privacy/Diff_Attack.md -------------------------------------------------------------------------------- /Differential_Privacy/On_the_limits_of_DP.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/Differential_Privacy/On_the_limits_of_DP.md -------------------------------------------------------------------------------- /Differential_Privacy/Sens_Epsilon.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/Differential_Privacy/Sens_Epsilon.md -------------------------------------------------------------------------------- /FashionMNIST/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /FashionMNIST/Untitled.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/FashionMNIST/Untitled.md -------------------------------------------------------------------------------- /FashionMNIST/output_23_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/FashionMNIST/output_23_1.png -------------------------------------------------------------------------------- /FashionMNIST/output_24_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/FashionMNIST/output_24_1.png -------------------------------------------------------------------------------- /FashionMNIST/output_39_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/FashionMNIST/output_39_1.png -------------------------------------------------------------------------------- /FashionMNIST/output_40_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/FashionMNIST/output_40_1.png -------------------------------------------------------------------------------- /FashionMNIST/output_41_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/FashionMNIST/output_41_1.png -------------------------------------------------------------------------------- /Federated_Learning/Remote_Execution_Overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/Federated_Learning/Remote_Execution_Overview.md -------------------------------------------------------------------------------- /Fundamentals_of_Deep_Learning/README.rst: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Green_shade_classifier/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/Green_shade_classifier/README.md -------------------------------------------------------------------------------- /Green_shade_classifier/img1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/Green_shade_classifier/img1.png -------------------------------------------------------------------------------- /Green_shade_classifier/img10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/Green_shade_classifier/img10.png -------------------------------------------------------------------------------- /Green_shade_classifier/img11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/Green_shade_classifier/img11.png -------------------------------------------------------------------------------- /Green_shade_classifier/img12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/Green_shade_classifier/img12.png -------------------------------------------------------------------------------- /Green_shade_classifier/img2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/Green_shade_classifier/img2.png -------------------------------------------------------------------------------- /Green_shade_classifier/img3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/Green_shade_classifier/img3.png -------------------------------------------------------------------------------- /Green_shade_classifier/img4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/Green_shade_classifier/img4.png -------------------------------------------------------------------------------- /Green_shade_classifier/img5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/Green_shade_classifier/img5.png -------------------------------------------------------------------------------- /Green_shade_classifier/img6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/Green_shade_classifier/img6.png -------------------------------------------------------------------------------- /Green_shade_classifier/img7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/Green_shade_classifier/img7.png -------------------------------------------------------------------------------- /Green_shade_classifier/img8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/Green_shade_classifier/img8.png -------------------------------------------------------------------------------- /Green_shade_classifier/img9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/Green_shade_classifier/img9.png -------------------------------------------------------------------------------- /Green_shade_classifier/nn_in_py.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/Green_shade_classifier/nn_in_py.py -------------------------------------------------------------------------------- /Green_shade_classifier/shot_of_images.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/Green_shade_classifier/shot_of_images.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/LICENSE -------------------------------------------------------------------------------- /Matrixtools/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/Matrixtools/README.md -------------------------------------------------------------------------------- /Matrixtools/matmul_intro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/Matrixtools/matmul_intro.md -------------------------------------------------------------------------------- /Matrixtools/matrixtools.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/Matrixtools/matrixtools.py -------------------------------------------------------------------------------- /ModelEncryptor/encryptor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/ModelEncryptor/encryptor.py -------------------------------------------------------------------------------- /Power_Of_Math_In_Image_Analysis/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/Power_Of_Math_In_Image_Analysis/README.md -------------------------------------------------------------------------------- /Power_Of_Math_In_Image_Analysis/image_correlation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/Power_Of_Math_In_Image_Analysis/image_correlation.py -------------------------------------------------------------------------------- /Power_Of_Math_In_Image_Analysis/samp1.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/Power_Of_Math_In_Image_Analysis/samp1.jpeg -------------------------------------------------------------------------------- /Power_Of_Math_In_Image_Analysis/samp2.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/Power_Of_Math_In_Image_Analysis/samp2.jpeg -------------------------------------------------------------------------------- /Power_Of_Math_In_Image_Analysis/samp3.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/Power_Of_Math_In_Image_Analysis/samp3.jpeg -------------------------------------------------------------------------------- /Power_Of_Math_In_Image_Analysis/samp4.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/Power_Of_Math_In_Image_Analysis/samp4.jpeg -------------------------------------------------------------------------------- /Python_Basics/Getting_Started.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/Python_Basics/Getting_Started.md -------------------------------------------------------------------------------- /Python_Basics/Python_Tricks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/Python_Basics/Python_Tricks.md -------------------------------------------------------------------------------- /Python_Halls_of_Fame/Python_Uniqueness_Hall_Of_Fame.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/Python_Halls_of_Fame/Python_Uniqueness_Hall_Of_Fame.rst -------------------------------------------------------------------------------- /README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/README.rst -------------------------------------------------------------------------------- /RGBYCM_Color_Classifier/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/RGBYCM_Color_Classifier/README.md -------------------------------------------------------------------------------- /RGBYCM_Color_Classifier/architecture_nn_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/RGBYCM_Color_Classifier/architecture_nn_3.png -------------------------------------------------------------------------------- /RGBYCM_Color_Classifier/archtecture_nn_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/RGBYCM_Color_Classifier/archtecture_nn_2.png -------------------------------------------------------------------------------- /RGBYCM_Color_Classifier/img1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/RGBYCM_Color_Classifier/img1.png -------------------------------------------------------------------------------- /RGBYCM_Color_Classifier/img10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/RGBYCM_Color_Classifier/img10.png -------------------------------------------------------------------------------- /RGBYCM_Color_Classifier/img11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/RGBYCM_Color_Classifier/img11.png -------------------------------------------------------------------------------- /RGBYCM_Color_Classifier/img12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/RGBYCM_Color_Classifier/img12.png -------------------------------------------------------------------------------- /RGBYCM_Color_Classifier/img13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/RGBYCM_Color_Classifier/img13.png -------------------------------------------------------------------------------- /RGBYCM_Color_Classifier/img14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/RGBYCM_Color_Classifier/img14.png -------------------------------------------------------------------------------- /RGBYCM_Color_Classifier/img15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/RGBYCM_Color_Classifier/img15.png -------------------------------------------------------------------------------- /RGBYCM_Color_Classifier/img16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/RGBYCM_Color_Classifier/img16.png -------------------------------------------------------------------------------- /RGBYCM_Color_Classifier/img2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/RGBYCM_Color_Classifier/img2.png -------------------------------------------------------------------------------- /RGBYCM_Color_Classifier/img3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/RGBYCM_Color_Classifier/img3.png -------------------------------------------------------------------------------- /RGBYCM_Color_Classifier/img4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/RGBYCM_Color_Classifier/img4.png -------------------------------------------------------------------------------- /RGBYCM_Color_Classifier/img5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/RGBYCM_Color_Classifier/img5.png -------------------------------------------------------------------------------- /RGBYCM_Color_Classifier/img6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/RGBYCM_Color_Classifier/img6.png -------------------------------------------------------------------------------- /RGBYCM_Color_Classifier/img7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/RGBYCM_Color_Classifier/img7.png -------------------------------------------------------------------------------- /RGBYCM_Color_Classifier/img8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/RGBYCM_Color_Classifier/img8.png -------------------------------------------------------------------------------- /RGBYCM_Color_Classifier/img9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/RGBYCM_Color_Classifier/img9.png -------------------------------------------------------------------------------- /RGBYCM_Color_Classifier/nn_in_py3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/RGBYCM_Color_Classifier/nn_in_py3.py -------------------------------------------------------------------------------- /RGBYCM_Color_Classifier/nn_py3_shot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/RGBYCM_Color_Classifier/nn_py3_shot.png -------------------------------------------------------------------------------- /RGBYCM_Color_Classifier/shot_of_images3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/RGBYCM_Color_Classifier/shot_of_images3.png -------------------------------------------------------------------------------- /RGBYCM_Color_Classifier/snap_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/RGBYCM_Color_Classifier/snap_3.png -------------------------------------------------------------------------------- /Red_Green_Blue_Classifier/RGB_Classifier.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/Red_Green_Blue_Classifier/RGB_Classifier.md -------------------------------------------------------------------------------- /Red_Green_Blue_Classifier/archtecture_nn_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/Red_Green_Blue_Classifier/archtecture_nn_2.png -------------------------------------------------------------------------------- /Red_Green_Blue_Classifier/img1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/Red_Green_Blue_Classifier/img1.png -------------------------------------------------------------------------------- /Red_Green_Blue_Classifier/img10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/Red_Green_Blue_Classifier/img10.png -------------------------------------------------------------------------------- /Red_Green_Blue_Classifier/img11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/Red_Green_Blue_Classifier/img11.png -------------------------------------------------------------------------------- /Red_Green_Blue_Classifier/img12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/Red_Green_Blue_Classifier/img12.png -------------------------------------------------------------------------------- /Red_Green_Blue_Classifier/img13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/Red_Green_Blue_Classifier/img13.png -------------------------------------------------------------------------------- /Red_Green_Blue_Classifier/img14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/Red_Green_Blue_Classifier/img14.png -------------------------------------------------------------------------------- /Red_Green_Blue_Classifier/img15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/Red_Green_Blue_Classifier/img15.png -------------------------------------------------------------------------------- /Red_Green_Blue_Classifier/img16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/Red_Green_Blue_Classifier/img16.png -------------------------------------------------------------------------------- /Red_Green_Blue_Classifier/img2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/Red_Green_Blue_Classifier/img2.png -------------------------------------------------------------------------------- /Red_Green_Blue_Classifier/img3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/Red_Green_Blue_Classifier/img3.png -------------------------------------------------------------------------------- /Red_Green_Blue_Classifier/img4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/Red_Green_Blue_Classifier/img4.png -------------------------------------------------------------------------------- /Red_Green_Blue_Classifier/img5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/Red_Green_Blue_Classifier/img5.png -------------------------------------------------------------------------------- /Red_Green_Blue_Classifier/img6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/Red_Green_Blue_Classifier/img6.png -------------------------------------------------------------------------------- /Red_Green_Blue_Classifier/img7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/Red_Green_Blue_Classifier/img7.png -------------------------------------------------------------------------------- /Red_Green_Blue_Classifier/img8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/Red_Green_Blue_Classifier/img8.png -------------------------------------------------------------------------------- /Red_Green_Blue_Classifier/img9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/Red_Green_Blue_Classifier/img9.png -------------------------------------------------------------------------------- /Red_Green_Blue_Classifier/nn_in_py2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/Red_Green_Blue_Classifier/nn_in_py2.py -------------------------------------------------------------------------------- /Red_Green_Blue_Classifier/shot_of_images2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/Red_Green_Blue_Classifier/shot_of_images2.png -------------------------------------------------------------------------------- /Red_Green_Blue_Classifier/shot_of_outcomes2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/Red_Green_Blue_Classifier/shot_of_outcomes2.png -------------------------------------------------------------------------------- /Tinkering_With_Tensors/Explaining_Tensors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/Tinkering_With_Tensors/Explaining_Tensors.md -------------------------------------------------------------------------------- /Tinkering_With_Tensors/Spontaneous_Matrix.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/Tinkering_With_Tensors/Spontaneous_Matrix.rst -------------------------------------------------------------------------------- /Udacity_DL_With_Pytorch_Exercises/Part 1 - Tensors in PyTorch (Exercises).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/Udacity_DL_With_Pytorch_Exercises/Part 1 - Tensors in PyTorch (Exercises).ipynb -------------------------------------------------------------------------------- /Udacity_DL_With_Pytorch_Exercises/Part 1 - Tensors in PyTorch (Exercises).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/Udacity_DL_With_Pytorch_Exercises/Part 1 - Tensors in PyTorch (Exercises).md -------------------------------------------------------------------------------- /Udacity_DL_With_Pytorch_Exercises/Part 2 - Neural Networks in PyTorch (Exercises).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/Udacity_DL_With_Pytorch_Exercises/Part 2 - Neural Networks in PyTorch (Exercises).ipynb -------------------------------------------------------------------------------- /Udacity_DL_With_Pytorch_Exercises/Part 2 - Neural Networks in PyTorch (Exercises).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/Udacity_DL_With_Pytorch_Exercises/Part 2 - Neural Networks in PyTorch (Exercises).md -------------------------------------------------------------------------------- /Udacity_DL_With_Pytorch_Exercises/Part 3 - Training Neural Networks (Exercises).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/Udacity_DL_With_Pytorch_Exercises/Part 3 - Training Neural Networks (Exercises).ipynb -------------------------------------------------------------------------------- /Udacity_DL_With_Pytorch_Exercises/Part 3 - Training Neural Networks (Exercises).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/Udacity_DL_With_Pytorch_Exercises/Part 3 - Training Neural Networks (Exercises).md -------------------------------------------------------------------------------- /Udacity_DL_With_Pytorch_Exercises/README.rst: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /cmap_gray_behavior/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /cmap_gray_behavior/cmap_gray_demo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/cmap_gray_behavior/cmap_gray_demo.md -------------------------------------------------------------------------------- /cmap_gray_behavior/output_11_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/cmap_gray_behavior/output_11_2.png -------------------------------------------------------------------------------- /cmap_gray_behavior/output_5_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/cmap_gray_behavior/output_5_2.png -------------------------------------------------------------------------------- /cmap_gray_behavior/output_7_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/cmap_gray_behavior/output_7_2.png -------------------------------------------------------------------------------- /cmap_gray_behavior/output_9_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/cmap_gray_behavior/output_9_2.png -------------------------------------------------------------------------------- /docs/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /docs/channels.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/docs/channels.md -------------------------------------------------------------------------------- /docs/flattening.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/docs/flattening.md -------------------------------------------------------------------------------- /docs/transpose.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/docs/transpose.md -------------------------------------------------------------------------------- /imgs/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /imgs/RGB_coms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/imgs/RGB_coms.png -------------------------------------------------------------------------------- /imgs/flatten1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/imgs/flatten1.png -------------------------------------------------------------------------------- /imgs/flatten_samp_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/imgs/flatten_samp_image.png -------------------------------------------------------------------------------- /imgs/image_transpose.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/imgs/image_transpose.png -------------------------------------------------------------------------------- /imgs/samp_image_transpose.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/imgs/samp_image_transpose.png -------------------------------------------------------------------------------- /imgs/samp_image_transpose2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/imgs/samp_image_transpose2.png -------------------------------------------------------------------------------- /imgs/samp_image_transpose2b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/imgs/samp_image_transpose2b.png -------------------------------------------------------------------------------- /imgs/samp_image_transpose3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/imgs/samp_image_transpose3.png -------------------------------------------------------------------------------- /imgs/transpose.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/imgs/transpose.png -------------------------------------------------------------------------------- /quicknets/README.md: -------------------------------------------------------------------------------- 1 | 2 | PYTORCH WRAPPER PROJECT 3 | -------------------------------------------------------------------------------- /quicknets/wrapper1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/quicknets/wrapper1.png -------------------------------------------------------------------------------- /quicknets/wrapper2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/quicknets/wrapper2.png -------------------------------------------------------------------------------- /quicknets/wrapper3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/quicknets/wrapper3.png -------------------------------------------------------------------------------- /xray/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /xray/Starter_ Novice AI xrays v3 974b53f0-c f8d223.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/xray/Starter_ Novice AI xrays v3 974b53f0-c f8d223.ipynb -------------------------------------------------------------------------------- /xray/Starter_ Novice AI xrays v3 974b53f0-c f8d223.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayivima/AI-SURFS/HEAD/xray/Starter_ Novice AI xrays v3 974b53f0-c f8d223.md --------------------------------------------------------------------------------