Skip to content
View aaryadevg's full-sized avatar
☺️
☺️
Block or Report

Block or report aaryadevg

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

Hello there, My name is...

Aaryadev Ghosalkar

# About Me
def me() -> dict[Str, Any]:
  about = {
    "Bio 👨‍💻"                 : "An AI / Science / Math enthusiast based in India",
    "Occupation 🏫"          : "Post Graduate Student at Pune University"
    "Working_on 🛠"          : "Implementing a Physics Informed Neural Network", # An AI to approximate differential equations
    "Favourite_book 📘"      : 1984, # By Gorge Orwell
    "Favourite_sport ⚽️"     : "F1" # Team McLaren always
  }

  return about
 
 # My, Skills
 def skills() -> dict[Str, List[Str]]:
  skills = None # 🙁 Unfortunetly
  
  # Ok, Jokes aside
  skills = {
    "programming_languages"   : ['Python', 'Java', 'C#'],
    "technologies_used"       : ['Pytorch', 'Numpy', 'Pandas', 'Flask', 'ASP.net', 'SQL Server', 'SQL Lite'],
    "tools_used"              : ['Bash', 'Vscode', 'git', 'github', 'jupyter notebooks'],
    "Want_to_learn"           : ['FastAPI', 'React']
  }
  return skills

Some Projects

Github Stats 📈


Contact me 👋

aaryadev ghosalkar linked in

Pinned

  1. PytorchPINN PytorchPINN Public

    Implementation of physics informed neural networks in pytorch

    Jupyter Notebook 9 1

  2. Autograd Autograd Public

    Simple Automatic differentiation system written in java

    Java 2