Graph Theory - Shake hand problem - Combinatorics 01Story: Mr. Bean, Mrs. Bean and five couples meet in a party. They greet by shaking hands to each other iff they have not seen each other...
Python Warm-up 02 PandasPandas warm-up # Preparing data import pandas as pd data = [50,50,47,97,49,3,53,42,26,74,82,62,37,15,70,27,36,35,48,52,63,64] import...
Python Warm-up 01 NumpyNumpy warm-up data = [50,50,47,97,49,3,53,42,26,74,82,62,37,15,70,27,36,35,48,52,63,64] print(data) --- [50, 50, 47, 97, 49, 3, 53, 42,...
Doggy boots size recommendation - PBL 01 - Azure Data Scientist AssociateBackground: A client, a company which sells harnesses and doggy boots for avalanche-rescue dogs, finds that its customer often order the...
Azure - Machine Learning: Clustering (AI-FUNDA)Using Azure Machine Learning Studio Objective: Build clustering model to classify species of penguin. Data Source:...
Azure - Computer Vision: Image detection (AI-FUNDA)Using Azure Cognitive Service Objective: Detect objects, events, customer sentiment in a supermarket from images. 1. set up key and...
Azure - Machine Learning: Two-way Classification (AI-FUNDA)Using Azure Machine Learning Studio Objective: Train ML model to perform 2-way Classification for diabetes detection. Data Source: ...
Azure - Computer Vision: Receipt Analysis, Form Recognizer (AI-FUNDA)Using Azure Cognitive Service Objective: Perform Receipt Analysis on images of receipts 1. Employ Cognitive Service 2. Analyze the...
Azure - Computer Vision: OCR & Form Recognition (AI-FUNDA)Using Azure Cognitive Service Objective: Experience the Optical Character Recognition(OCR ) service in word recognition. 1. Employ Azure...
Azure - Computer Vision: Face Recognition (AI-FUNDA)Using Azure Cognitive Service Objective: Experience the face detection services. 1. Employ Azure Cognitive Service. 2. Detect faces in...
Azure - Computer Vision: Object Detection & Classification (AI-FUNDA)Using Azure Custom Vision Objective: Classify images of apple, orange and banana. Training images obtained from:...
Azure - Cosmos DB (DATA-FUNDA-03)Role: Data Engineer of a bike manufacture company Main Objective: Employ Azure non-relational database and storage, and file-sharing...