Skip to content
View ahmed141's full-sized avatar
:octocat:
Doing Magic
:octocat:
Doing Magic
  • Visionet Systems Ltd. | UpSurge
  • Lahore, Pakistan
  • 11:33 (UTC +05:00)
  • LinkedIn in/ahmedshahzad141

Highlights

  • Pro

Block or report ahmed141

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ahmed141/README.md

Hi there, I'm Ahmed! 👋

Principal Data Engineer @ Systems Ltd @Ex Northbay @Ex Neighborhoods
Data/Analytics/Machine Learning/Software Engineer!

umararfeen/

import os

def greet():
    print(f"Welcome {os.popen('whoami').read().strip()}!! 👋")

Learning and Implementing

https://www.linkedin.com/in/ahmedshahzad141/

Pinned Loading

  1. AI-Coding AI-Coding Public

    This repository contains the code for different problems that I have worked on, The solutions are distributed based on language and domain

    Jupyter Notebook 1 2

  2. OCR-onPDF-MedicalData OCR-onPDF-MedicalData Public

    A “hybrid” service model, in which client-sent records are processed and coded via automated IP of OCR / NLP / CV

    Jupyter Notebook

  3. Data-Science--Cheat-Sheet Data-Science--Cheat-Sheet Public

    Forked from georgearun/Data-Science--Cheat-Sheet

    Cheat Sheets

    2

  4. Scrapping-Amazon-Products-Python Scrapping-Amazon-Products-Python Public

    Automated system developed to scrape Amazon product data with diversity of categories and attributes.

    Python

  5. pySpark MLlib's model design and tra... pySpark MLlib's model design and training
    1
    layers = [4, 5, 6, 3]
    2
    mlpc = MultilayerPerceptronClassifier(layers = layers, blockSize = 32, seed = 4, solver='gd')
    3
    model = mlpc.fit(trainSet)
  6. Instagram-Profile-Classifier-NLP Instagram-Profile-Classifier-NLP Public

    The Instagram scrapped data with a profile name and biography was used to decide whether that account is owned by an individual or not using Deep Learning NLP techniques.

    Jupyter Notebook 1