Skip to content
View Negin-Mashhadi's full-sized avatar

Block or report Negin-Mashhadi

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

Hey, Negin Here!

💻 Technologies I Love

  • Deep Learning
  • Machine Learning
  • Data Science

Who am I?

class WhoAmI:
	user = 'Negin Mashhadi'
   	current_edu = "Earthquake Engineering, University of Tehran, Iran"
   	hobbies = [
   			'Playing Piano',
   			'Reading Books',
   			'Looking for something new to learn'
   		]
   
   
   def Ambitions():
   	LearnJapanese()
   	CreateMyOwnCourse()
   	WriteSkillfully()
   	# Assume some more awesome ambitions here!!  ;)
   

Current Works

  • I'm currently working on 🔭 building a CNN combined with metaheuristic optimization techniques for structural damage detection, and working up on my skills 🌱 in Python Programming as well.


Other Stuff

  • :octocat: My Resume
  • My LinkedinPage
  • If you like this file, feel free to go ahead and use it for yourself! (P.S. Star it too!!:grimacing: )

STAY COOL!

Popular repositories Loading

  1. python-basics-exercises python-basics-exercises Public

    Forked from realpython/python-basics-exercises

    Python Basics: A Practical Introduction to Python 3

    Python

  2. Negin-Mashhadi Negin-Mashhadi Public

    just a few things about me!

  3. PyFEM PyFEM Public

    Forked from jjcremmers/PyFEM

    A Python finite element code

    Python

  4. Neural-Net-basic Neural-Net-basic Public template

    A basic implementation of a neural network (one hidden layer) in Python, using numpy and matplotlib libraries

    Python