Skip to content
Avatar
🧿
Learning something new!
🧿
Learning something new!
Block or Report

Block or report ranjiGT

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.

Report abuse

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

Report abuse
ranjiGT/README.md

Hallo 👋, Ich bin Ranji Raj :octocat:

Stack Overflow Badge YouTube Badge Linkedin Badge Twitter Badge Medium Badge

I am currently a Sophomore 👨‍🎓 at the University of Magdeburg, Germany. A Research & Science officer at the Hasso-Plattner-Institute Potsdam, Germany. Also a YouTube content creator, an author and loves to teach and mentor data science related topics. Originally from 🇮🇳 presently located at 🇩🇪

You can view my resume here.

  • ⚕️ Area of Interest: Medicine in Data Science, AI in Education, Behavioral Data Science

  • 👥 Possessiveness: He-him-his-er-seine-ihn

  • 💡 Currently doing project(s) in NLP/CV

  • 🌱 As you sow at the right place, so shall you reap

  • 🛡️ Python

  • 🛡️ R

                                                     स्वावलंबी
    

Some of my Github Stats

ranjiGT

Ranji's GitHub stats Top Langs

Pinned

  1. CG with C++

    C++

  2. 1
    library(tidyverse)
    2
    category <- c("red", "blue", "green", "yellow")
    3
    tag <- c("yes", "no", "maybe", "idk")
    4
    value <- c(21, 1, 10, 9) 
    5
    df <- data.frame(category, tag, value) %>% 
  3. 1
    library(caret)
    2
    # Create training and test sets
    3
    set.seed(123)
    4
    trainIndex <- sample(c(FALSE,TRUE), size = nrow(dat), prob = c(.25,.75), replace = TRUE)
    5
    train_set <- dat[trainIndex, ]
  4. A py3 code that implements batch linear regressor using gradient descent.

    Jupyter Notebook

  5. Contains coursework assignments made in latex.

    TeX 31 17

  6. Jupyter Notebook 4 4

233 contributions in the last year

Aug Sep Oct Nov Dec Jan Feb Mar Apr May Jun Jul Aug Mon Wed Fri
Activity overview

Contribution activity

August 2022

Created 1 repository
Opened 1 issue in 1 repository

Seeing something unexpected? Take a look at the GitHub profile guide.