Coder|ML|Security Researcher
Just a geek who is try to do something ¯\_(ツ)_/¯ ?.
Love to hack and explore new ML/NN domains.
package main
type Me struct{
Pronouns string
Code string
BestAndFavoriteSkill string
}
func main() {
me := &Me{
Pronouns: "He/Him",
Code: "Python/Golang/Javascript/Powershell/Bash",
BestAndFavoriteSkill: "Hacking & ML/NN :p"
}
_ = me
}