Skip to content
View deniscalin's full-sized avatar
  • Google
  • SF Bay Area, CA
  • 21:40 (UTC -08:00)

Block or report deniscalin

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 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

Pinned Loading

  1. names-ai names-ai Public

    This project is a fully deployed containerized ML model served via REST API. The model generates unique fictional names, powered by MLP-based deep learning.

    Python 1

  2. ORB_SLAM3 ORB_SLAM3 Public

    Forked from UZ-SLAMLab/ORB_SLAM3

    ORB-SLAM3: An Accurate Open-Source Library for Visual, Visual-Inertial and Multi-Map SLAM

    C++

  3. tiny-gpt tiny-gpt Public

    A GPT2 124M model implementation in low-level PyTorch, optimized for concurrent training on multiple CUDA GPUs.

    Python 1

  4. digits-mlp digits-mlp Public

    Handwritten Digits Recognition MLP. This is a Multilayer Perceptron neural network implemented in 4 basic classes (Linear, BatchNorm1D, Tanh, ReLU) on top of low-level PyTorch API (torch tensors).

    Python

  5. digits-full-stack digits-full-stack Public

    A full stack (Flask + Vue.js) digit recognition application with a canvas and immediate digit prediction with a from-scratch torch.tensor MLP.

    Vue