LI GH EM

Software Engineer / Future ML Architect

Kshetradnya
Patole

A beginner deeply fascinated by Artificial Intelligence. Bridging the gap between beautiful frontend architectures and complex machine learning algorithms.

Selected Works

Patole.in Portfolio

Cinematic Layered GSAP Experience

React / Tailwind
Visit Site

Interactive ML Biology

WebGL Sandbox Simulation

Three.js / Python
Visit Site

Transform Editor

AI-Powered Photo Grading

Canvas API / AI
Visit Site

Technical Foundation

AI & Machine Learning

Actively learning Python, TensorFlow, PyTorch, and Data Structures to build intelligent models.

Frontend

React, Next.js, Framer Motion, Vanilla JS

Backend

Node.js, Express, MongoDB, REST APIs

Currently Focused On...

Transitioning from pure web development into core AI mechanics, focusing on neural network architectures and data pipelines.

kshetra_portfolio โ€” Visual Studio Code
๐Ÿ—‚ ๐Ÿ” แš 1 โ–ถ ๐Ÿ“ฆ
๐Ÿ‘ค โš™๏ธ
README.md M ร—
train_model.py U ร—
socials.json ร—
architecture.png ร—

# The Architect of Tomorrow

Hi, I'm Kshetradnya Patole.


"Bridging the gap between beautiful frontend architectures and complex machine learning algorithms."

## Current Focus

  • Data Structures & Algorithms
  • Building Intelligent Systems (TensorFlow, PyTorch)
  • Performant Web Ecosystems (React, Canvas)

> Status: Open to internships & junior ML roles.


Click "Return to Portfolio" in the top right header to step out of the matrix.

import torch
import torch.nn as nn
import torch.optim as optim

# Define a robust Neural Network architecture
class PortfolioNet(nn.Module):
    def __init__(self, input_size=128):
        super(PortfolioNet, self).__init__()
        self.fc1 = nn.Linear(input_size, 256)
        self.dropout = nn.Dropout(p=0.3)
        self.relu = nn.ReLU()
        self.fc2 = nn.Linear(256, 64)
        self.fc3 = nn.Linear(64, 10)

    def forward(self, x):
        x = self.relu(self.fc1(x))
        x = self.dropout(x)
        x = self.relu(self.fc2(x))
        return self.fc3(x)

# >>> Click "Run Code" in terminal below to initiate training! <<<
{
  "name": "Kshetradnya Patole",
  "role": "Software & AI Engineer",
  "links": {
    "LinkedIn": "https://linkedin.com/in/kshetradnya-patole-80535825b/",
    "GitHub": "https://github.com/Kshetradnya",
    "Email": "kshetradnyap@gmail.com"
  }
}
Input (128)
Hidden (256)
Hidden (64)
Output (10)
Softmax

architecture_diagram_v2.png (824 KB)

PROBLEMS 0 OUTPUT TERMINAL
๐Ÿ—‘ โœ•
Windows PowerShell / zsh / bash
Copyright (C) Microsoft Corporation. All rights reserved.

kshetra@macbook:~/ML_PORTFOLIO_V2$
CLICK TO OPEN LENS
M
โ—ˆ
98% ๐Ÿ”‹
โ— REC
SD: 42.8 GB
-3
+3
1/4000
ฦ’/1.8
100
RAW + L

EOS 13000D FIRMWARE v2.0.5

LOADING OPTICAL ENGINE...