Skip to content
View Hiroaki-K4's full-sized avatar

Block or report Hiroaki-K4

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Hiroaki-K4/README.md

Hi there 👋 I'm Hiroaki Kubo 🏄‍♂️

  • 🚀 I want to contribute to expanding humanity's potential.
  • 👁️ I'm good at computer vision related algorithms and machine learning.
  • ❤️ The programming language I often use are C++, Python and C.
  • 😎 Lately I've been interested in NeRF and 3DGS.
  • 💬 Media(LinkedIn, Medium)

🌱Personal projects🌱

Repositories of personal development and related articles I wrote.

3D computer vision

Implementation of 3D computer vision

Implemention of 3D rotation


Machine learning

Building a multilayer perceptron from scratch

🌿PRML

Implementation of pattern recognition and machine learning

Implementation of common spatial pattern algorithm(CSP)

🌿DSLR

Befriend logistic regression

Simple linear regression


Optimization

Mastering Optimization


Computer graphics

Shaders for complex object rendering

Reproducing human movements using hierarchical modeling and matrix stack manipulation

🌿ft_vox

Minecraft-like voxel engine using procedural generation

🌿cub3D

Building a raycasting game from scratch

Random terrain using perlin noise

🌿FdF

The representation in 3D of a landscape

Befriend with OpenGL

🌿SCOP

Basic GPU rendering with OpenGL


C++

C++ STL container


Unix

As beautiful as a shell


Web

Web server like Nginx


Others

High speed darknet running on ROS

I love 42Tokyo.


💪Projects at work💪

I have developed image recognition algorithms for automation and remote reinforcement inspection.

I developed object detection and object tracking algorithms for automated security robots.


✨My stats✨

Overview Top launguages by repo Top launguages by commit Stats Commits per day by hour(UTC)

Pinned Loading

  1. 3d_computer_vision 3d_computer_vision Public

    Implementation of 3D computer vision

    Python 26 6

  2. multilayer_perceptron multilayer_perceptron Public

    Building a multi layer perceptron from scratch

    Python 7 2

  3. func_opt func_opt Public

    Mastering Optimization

    Python 2 1

  4. PRML PRML Public

    Implementation of pattern recognition

    Python 2

  5. 3d_rotation 3d_rotation Public

    Implemention of 3D rotation

    Python 1

  6. ft_vox ft_vox Public

    Minecraft-like voxel engine using procedural generation

    C