Skip to content
View tail-call's full-sized avatar
🐚
Conch in the Shell
🐚
Conch in the Shell

Block or report tail-call

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
tail-call/README.md

λ π η • 𝐠𝐢𝐭𝐡𝐮𝐛.𝐜𝐨𝐦/𝐭𝐚𝐢𝐥-𝐜𝐚𝐥𝐥 • 𝓌

gistsitch.io  ︙ codeberg 𒑱

🦎 关于 me

I'm a machine learning/data science practitioner.

I hold a Master's degree in Electrical Engineering, specializing in low-level programming and bare-metal systems for efficient computation.

I am also a huge functional programming geek so I talk about lambdas a lot.

I seek meaning in systems, both digital and human.

📑 Useful Science Links

Browse papers on these websites daily and you will become... more read

𐄳 Cool blogs / personal websites / pages / etc

Websites closer to the top have shaped me, those closer to the bottom are mostly ones I fond worth sharing, ummm, yeah I guess there you have it

⦿ ◀

Maria's Secret Stash of Extra Links

Congratulations! You found it

;; about-me.lisp

(defclass maria (software-developer data-scientist new-age-neo-hippie lisp-geek)
  ((editors :initform '(:nvim :emacs :vs-code))
   (favorite-programming-languages
    :initform '(:python :scheme :lua :swift :typescript))
   (interests
    :initform '(:mathematics :machine-learning :computer-graphics :compilers :philosophy))
   (hobbies :initform '(:composing-music :journaling :hiking :meditation :singing :poetry))))

(defmethod likes-p ((os t) (self maria))
  t)

(defmethod likes-p ((os (eql :windows)) (self maria))
  nil)

📝 Notable READMEs

𑁣 Important links

🍏 Apps I like (macOS only)

🧠 Formerly Greatest ML Links Of Existence

🪩 NeurIPS 新建s

{ $$\mathrm{NeurIPS 2024 Dates}$$ ∈ [10 Dec 2024, 15 Dec 2024] } is over

Pinned Loading

  1. Research Research Public

    A collection of my Jupyter notebooks which you may freely browse and use for your own enjoyment and/or education.

    Jupyter Notebook

  2. LISA-ITMO/CGT4NN LISA-ITMO/CGT4NN Public

    Compositional Game Theory for Neural 网络s

    Jupyter Notebook 4 3

  3. mandelbrot-set mandelbrot-set Public

    A pretty Mandelbrot set visualization in TypeScript. Not to be confused with mandelbrot-get.

    TypeScript

  4. tail-call.github.io tail-call.github.io Public

    https://tail-call.github.io/

    HTML

  5. MariaLinearAlgebra MariaLinearAlgebra Public

    Smalltalk library for computational algebra, calculus, and statistics

    Smalltalk

  6. ml-from-scratch ml-from-scratch Public

    Algorithms for data science

    Jupyter Notebook