Skip to content
View ranjiGT's full-sized 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.

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

Welcome to Ranji Raj's Profile!

FAQ

How to pronounce my name "Ranji"?

Ran is pronounced like RUN, ji is pronounced like English alphabet G.

Typing SVG

Youtube       Youtube       Twitter      


youtube subscribers youtube views total stars followers views

📺 Recent YouTube Lessons

Deep Learning | Long Short Term Memory (LSTM) Regression Evaluation Metrics | R, R-Squared and Adjusted R-Squared Nayi Shuruwat 🎉 New Hindi Channel Announcement | Adhyapakh Deep Learning | Teacher Forcing Data Science with R | Variables and Vectors

🛠️ My Favorite and Horoscope Tools

👨‍💻 Programming and Markup Languages

HTML JavaScript LaTeX Markdown Node.js Python R Restructured Text SQL

🧰 Frameworks and Libraries

Flask GitHub Actions Gunicorn NumPy Pandas

🗄️ Databases and Cloud Hosting

GitHub Pages Heroku MongoDB MySQL PostgreSQL

💻 Software and Tools

Git GitHub Desktop Jupyter Stack Overflow Visual Studio Code

📊 Github stats

💻 GitHub Profile Stats
Ranji Raj's Github Stats Ranji Raj's Top Languages

🔥Streak Stats

Ranji Raj's streak

🔥 Get streak stats for your profile at git.io/streak-stats

Ranji Raj's Activity Graph

Pinned

  1. Ton-of-Fun-with-Computer-Graphics Ton-of-Fun-with-Computer-Graphics Public

    CG with C++

    C++ 1 1

  2. A touch up script in R for problem-s... A touch up script in R for problem-solving
    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. KNN classifier in action KNN classifier in action
    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. BatchLinearRegor BatchLinearRegor Public

    A py3 code that implements batch linear regressor using gradient descent.

    Jupyter Notebook

  5. ML-latex-amendments ML-latex-amendments Public

    Contains coursework assignments made in latex.

    TeX 55 30

  6. Data-Structures Data-Structures Public

    Jupyter Notebook 4 5