Skip to content
View University-11's full-sized avatar
πŸ₯Έ
focusing
πŸ₯Έ
focusing

Block or report University-11

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.

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
University-11/README.md
╔══════════════════════════════════════════════════════════════════════════════╗
β•‘                                                                              β•‘
β•‘      T  I  M  O  F  E  Y     B  O  R  I  S  E  N  K  O                       β•‘
β•‘      ────────────────────────────────────────────────                        β•‘
β•‘      data scientist Β· recommender systems Β· sequence models                  β•‘
β•‘                                                                              β•‘
β•‘                                                                              β•‘
β•šβ•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•
$ whoami
> timofey Β· @University-11
> python as reference, c++17 when i want

══════════════════════════════ current research ═══════════════════════════════
β”Œβ”€ 01 ──────────────────────────────────────────────────────────────────────────┐
β”‚                                                                               β”‚
β”‚   GEOMEMORY KERNEL                                                            β”‚
β”‚   ─────────────────                                                           β”‚
β”‚   hyperbolic geometry Β· streaming personalization Β· cover-tree retrieval      β”‚
β”‚                                                                               β”‚
β”‚   reference dataset .... MovieLens-1M                                         β”‚
β”‚   stack ................ pure python (ref) Β· c++17 (core)                     β”‚
β”‚                                                                               β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
β”Œβ”€ 02 ──────────────────────────────────────────────────────────────────────────┐
β”‚                                                                               β”‚
β”‚   SPECTRAL STATE MEMORY KERNEL                                                β”‚
β”‚   ────────────────────────────                                                β”‚
β”‚   linear-time scan Β· sparse associative memory Β· information-gain writes      β”‚
β”‚                                                                               β”‚
β”‚   reference datasets ... TinyStories (byte-level) Β· CIFAR-10 (patch stream)   β”‚
β”‚   stack ................ pure python Β· c++17 Β· int8 weights                   β”‚
β”‚                                                                               β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
β”Œβ”€ 03 ──────────────────────────────────────────────────────────────────────────┐
β”‚                                                                               β”‚
β”‚   SHEAF ENERGY KERNEL                                                         β”‚
β”‚   ───────────────────                                                         β”‚
β”‚   sparse constraint fields Β· equilibrium propagation Β· intrinsic auditing     β”‚
β”‚                                                                               β”‚
β”‚   reference datasets ... CIFAR-10 (patch graph) Β· MovieLens-1M (bipartite)    β”‚
β”‚   stack ................ pure python Β· c++17 Β· CSR sparse                     β”‚
β”‚                                                                               β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

$ ls -la ./tools

  python ........ reference implementations, never the bottleneck
  c++17 ......... performance cores, fixed-point where it matters
  numpy ......... when nothing else will do
  pytorch ....... occasional, never structural
  langchain ..... for the agent-side projects
  jupyter ....... where ideas first survive contact with data
$ ls -la ./fields

  recsys ........ ranking Β· retrieval Β· exposure Β· cold-start
  sequence ...... state-space Β· sparse memory Β· long-context economics
  geometric ml .. hyperbolic embeddings Β· sheaves Β· manifolds
  llm tooling ... rag Β· retrievers Β· agent memory

$ ./contact

  github ........ @University-11
  status ........ listening more than posting
  open to ....... readers Β· collaborators Β· paper trades

Popular repositories Loading

  1. Geometry-Kernel Geometry-Kernel Public

    in process

    C++ 1

  2. Spectral-State-Memory-Kernel Spectral-State-Memory-Kernel Public

    in process...

    C++ 1

  3. Sheaf-Energy-Kernel Sheaf-Energy-Kernel Public

    in process...

    C++ 1

  4. University-11 University-11 Public

    myself