Skip to content
View iamshant's full-sized avatar

Block or report iamshant

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
iamshant/README.md
#!/usr/bin/python
# -*- coding: utf-8 -*-


class MLEngineer:

    def __init__(self):
        self.name = "Naim Shant"
        self.role = "Machine Learning Practioner, Python Deveoloper"
        self.language_spoken = ["Bangla", "en_US"]

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


me = MLEngineer()
me.say_hi()

Hey👋, I'm Naim Shant !:computer:

I am a deep learning and machine learning practitioner and learner. I am here to solve things, Learning a lot in the process.

Updates:

  • 👯 I’m looking to collaborate on Data Science, Machine Learning and Deep Learning
  • I’m also working on a Research paper related to Deep Learning and Power.

Find me around:

Language and Tools

Top Languages Naim's GitHub Stats

Quick Access:

- Fast.ai : 

​```python
!pip install -Uqq fastbook
import fastbook
fastbook.setup_book()

Popular repositories Loading

  1. utilities utilities Public

    Jupyter Notebook 2 1

  2. paper_and_project_implementation paper_and_project_implementation Public

    Implementation of papers and other projects

    Jupyter Notebook 2

  3. bangla_image_captioning_2 bangla_image_captioning_2 Public

    Jupyter Notebook 1

  4. fastbook fastbook Public

    Forked from fastai/fastbook

    Draft of the fastai book

    Jupyter Notebook

  5. howto100m howto100m Public

    Forked from antoine77340/howto100m

    Code for the HowTo100M paper

    Python

  6. nlp-tutorial nlp-tutorial Public

    Forked from graykode/nlp-tutorial

    Natural Language Processing Tutorial for Deep Learning Researchers

    Jupyter Notebook