Skip to content
View hikettei's full-sized avatar
Block or Report

Block or report hikettei

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
hikettei/README.md

hikettei🌙

hikettei is an 18yo Japanese student with a deep love for Common Lisp. I have a strong interest in deep learning compiler technology and develop scientific computing libraries, such as cl-waffe2, as a hobby using Common Lisp. My career as an AI engineer began with quantization and deep learning compilers. Currently, I am also involved in developing compilers using C++/Python etc. My current goal is to implement a better ecosystem for deep learning on Common Lisp, including a versatile/tiny/modular/fastest/abstract deep learning system with minimal dependencies.

(make-instance 'hikettei
    :name (apply #'whichever-you-like `(:rulia :hikettei))
    :languages '((:japanese . "mother tongue")
                 (:english  . "Known as typo expert"))
    :pronoun "he/him")

📎 Links

🏆 Awards

  • U22 Programming Contest (one of the famous contests in Japan), METI Minister's Award.

🗒️ Talks

📈 Stats

Anurag's GitHub stats

Top Langs

Pinned

  1. cl-waffe2 cl-waffe2 Public

    [Experimental] Graph and Tensor Abstraction for Deep Learning all in Common Lisp

    Common Lisp 119 5

  2. AbstractTensor.lisp AbstractTensor.lisp Public

    [WIP] 受験生が息抜きで書いてる深層学習コンパイラ

    Common Lisp 3

  3. cl-onnx cl-onnx Public

    [WIP] CLI-Complete ONNX Graph Manipulator for Common Lisp (dedicated to my personal usage)

    Common Lisp 1

  4. cl-tqdm cl-tqdm Public

    Simple and Fast ProgressBar Library for Common Lisp. (Reimplementation of cl-cram)

    Common Lisp 11 1

  5. cl-metal cl-metal Public

    [WIP] Common Lisp meets Apple Silicon GPU

    Common Lisp 6 1

  6. Lunatic Lunatic Public

    My personal survey of Maddness (Multiplying Matrices without multiplying) with a reimplementation on Python/C++/Numba

    Python