Skip to content
View anas-zafar's full-sized avatar
๐ŸŽ‡
Computer Vision
๐ŸŽ‡
Computer Vision
  • FAST NUCES
  • Karachi
Block or Report

Block or report anas-zafar

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
anas-zafar/README.md

Hello Folks! ๐Ÿ‘‹

!/usr/bin/python
-*- coding: utf-8 -*-

class ResearchEngineer:

def __init__(self):
    self.name = "Anas Zafar"
    self.role = "Research Engineer"
    self.researchinterests = ["Computer Vision", "Natural Language Processing","Deep Reinforcement Learning"]
    self.deeplearning = ["PyTorch","Tensorflow", "Keras"]
    self.machineLearning = ["Pandas", "Numpy", "Scipy", "Spacy", "Octave", "Jupyter"]

def say_hi(self):
    print("Thanks for dropping by, hope you find some of my work interesting.")
    
    me = ResearchEngineer()
    me.say_hi()

Website LinkedIn github Twitter Medium

EEML 2021

Popular repositories Loading

  1. LLM-Survey LLM-Survey Public

    The official GitHub page for the survey paper "A Survey on Large Language Models: Applications, Challenges, Limitations, and Practical Usage".

    22 4

  2. SSAMAN SSAMAN Public

    The official GitHub page for the paper "Single Stage Adaptive Multi-Attention Network for Image Restoration"

    12

  3. Fake-Face-Generator-Using-DCGAN-Model Fake-Face-Generator-Using-DCGAN-Model Public

    Training a Deep Convolutional Generative Adversarial Network(DCGAN) model on a dataset of faces to detect if the image is real or not

    Jupyter Notebook 2

  4. TIme-Series-Analysis-using-GARCH-and-LSTM TIme-Series-Analysis-using-GARCH-and-LSTM Public

    Time Series Analysis following a hybrid approach using GARCH and LSTM Model

    Jupyter Notebook 2

  5. Time-Series-Analysis-using-ARIMA-Model Time-Series-Analysis-using-ARIMA-Model Public

    Time Series Analysis using ARIMA Model of bit coin price prediction

    Jupyter Notebook 2

  6. Video-Summarization-Using-Attention Video-Summarization-Using-Attention Public

    Python 2