AI
search ESC
person
logout

أفضل كورس لتعلم وتطبيق لغة البايثون

Python tutorials from basics to deep learning (with code)

star 0.0 (0 تقييم)
person 0 متعلم
person
بواسطة Learn-with-us
update
تحديث 2026/04
أفضل كورس لتعلم وتطبيق لغة البايثون
lock

يجب عليك الاشتراك لفتح محتوى هذا المسار

list_alt محتويات المسار:

  • schedule 34h 11m من التعلم
  • smart_display 100 درس مُصور
  • smartphone مشاهدة عبر كافة الأجهزة

format_list_bulleted محتوى المسار التعليمي

lock 01 - Why do you need to learn programming?
lock_person
lock 02 - What is programming?
lock_person
lock 03 - What is command prompt?
lock_person
lock 04 - What is a digital image?
lock_person
lock 05 - What is Python?
lock_person
lock 06 - Python basics - IDE & operators
lock_person
lock 07 - Python basics - logical operators and basic math
lock_person
lock 08 - A warning about round off errors in Python
lock_person
lock 09 - if else elif statements in Python
lock_person
lock 10 - lists tuples and dictionaries
lock_person
lock 11 - numpy arrays
lock_person
lock 12 - Python Recap of lists and numpy arrays
lock_person
lock 13 - for and while Loops in Python
lock_person
lock 14 - Python Functions
lock_person
lock 15 - Python Classes
lock_person
lock 16 - Understanding digital images for Python processing
lock_person
lock 17 - Reading images in Python
lock_person
lock 18 - Image processing using pillow in Python
lock_person
lock 19 - image processing using scipy in Python
lock_person
lock 20 - Introduction to image processing using scikit-image in Python
lock_person
lock 21 - Scratch assay analysis with just 5 lines code in Python
lock_person
lock 22 - Denoising microscope images in Python
lock_person
lock 23 - Histogram based image segmentation in Python
lock_person
lock 24 - Random Walker segmentation in Python
lock_person
lock 25 - Reading Images, Splitting Channels, Resizing using openCV in Python
lock_person
lock 26 - Denoising and edge detection using opencv in Python
lock_person
lock 27 - CLAHE and Thresholding using opencv in Python
lock_person
lock 28 - Thresholding and morphological operations using openCV in Python
lock_person
lock 29 - Key points, detectors and descriptors in openCV
lock_person
lock 30 - Image registration using homography in openCV
lock_person
lock 31 - A few ways to read and write csv files in Python
lock_person
lock 32 - Grain size analysis in Python using a microscope image
lock_person
lock 33 - Grain size analysis in Python using watershed
lock_person
lock 34 - Grain size analysis in Python using watershed - multiple images
lock_person
lock 35 - Cell Nuclei analysis in Python using watershed segmentation
lock_person
lock 36 - Introduction to Pandas - Data reading and handling
lock_person
lock 37 - Introduction to Pandas - Data Manipulation
lock_person
lock 38 - Introduction to Pandas - Data Sorting
lock_person
lock 39 - Introduction to Pandas - Grouping Data
lock_person
lock 40 - Introduction to Pandas - Dealing with missing (null) data
lock_person
lock 41 - Introduction to Pandas - Plotting
lock_person
lock 42 - Introduction to Seaborn Plotting in Python
lock_person
lock 43 - What is machine learning anyway?
lock_person
lock 44 - What is linear regression?
lock_person
lock 45 - Linear regression using Sci-Kit Learn in Python
lock_person
lock 46 - Splitting data into training and testing sets for machine learning
lock_person
lock 47 - Multiple Linear Regression with SciKit-Learn in Python
lock_person
lock 48 - What is logistic regression?
lock_person
lock 49 - Logistic Regression using scikit-learn in Python
lock_person
lock 50 - What is k-means clustering and how to code it in Python?
lock_person
lock 51 - Image Segmentation using K-means
lock_person
lock 52 - What is GMM and how to use it for Image segmentation?
lock_person
lock 53 - How to pick optimal number of parameters for your unsupervised machine learning model?
lock_person
lock 54 - Unsupervised and supervised machine learning - a reminder
lock_person
lock 55 - How to read proprietary microscope images into Python
lock_person
lock 56 - What are features in machine learning?
lock_person
lock 57 - How to generate features in Python for machine learning?
lock_person
lock 58 - What are Gabor filters?
lock_person
lock 59 - What is Random Forest classifier?
lock_person
lock 60 - How to use Random Forest in Python?
lock_person
lock 61 - How to create Gabor feature banks for machine learning
lock_person
lock 62 - Image Segmentation using traditional machine learning - The plan
lock_person
lock 63 - Image Segmentation using traditional machine learning Part1 - FeatureExtraction
lock_person
lock 64 - Image Segmentation using traditional machine learning - Part2 Training RF
lock_person
lock 65 - Image Segmentation using traditional machine learning - Part3 Feature Ranking
lock_person
lock 66 - Image Segmentation using traditional machine learning - Part4 Pickling Model
lock_person
lock 67 - Image Segmentation using traditional machine learning - Part5 Segmenting Images
lock_person
lock 67b - Feature based image segmentation using traditional machine learning. (Multi-training images)
lock_person
lock 68 - Quick introduction to Support Vector Machines (SVM)
lock_person
lock 68b - SVM vs. Random Forest for image segmentation
lock_person
lock 70 - An overview of deep learning and neural networks
lock_person
lock 71 - Malarial cell classification using CNN
lock_person
lock 73 - Image Segmentation using U-Net - Part1 (What is U-net?)
lock_person
lock 74 - Image Segmentation using U-Net - Part 2 (Defining U-Net in Python using Keras)
lock_person
lock 75 - Image Segmentation using U-Net - Part 3 (What are trainable parameters?)
lock_person
lock 76 - Image Segmentation using U-Net - Part 4 (Model fitting, checkpoints, and callbacks)
lock_person
lock 77 - Image Segmentation using U-Net - Part 5 (Understanding the data)
lock_person
lock 78 - Image Segmentation using U-Net - Part 6 (Running the code and understanding results)
lock_person
lock 79 - What is Docker?
lock_person
lock 80 - What is Dockerfile, Docker Image, and Docker Container
lock_person
lock 81 - Testing Docker on Windows and introduction to basic commands
lock_person
lock 82 - Dockerizing your python application
lock_person
lock 83 - Running your Docker in the cloud
lock_person
lock 84 - How to build a Docker (module) with your code and run it on APEER?
lock_person
lock 85a - What are Autoencoders and what are they used for?
lock_person
lock 85b - An introduction to autoencoders - in Python
lock_person
lock 86 - Applications of Autoencoders - Denoising using MNIST dataset
lock_person
lock 87 - Applications of Autoencoders - Denoising using custom images
lock_person
lock 88 - Applications of Autoencoders - Anomaly Detection
lock_person
lock 89 - Applications of Autoencoders - Domain Adaptation
lock_person
lock 90 - Application of Autoencoders - Image colorization
lock_person
lock 91 - Introduction to transfer learning
lock_person
lock 92 - Autoencoders using transfer learning - Image colorization
lock_person
lock 93 - Do not waste your time with deep learning (updated)
lock_person
lock 94 - Denoising MRI images (also CT & microscopy images)
lock_person
lock 95 - What is digital image filtering and image convolution?
lock_person
lock 96 - What is Gaussian Denoising Filter?
lock_person
lock 97 - What is median denoising filter?
lock_person
lock 98 - What is bilateral denoising filter?
lock_person
lock Keyboard shortcuts
lock_person
lock اختبار الوحدة
lock_person

description حول المسار (Description)

Welcome to my Python coding channel! Here, I'll teach you everything from the very basics to advanced topics in machine learning and deep learning. I'll focus a lot on image processing and other relevant topics.

How to cite my work?
YouTube video:
The general format for citing a YouTube video in APA (American Psychological Association) style is:
Author’s Last Name, First Initial. (Year, Month Day Published). Title of video [Video]. YouTube. URL

So, here is an example:
Bhattiprolu, S. (2023, August 23). 330 - Fine tuning Detectron2 for instance segmentation using custom data [Video]. YouTube. https://youtu.be/cEgF0YknpZw

GitHub code:
Author’s Last Name, First Initial. (Year). Title of Repository. GitHub. URL
Example:
Bhattiprolu, S. (2023). python_for_microscopists. GitHub. https://github.com/bnsreenu/python_for_microscopists/blob/master/330_Detectron2_Instance_3D_EM_Platelet.ipynb

star قيّم هذا المسار Rate this course

سجّل الدخول لتقييم المسار

تسجيل الدخول

share شارك المسار مع الآخرين

chat_bubble التعليقات (0)

سجّل الدخول لإضافة تعليق

تسجيل الدخول

لا توجد تعليقات بعد. كن أول من يشارك رأيه!