Hi there! ๐ I am a researcher and developer at Samsung Research, contributing to open source projects such as nnstreamer and nntrainer. I'm also actively involved in developing technologies that support on-device learning. When developing, I like to apply algorithms to improve the efficiency of programs. Learn more about me below!
class Hyungjun():
def __init__(self):
self.name = "Hyungjun Seo"
self.username = "SeoHyungJun"
self.location = "Seoul, South Korea"
self.blog = "0902.tistory.com"
self.set_careers()
def set_careers(self):
self.careers = [
{"company": "Samsung Research", "position": "Researcher", "duration": "2022.06-present"},
{"company": "Hyundai Mobis", "position": "Researcher", "duration": "2021.03-2022.06"}
]
def __str__(self):
return self.name
if __name__ == '__main__':
me = Hyungjun()
๐ Projects | ๐ Description | โญ Stars | ๐ด Forks | ๐ง Issues | ๐ฌ Pull Requests |
---|---|---|---|---|---|
nnstreamer | Neural Network Support as Gstreamer Plugins | ||||
nntrainer | Software Framework for On-Device Training |