bakar10
I'm a Fresh graduate Ai engineer from Faculty of Computers and artificial intelligence at Cairo University
Egypt
Pinned Repositories
Address-Book-Program
Address-Book-Program
Automation-Flows
This service utilizes the Automation-SDK package to help users build custom flows using flow steps. Users can easily create and configure automated workflows tailored to their specific needs by writing code snippets that leverage the flow steps provided by the Automation-SDK package
bakar10
Crop-Pest-Detection-and-Analysis-
A Model for Crop Pest Detection and Analysis using Pyke
Deep-Learning-Models-for-Image-Classification
This repository contains implementations of various machine learning models for image classification tasks, including Convolutional Neural Networks (CNNs) and Transfer Learning models.
IMAGITALE
MachineLearning
This repository contains several machine learning projects implemented in Python. Each project focuses on different datasets and algorithms, providing insights into various aspects of machine learning.
NLP
This repository contains Python scripts for text processing and generation tasks. The scripts leverage various techniques such as data fetching, text preprocessing, and text generation using machine learning models.
PCA-and-Feature-Extraction-on-IRIS
Principal Component Analysis (PCA) is a popular dimensionality reduction technique used in machine learning and data analysis. It aims to reduce the dimensionality of high-dimensional data while preserving its variance and important features. PCA identifies the principal components of the data, which are linear combinations of the original features
Problem-Solving
bakar10's Repositories
bakar10/NLP
This repository contains Python scripts for text processing and generation tasks. The scripts leverage various techniques such as data fetching, text preprocessing, and text generation using machine learning models.
bakar10/Address-Book-Program
Address-Book-Program
bakar10/Automation-Flows
This service utilizes the Automation-SDK package to help users build custom flows using flow steps. Users can easily create and configure automated workflows tailored to their specific needs by writing code snippets that leverage the flow steps provided by the Automation-SDK package
bakar10/bakar10
bakar10/Crop-Pest-Detection-and-Analysis-
A Model for Crop Pest Detection and Analysis using Pyke
bakar10/Deep-Learning-Models-for-Image-Classification
This repository contains implementations of various machine learning models for image classification tasks, including Convolutional Neural Networks (CNNs) and Transfer Learning models.
bakar10/IMAGITALE
bakar10/MachineLearning
This repository contains several machine learning projects implemented in Python. Each project focuses on different datasets and algorithms, providing insights into various aspects of machine learning.
bakar10/PCA-and-Feature-Extraction-on-IRIS
Principal Component Analysis (PCA) is a popular dimensionality reduction technique used in machine learning and data analysis. It aims to reduce the dimensionality of high-dimensional data while preserving its variance and important features. PCA identifies the principal components of the data, which are linear combinations of the original features
bakar10/Problem-Solving
bakar10/Testing-Sorting-Algorithms
In this program, we will develop classes to use for testing two sorting algorithms (Selection and Quick sort)