Skip to content
View iman2693's full-sized avatar
๐Ÿ 
Working from home
๐Ÿ 
Working from home
  • Tehran, Iran

Block or report iman2693

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

Hi there ๐Ÿ‘‹

Iman's Linkedin

visitors
GIF

class ComputerScientist:
    def __init__(self,name,role):
        self.name = name
        self.role = role
    def __str__(self):
        return f"Hey Guys. I'm {self.name} and a {self.role}"

Me = ComputerScientist("Iman Kianian"\
    , "Computer Scientist")
print(Me)

๐Ÿ“ซ How to reach me: imankianian.cs@gmail.com
๐Ÿ’ฌ Visit my webpage at: https://imankianian.ir

Pinned Loading

  1. ML-UTCS-2021 ML-UTCS-2021 Public

    Machine Learning Assignments - University of Tehran - Fall 2021 to Winter 2022

    Jupyter Notebook 4

  2. 8-Puzzle 8-Puzzle Public

    8-Puzzle Solver with DFS , BFS , IDS , UCS , A* , IDA* , Bidirectional A* strategies With Linear Conflict Hiruestic Function

    Java 4

  3. Grid-World-Game-MDP-Value-Iteration Grid-World-Game-MDP-Value-Iteration Public

    Grid World Game with Value Iteration method (MDP)

    Python 4

  4. Multivariable-Regression Multivariable-Regression Public

    This was one of our assignments for machine learning course at the University of Tehran

    Jupyter Notebook 4

  5. CTCB CTCB Public

    This is the repository for the CTCB project

    Jupyter Notebook 5 1

  6. POS-Tagging-BERT POS-Tagging-BERT Public

    Part of Speech Tagging for persian dataset using ParsBert and Multilingual BERT

    Jupyter Notebook 4