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🌙

I'm a high school student in Japan who dotes on Common Lisp. I am also working as an AI Engineer on Deep Learning Compiler and Quantization. Currently working on building some deep learning ecosystems on Common Lisp including cl-waffe2 and AbstractTensor.lisp.

(make-instance 'hikettei
    :name (apply #'whichever-you-like `(:rulia :hikettei))
    :languages '((:japanese . "mother tongue")
                 (:english  . "Typo Expert"))
    :interests '((:common-lisp . "I have 2~3 years of experience")
                 (:nlp         . NIL)
                 (:transformer . NIL)
                 (:deep-learning . NIL)
                 (:scientific-computing . NIL))
    :e-mail "<ichndm@gmail.com> Feel free to contact me if you have any :)")

Links

Blog Posts

Talks

Stats

Anurag's GitHub stats

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