Giter Site home page Giter Site logo

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: [email protected]
πŸ’¬ Visit my webpage at: https://imankianian.ir

Iman Kianian's Projects

8-puzzle icon 8-puzzle

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

calculator-btree icon calculator-btree

A Calculator with BTree and all tree traversals(Inorder, Preorder and Postorder)

cpu-schedular icon cpu-schedular

Cpu schedular Simulator program with FCFS , LCFS , RR , SJF and SRTF strategies using python and matplotlib

ctcb icon ctcb

This is the repository for the CTCB project

gdsm icon gdsm

A repository for the project of brain age estimation

lda_implementation icon lda_implementation

LDA implementation for machine learning course. LDA is used for dimensionality reduction and classification

ml-utcs-2021 icon ml-utcs-2021

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

perceptron-linear-classification icon perceptron-linear-classification

This is one of our assignments for machine learning course at the University of Tehran. A two class classification was implemented by python from scratch

pos-tagging-bert icon pos-tagging-bert

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

sat-solver icon sat-solver

This project is a way to find satisfiability of logical propositions .

service-provider icon service-provider

Service-Provider Project For advance programming course . this project written by jdk8 and javafx.

text-classification-svd-lsa icon text-classification-svd-lsa

Text Classification on the PERSICA dataset with SVD (LSA) and different classical classification methods such as SVM and NaΓ―ve Bayes

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.