- Name: Kim sinhyun κΉμ ν
- University: Yonsei University
- Email: [email protected]
-
Machine Learning
- μμΈ μ§κ°μ μν₯μ λ―ΈμΉλ μ¨κ²¨μ§ μμΈμ μ°Ύμμ
-
C++ CUDA Programing:
- C++ CUDA Parallel Reduction Sum
- Source Code: https://github.com/kimsinhyun/MultiCore_GPU_Programing/tree/hw6
- Report: https://drive.google.com/file/d/1PboSiaiVV09v0By1DKGIQAiLXO9aoLP0/view?usp=sharing
- C++ CUDA Implement "VGG16" CNN Model
-
C++ Multi Core Programing
- Optimize Multi Core Porbing Hash Table
- Source Code: https://github.com/kimsinhyun/MultiCore_GPU_Programing/tree/hw2
- Report: https://drive.google.com/file/d/1ZkeAsSE2uaLk5c2wJe-xpJWZU-1hC2dE/view?usp=sharing
- Advanced Parallel Page Rank Algorithm with OpenMP
- Optimize Multi Core Porbing Hash Table
-
JAVA Implement mini C Compiler
- Scanner
- Parser
- Source Code: https://github.com/kimsinhyun/Compiler_Design_Parser
- AST Generator
- Static Semantic Analyser
- Code Generator
-
C++ OpenGL Simple 3D Pac-Man
- Source Code: https://github.com/kimsinhyun/opengl_finalPJ
-
Computer Vision
- Implementing 3 Filters & Fourier Transform with NumPy
- Source Code: https://github.com/kimsinhyun/computerVision_HW
- Implementing eigenface(svd) with NumPy
- Implement ResNet with PyTorch
-
Implementing Simple API with FastAPI
- Source Code: https://github.com/kimsinhyun/FastAPI-