Skip to content
View asaldelkhosh's full-sized avatar
๐Ÿ’ก
Learning
๐Ÿ’ก
Learning

Organizations

@asaldelkhos-mini-projects
Block or Report

Block or report asaldelkhosh

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

logo


๐Ÿ˜„ Hi, my name is Asal

I am 23 years old Mathematics and Computer Science student at Amirkabir University of Tehran, Iran. I work as a Data Scientist and ML Engineer. As a Computer Science student I'm intrested in data science and computational intelligence topics. But I started my career as a graphics designer ๐Ÿ˜‡ . I'm a professional designer with 3 years of experience. ๐Ÿ˜Ž .


# What am I?
class Me(Human):
  def __init__(self):
    super().__init__("Asal Delkhosh", "Girl", 22)
    self.love = "Choco"
    self.job = "Data Science" 
    self.hopeful = True
    self.intrests = ["Python", "ML", "Graphic Design", "Food"]



# start life program
if __name__ == "__main__":
  # create instance of me
  me = Me()
  # life loop
  while me.is_alive():
    me.work_hard()
    
    if me.disappointed() or me.tired():
      me.see_my_love()
    
    me.eat()
    me.sleep()
    me.eat_again()

Fields of intrest

  • ๐Ÿ‘ถ Machine Learning
  • ๐Ÿง  Computational Intelligence
  • ๐Ÿ’ป Deep Learning
  • ๐Ÿงฎ Data Analysing
  • ๐ŸŽฎ Artificial Intelligence
  • ๐Ÿ† Data Science

Skills


c cpp python r juptyer git latex matlab

tensorflow numpy pandas anaconda

vscode atom github kaggle


Let's listen together ๐ŸŽง

Spotify

Pinned Loading

  1. Neural-Network Neural-Network Public

    A neural network with the ability of customizing hidden layers and hidden nodes.

    Python 8

  2. Pima-Indians Pima-Indians Public

    Implementing a keras model for diabetes recognition.

    Python 6

  3. URL-Shortener URL-Shortener Public

    Creating a URL shortener with Python and SQL.

    JavaScript 6

  4. CIFAR10-Photos-Classification CIFAR10-Photos-Classification Public

    Develop a CNN from scratch for CIFAR-10 photo classification.

    Python 6

  5. MNIST-Classification MNIST-Classification Public

    Building a deep learning model for recognizing handwritten numbers.

    Jupyter Notebook 4

  6. Line-Recommendation Line-Recommendation Public

    Routes recommendation system in Snappline!

    Jupyter Notebook 2