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!
Python C++ C Java Kotlin Git Docker Solved.ac Profile
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 | Stars | Forks | Issues | Pull Requests |
| nntrainer | Software Framework for On-Device Training | Stars | Forks | Issues | Pull Requests |