Skip to content
View bharathr98's full-sized avatar

Block or report bharathr98

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

Hi, I'm Bharath 👋

I am a 4th year PhD student in theoretical physics at the University of Geneva and a COAS at CERN Geneva.

At the moment, allowed boundary conditions in two dimensional conformal field theories keeps me awake during the day, and ML alignment keeps me awake during the night. In the past I have dabbled in the stringy aspects of AdS/CFT and flat space holography. To see more about my work, I invite you to visit my Google Scholar profile.

I like to do a lot of mini projects as a way to understand how a lot of the software I use on a daily basis works. You can find all of them in the miniX repository. Some illustrative samples of these are

  • miniLLM - An annotated implementation of Transformers from Attention Is All You Need using PyTorch.
  • minigrep - An implementation of grep, which uses the Boyer-Moore string search algorithm. Written in C.
  • minitorch - An implementation of strided tensors, a key datastructure used for multidimensional data and famously used in PyTorch and Boost.MultiArray. Written in C++.

Please be aware that these are projects to understand the concept behind something and thus are not meant to be replacements. Please be sensible enough to not use them in any production environment.

Pinned Loading

  1. sdpb sdpb Public

    Forked from davidsd/sdpb

    A semidefinite program solver for the conformal bootstrap.

    C++