<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Artificial intelligence ~ Egycet</title>
	<atom:link href="https://egycet.org/course_category/artificial-intelligence/feed/" rel="self" type="application/rss+xml" />
	<link>https://egycet.org/course_category/artificial-intelligence/</link>
	<description>Egyptian Company for Engineering Training</description>
	<lastBuildDate>Sun, 26 Apr 2026 07:00:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.10</generator>

<image>
	<url>https://egycet.org/wp-content/uploads/2022/02/favicon-150x150.webp</url>
	<title>Artificial intelligence ~ Egycet</title>
	<link>https://egycet.org/course_category/artificial-intelligence/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Natural Language processing</title>
		<link>https://egycet.org/course/natural-language-processing/</link>
		
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Thu, 15 Jun 2023 08:28:35 +0000</pubDate>
				<guid isPermaLink="false">https://egycet.org/?post_type=cource&#038;p=1998</guid>

					<description><![CDATA[<p>Natural Language processing (36h) String preprocessing (re) • Embedding &#38; Word2Vec • RNN • LSTM &#38; GRU • Text classification • LDA • Glove • Language Modeling • Text Generation • Auto correct • Text classification • LDA • ChatGPT</p>
<p>The post <a rel="nofollow" href="https://egycet.org/course/natural-language-processing/">Natural Language processing</a> appeared first on <a rel="nofollow" href="https://egycet.org">Egycet</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Natural Language processing (36h)</p>
<ul>
<li>String preprocessing (re)<br />
• Embedding &amp; Word2Vec<br />
• RNN<br />
• LSTM &amp; GRU<br />
• Text classification<br />
• LDA<br />
• Glove<br />
• Language Modeling<br />
• Text Generation<br />
• Auto correct<br />
• Text classification<br />
• LDA<br />
• ChatGPT</li>
</ul>
<p>The post <a rel="nofollow" href="https://egycet.org/course/natural-language-processing/">Natural Language processing</a> appeared first on <a rel="nofollow" href="https://egycet.org">Egycet</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Computer vision</title>
		<link>https://egycet.org/course/computer-vision/</link>
		
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Thu, 15 Jun 2023 08:25:21 +0000</pubDate>
				<guid isPermaLink="false">https://egycet.org/?post_type=cource&#038;p=1996</guid>

					<description><![CDATA[<p>Computer vison Course 80 HRS Module one: Numpy &#38; OpenCv (12h) NumPy o Create Numpy Array o Indexing o Array Attributes o Arithmetic and Logic o Aggregation Functions o Universal Array Functions o Linear Algebra with NumPy o Array Manipulation o Broadcasting and Vectorization o Random Module OpenCV o Read images o Color spaces o [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://egycet.org/course/computer-vision/">Computer vision</a> appeared first on <a rel="nofollow" href="https://egycet.org">Egycet</a>.</p>
]]></description>
										<content:encoded><![CDATA[<table width="100%">
<tbody>
<tr>
<td><strong>Computer vison Course 80 HRS</strong></td>
</tr>
</tbody>
</table>
<p>Module one: <strong>Numpy &amp; OpenCv (12h)</strong></p>
<p><strong>NumPy</strong><strong><br />
</strong>o Create Numpy Array<br />
o Indexing<br />
o Array Attributes<br />
o Arithmetic and Logic<br />
o Aggregation Functions<br />
o Universal Array Functions<br />
o Linear Algebra with NumPy<br />
o Array Manipulation<br />
o Broadcasting and Vectorization<br />
o Random Module</p>
<ul>
<li><strong>OpenCV<br />
</strong>o Read images<br />
o Color spaces<br />
o Operations on images<br />
o Image resizing, cropping, and rotation.<br />
o Image thresholding and binarization.<br />
o Smoothing and blurring<br />
o Morphological operations<br />
o Draw shapes<br />
o Contour detection<br />
o Edge detection<br />
o Cascade classifier<br />
o Video stream<br />
o Real-time detection<br />
o Object tracking</li>
</ul>
<p>Module Two: Artificial Neural Networks (8h)</p>
<ul>
<li>Difference between AI, DL, ML and ANN</li>
<li>Introduction to Neural Networks</li>
<li>Deep Learning with Pytorch</li>
<li>Linear Regression</li>
<li>Kaggle regression datasets</li>
<li>Gradient Descent</li>
<li>Deep layer neural network</li>
<li>Forward and Backward Propagation</li>
<li>Regularization and Dropout</li>
<li>Adam optimization algorithm</li>
<li>Tuning process</li>
<li>Transfer learning</li>
</ul>
<p><strong>Module Three: Deep learning Computer vision algorithms (60h)<br />
</strong></p>
<p><strong>Introduction to Computer Vision</strong></p>
<ul>
<li>Overview of computer vision and its applications.</li>
<li>Image representation (pixels, channels, and color spaces).</li>
<li>Image transformations (resizing, rotation, flipping).</li>
<li>Histogram equalization and image enhancement.</li>
</ul>
<p><strong>Convolutional Neural Networks (CNNs)</strong></p>
<ul>
<li>CNN Architecture</li>
<li>Padding &amp; Stride Convolutions</li>
<li>Pooling Layers</li>
<li>Activation functions</li>
<li>Convolutional Neural Networks &amp; Datasets</li>
<li>VGGNet, ResNet, Inception, MobileNet, and EfficientNet.</li>
<li>Concepts of residual connections and depthwise separable convolutions.</li>
<li>Transfer learning and pre-trained models.</li>
<li>Data augmentation</li>
<li>Overfitting handling</li>
<li>Generalization techniques</li>
</ul>
<p><strong>Image Classification</strong></p>
<ul>
<li>Binnary classification</li>
<li>Multiclass classification</li>
<li>Kaggle dataset and GPUs</li>
<li>Building and training models for image classification.</li>
<li>Evaluation metrics (accuracy, precision, recall, F1 score).</li>
<li>Handling imbalanced datasets in classification tasks.</li>
<li>Face Verification and Binary Classification</li>
<li>Attention Mechanisms in Vision</li>
<li>Self-attention and vision transformers (ViT).</li>
<li>Attention-based models for image classification .</li>
</ul>
<p><strong>Object Detection</strong></p>
<ul>
<li>Overview of object detection techniques.</li>
<li>Region-based CNNs (R-CNN, Fast R-CNN, Faster R-CNN).</li>
<li>Single-shot detectors (YOLO, SSD).</li>
<li>Non-max Suppression</li>
<li>YOLO Algorithm</li>
<li>Transformer with object detection</li>
<li>DETR algorithm</li>
<li>Object detection datasets</li>
<li>3D object detection</li>
<li>3D object detection datasets</li>
<li>Object detection trends</li>
</ul>
<p><strong>Semantic and Instance Segmentation</strong></p>
<p>&nbsp;</p>
<ul>
<li>Difference between semantic and instance segmentation.</li>
<li>Architectures like U-Net, DeepLab, and PSPNet.</li>
<li>Applications in medical imaging and autonomous vehicles.</li>
</ul>
<p><strong>Image Generation and Style Transfer</strong></p>
<ul>
<li>Generative Adversarial Networks (GANs)</li>
<li>Variational Autoencoders (VAEs).</li>
<li>Neural style transfer techniques.</li>
<li>CLIP (Contrastive Language-Image Pre-Training)</li>
</ul>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="https://egycet.org/course/computer-vision/">Computer vision</a> appeared first on <a rel="nofollow" href="https://egycet.org">Egycet</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Artificial Neural Networks</title>
		<link>https://egycet.org/course/artificial-neural-networks/</link>
		
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Thu, 15 Jun 2023 08:21:47 +0000</pubDate>
				<guid isPermaLink="false">https://egycet.org/?post_type=cource&#038;p=1993</guid>

					<description><![CDATA[<p>Artificial Neural Networks (20h) Difference between AI, DL, ML and ANN Introduction to Neural Networks Deep Learning with Pytorch Linear Regression Binary Classification Logistic Regression Gradient Descent Deep layer neural network Forward and Backward Propagation Regularization and Dropout Adam optimization algorithm Tuning process Multi Classification with Deep Learning Transfer learning</p>
<p>The post <a rel="nofollow" href="https://egycet.org/course/artificial-neural-networks/">Artificial Neural Networks</a> appeared first on <a rel="nofollow" href="https://egycet.org">Egycet</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Artificial Neural Networks (20h)</p>
<p>Difference between AI, DL, ML and ANN<br />
Introduction to Neural Networks<br />
Deep Learning with Pytorch<br />
Linear Regression<br />
Binary Classification<br />
Logistic Regression<br />
Gradient Descent<br />
Deep layer neural network<br />
Forward and Backward Propagation<br />
Regularization and Dropout<br />
Adam optimization algorithm<br />
Tuning process<br />
Multi Classification with Deep Learning<br />
Transfer learning</p>
<p>The post <a rel="nofollow" href="https://egycet.org/course/artificial-neural-networks/">Artificial Neural Networks</a> appeared first on <a rel="nofollow" href="https://egycet.org">Egycet</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Data Preprocessing &#038; OpenCv</title>
		<link>https://egycet.org/course/data-preprocessing-opencv/</link>
		
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Thu, 15 Jun 2023 07:58:20 +0000</pubDate>
				<guid isPermaLink="false">https://egycet.org/?post_type=cource&#038;p=1984</guid>

					<description><![CDATA[<p>Data Preprocessing &#38; OpenCv (24h) NumPy o Create Numpy Array o Indexing o Arithmetic and Logic o Universal Array Functions Pandas o Series o Data Frames o Data Input &#38; Output o Useful Methods o Apply function o Grouping data and aggregate functions o Merging, Joining and Concatenating o Pivoting OpenCV o Read images o [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://egycet.org/course/data-preprocessing-opencv/">Data Preprocessing &#038; OpenCv</a> appeared first on <a rel="nofollow" href="https://egycet.org">Egycet</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong>Data Preprocessing &amp; OpenCv (24h)</strong></p>
<p><strong>NumPy</strong><strong><br />
</strong>o Create Numpy Array<br />
o Indexing<br />
o Arithmetic and Logic<br />
o Universal Array Functions</p>
<ul>
<li><strong><br />
</strong><strong>Pandas</strong><strong><br />
</strong>o Series<br />
o Data Frames<br />
o Data Input &amp; Output<br />
o Useful Methods<br />
o Apply function<br />
o Grouping data and aggregate functions<br />
o Merging, Joining and Concatenating<br />
o Pivoting</li>
<li><strong>OpenCV<br />
</strong>o Read images<br />
o Color spaces<br />
o Operations on images<br />
o Draw shapes<br />
o Edge detection<br />
o Cascade classifier<strong><br />
</strong>o Video stream<br />
o Real time detection</li>
</ul>
<p>The post <a rel="nofollow" href="https://egycet.org/course/data-preprocessing-opencv/">Data Preprocessing &#038; OpenCv</a> appeared first on <a rel="nofollow" href="https://egycet.org">Egycet</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Machine learning</title>
		<link>https://egycet.org/course/machine-learning/</link>
		
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Thu, 15 Jun 2023 07:54:19 +0000</pubDate>
				<guid isPermaLink="false">https://egycet.org/?post_type=cource&#038;p=1983</guid>

					<description><![CDATA[<p>Machine learning Diploma 100 HRS Module one: Python Basics o why python? o python with AI and ML o Input &#38; Output o Variables o Data types o Boolean &#38; Comparison and Logic o If Conditions o For Loops o Built-in functions &#38; Operators o Numbers &#38; Math o Functions o Variables Scope o Modules [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://egycet.org/course/machine-learning/">Machine learning</a> appeared first on <a rel="nofollow" href="https://egycet.org">Egycet</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong>Machine learning Diploma 100 HRS</strong></p>
<p>Module one: Python</p>
<p><strong>Basics</strong><br />
o why python?<br />
o python with AI and ML<br />
o Input &amp; Output<strong><br />
</strong>o Variables<br />
o Data types<br />
o Boolean &amp; Comparison and Logic<br />
o If Conditions<strong><br />
</strong>o For Loops<br />
o Built-in functions &amp; Operators<br />
o Numbers &amp; Math<br />
o Functions<br />
o Variables Scope<br />
o Modules<br />
o Command Lines<br />
o File Handling<br />
<strong>Object-Oriented Programming (OOP)</strong><br />
o Strings<br />
o Special Functions<br />
o Classes<br />
o Inheritance<br />
o Regular expressions<br />
o Working with files<br />
o Python generators<br />
<strong>NumPy</strong><strong><br />
</strong>o Create Numpy Array<br />
o Indexing<br />
o Arithmetic and Logic<br />
o Universal Array Functions<strong><br />
</strong>•<strong>Pandas</strong><strong><br />
</strong>o Series<br />
o Data Frames<br />
o Data Input &amp; Output<br />
o Useful Methods<br />
o Apply function<br />
o Grouping data and aggregate functions<br />
o Merging, Joining and Concatenating<br />
o Pivoting<br />
Environment<br />
Jupyter Notebook<br />
GPU And Google Colab<br />
Anaconda<br />
• <strong>Project  (Analyze SF Salaries dataset from Kaggle)</strong><strong><br />
</strong>• <strong>Project  (Analyze Ecommerce Purchase dataset from Kaggle)</strong></p>
<p>Module Two: <strong>Data Preprocessing</strong></p>
<ul>
<li><strong>Feature Engineering and Extraction<br />
</strong>o Domain knowledge features<br />
o Date and Time features<br />
o String operations<br />
o Web Data<br />
o Geospatial features<br />
o Work with Text<br />
• <strong>Feature Transformations<br />
</strong>o Data Cleaning or Cleansing<br />
o Work with Missing data<br />
o Work with Categorical data<br />
o Detect and Handle Outliers<br />
o Deal with Imbalanced classes<br />
o Split data to Train and Test Sets<br />
o Feature Scaling<br />
o <strong>Project (Preprocess Loan data)</strong></li>
</ul>
<p>Module Three: Machine Learning</p>
<p><strong>Introduction to ML and Business cases<br />
</strong>o The difference between ML, Big data, Data analysis and Deep Learning<br />
o Linear Algebra and Statistics for ML<br />
o Data preprocessing<br />
<strong>Introduction to ML and Business cases<br />
</strong>o The difference between ML, Big data, Data analysis and<br />
Deep Learning<br />
o Linear Algebra and Statistics for ML<br />
o Data preprocessing<br />
<strong>Regression problem<br />
</strong>o Linear Regression<br />
o Multi-linear regression<br />
o Polynomial regression<br />
o K-nearest neighbour regression<br />
o Decision tree regression<br />
o Regression Evaluation Metrics<br />
<strong>Project  (Ecommerce Expenses Prediction)<br />
Project  (Kaggle Bike Demand Predictions)<br />
Project  (Kaggle Black Friday Purchase Predictions)</strong><br />
<strong>Classification problem<br />
</strong>o Logistic Regression<br />
o Naive Bayes<br />
o K-nearest neighbour classifier<br />
o Support vector machine (SVM)<br />
o Decision tree classifier<br />
o Ensemble learning<br />
o Classification Evaluation Metrics<br />
o Random Forests<br />
o XGBoost<br />
<strong>Project  (Predict Loan Approval Problem)<br />
Project  (Advertising Problem)<br />
Project  (Sentiment Analysis Problem)</strong><br />
<strong>Clustering Problems<br />
</strong>o Dimensionality reduction<br />
o K-means<br />
o DBSCAN<br />
o hierarchical clustering<br />
o Association Rules</p>
<p><strong>Model Selection and evaluation<br />
</strong>o Loss functions<br />
o Gradient descent<br />
o Bias-variance tradeoff<br />
o Cross-validation<br />
o Hyperparameter tuning</p>
<ul>
<li><strong> Project (Stock Market Prediction)</strong></li>
</ul>
<p>The post <a rel="nofollow" href="https://egycet.org/course/machine-learning/">Machine learning</a> appeared first on <a rel="nofollow" href="https://egycet.org">Egycet</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Python</title>
		<link>https://egycet.org/course/python/</link>
		
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Mon, 07 Feb 2022 12:49:29 +0000</pubDate>
				<guid isPermaLink="false">https://egycet.org/?post_type=cource&#038;p=1005</guid>

					<description><![CDATA[<p>Course content : 24 hr History why python? python with AI and ML Input &#38; Output Variables Boolean &#38; Comparison and Logic If Conditions For Loops Data types Strings Lists Tuples Sets Dictionaries Numbers &#38; Math Built-in functions &#38; Operators (zip, enumerate, range, …) Functions Variables Scope Anaconda Environment Jupyter Notebook Command Line Git &#38; [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://egycet.org/course/python/">Python</a> appeared first on <a rel="nofollow" href="https://egycet.org">Egycet</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Course content : 24 hr</p>
<p>History</p>
<p>why python?<br />
python with AI and ML<br />
Input &amp; Output<strong><br />
Variables<br />
Boolean &amp; Comparison and Logic<br />
If Conditions<br />
For Loops<br />
Data types</strong></p>
<ul>
<li>Strings</li>
<li>Lists</li>
<li>Tuples</li>
<li>Sets</li>
<li>Dictionaries</li>
</ul>
<p>Numbers &amp; Math<br />
Built-in functions &amp; Operators (zip, enumerate, range, …)<br />
Functions<br />
Variables Scope<br />
Anaconda Environment<br />
Jupyter Notebook<br />
Command Line<br />
Git &amp; GitHub<br />
<strong>GPU And Google Colab</strong><br />
<strong>Object-Oriented Programming (OOP)</strong></p>
<ul>
<li>Classes &amp; Objects</li>
<li>Data Hiding and Encapsulation</li>
<li>Inheritance</li>
<li>Exceptions</li>
</ul>
<p>The post <a rel="nofollow" href="https://egycet.org/course/python/">Python</a> appeared first on <a rel="nofollow" href="https://egycet.org">Egycet</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Deep Learning</title>
		<link>https://egycet.org/course/deep-learning/</link>
		
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Mon, 07 Feb 2022 12:41:12 +0000</pubDate>
				<guid isPermaLink="false">https://egycet.org/?post_type=cource&#038;p=987</guid>

					<description><![CDATA[<p>Deep Learning diploma  80 HR Module one: Python why python? python with AI and ML Input &#38; Output Variables Data types Boolean &#38; Comparison and Logic If Conditions For Loops Built-in functions &#38; Operators Numbers &#38; Math Functions Variables Scope Modules Command Lines File Handling Anaconda Environment Jupyter Notebook GPU And Google Colab Object-Oriented Programming [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://egycet.org/course/deep-learning/">Deep Learning</a> appeared first on <a rel="nofollow" href="https://egycet.org">Egycet</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong>Deep Learning diploma  80 HR</strong></p>
<p><strong>Module one: Python</strong></p>
<p>why python?<br />
python with AI and ML<br />
Input &amp; Output<strong><br />
</strong>Variables<br />
Data types<br />
Boolean &amp; Comparison and Logic<br />
If Conditions<strong><br />
</strong>For Loops<br />
Built-in functions &amp; Operators<br />
Numbers &amp; Math<br />
Functions<br />
Variables Scope<br />
Modules<br />
Command Lines<br />
File Handling<br />
Anaconda Environment<br />
Jupyter Notebook<br />
GPU And Google Colab<br />
Object-Oriented Programming (OOP)</p>
<p><strong>Module Two: Artificial Neural Networks</strong></p>
<p>Difference between AI, DL, ML and ANN</p>
<p>Introduction to Neural Networks</p>
<p>Binary Classification</p>
<p>Logistic Regression</p>
<p>Gradient Descent</p>
<p>Deep layer neural network</p>
<p>Forward and Backward Propagation</p>
<p>Regularization and Dropout</p>
<p>Adam optimization algorithm</p>
<p>Tuning process</p>
<p>Multi Classification with Deep Learning</p>
<p>Deep Learning with TensorFlow And Keras</p>
<p>Transfer learning</p>
<p>Projects</p>
<p><strong>Module Three: Convolutional Neural Networks</strong></p>
<p>Introduction to Computer Vision</p>
<p>CNN Architecture</p>
<p>Padding &amp; Strided Convolutions</p>
<p>Pooling Layers</p>
<p>Convolutional Neural Networks &amp; Datasets</p>
<p>Object Detection</p>
<p>Non-max Suppression</p>
<p>YOLO Algorithm</p>
<p>Face Verification and Binary Classification</p>
<p>Docker Container</p>
<p>The post <a rel="nofollow" href="https://egycet.org/course/deep-learning/">Deep Learning</a> appeared first on <a rel="nofollow" href="https://egycet.org">Egycet</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
