class AboutMe:
"""
Hey, I'm Clément, a Linux power-user, with a Ph.D. in neurosciences.
I'm a tech enthusiast, I like scripting and automating everything,
I love open source, and open science. I write papers on AI.
Previously worked in: Android Reverse Engineering (SMALI),
Neuroinformatics.
Currently working in: AI (Computer Vision).
"""
def __init__(self):
self.has_phd: bool = True
self.phd_fields: List[str] = ["neurosciences", "deep learning", "computer vision"]
def get_expertise(self) -> Dict[List[str]]:
return {
"fields": [
"machine and deep learning",
"computer vision",
"neurosciences",
"web development",
"native development",
"devops",
"sysadmin",
"reverse engineering",
"computer hardware"
],
"tools": [
"pytorch", "tensorflow", "archlinux", "vim", "kitty", "zsh"
],
"languages": [
"python", "(java/type)script", "julia", "dart", "html", "css", "smali", "lua"
]
}
def get_interests(self) -> List[str]:
return [
"learning new skills everyday",
"conducting scientific experiments",
"tweaking my linux distro",
"dismantling computers",
"philosophy (hi, Nietzsche!)"
]
def get_future_goals(self) -> str:
return "Develop expertise in Quantum Computing, and QML."
-
Notifications
You must be signed in to change notification settings - Fork 0
clementpoiret/clementpoiret
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published