Home About Skills Education Certificates Research Projects Journey Roadmap Lab Contact Let's Connect
Currently learning • Machine Learning & AI Research

Building Intelligence.
Exploring the Future of AI.

I’m Adarsh Pandey, an MCA student specializing in Artificial Intelligence & Data Science at Graphic Era University, exploring Machine Learning, Deep Learning, Generative AI and research-driven problem solving.

Adarsh Pandey Profile Photo
AI Student • Researcher

About Me

Bridging mathematical foundations with research-driven AI systems.

I’m Adarsh Pandey, currently pursuing an MCA in Artificial Intelligence & Data Science at Graphic Era University.

My journey into technology started with a BCA at Microtech College of Management and Technology, where I developed my foundation in programming and computer science principles. I am now focusing on Artificial Intelligence, Machine Learning, Data Science, and research-oriented problem solving.

My long-term goal is to become an AI Researcher / AI Research Scientist and contribute to meaningful, foundational advancements in Artificial Intelligence.

I believe strong AI requires more than using existing models. It requires understanding mathematics, algorithms, experimentation, implementation, and the rigorous research behind modern intelligent systems.

šŸŽ“

Education

MCA — AI & Data Science

Graphic Era University
šŸ”¬

Focus

Artificial Intelligence & Research

Algorithms & Empirical Testing
šŸš€

Career Goal

AI Research Scientist

Building Foundational Intelligence

Technical Skills

Honest proficiency assessment focused on continuous learning and technical mastery.

Programming

Python Intermediate
C++ Learning
C Intermediate
SQL Intermediate

Data Science

NumPy Intermediate
Pandas Intermediate
Matplotlib Intermediate
Scikit-learn Intermediate

Machine Learning

Supervised Learning Intermediate
Unsupervised Learning Learning
Model Evaluation Intermediate
Feature Engineering Learning

Deep Learning

Neural Networks Learning
DL Fundamentals Exploring
PyTorch Exploring
TensorFlow Exploring

AI Domains

Generative AI Exploring
LLM Concepts Exploring
NLP Exploring
Computer Vision Exploring

Tools & Workflow

Git Intermediate
GitHub Intermediate
Linux Intermediate
VS Code Intermediate
Jupyter Notebook Intermediate

Education

Academic institutions shaping my computer applications, AI, and data science specialization.

Graphic Era University Campus
ā— Currently Pursuing

MCA — Artificial Intelligence & Data Science

Graphic Era University

Specialized Master's curriculum focused on Machine Learning, Deep Learning, Data Analytics, Neural Networks, and AI Research methodology.

Microtech College of Management and Technology
āœ“ Completed

BCA — Bachelor of Computer Applications

Microtech College of Management and Technology, Muftiganj

Undergraduate foundation covering programming paradigms, data structures, database management systems, software engineering, and computer science fundamentals.

Certifications & Learning

Verified technical coursework and ongoing specialized learning certifications.

šŸ

Python for Data Science & AI

Data Science & Programming Certification

Core Python programming, data manipulation with NumPy/Pandas, visualization, and data analysis fundamentals.

ā— Verified Learning
šŸ¤–

Machine Learning Foundations

Supervised & Unsupervised Learning

Supervised regression, classification algorithms, model evaluation metrics, and feature selection pipelines.

ā— Verified Learning
🧠

Deep Learning & Neural Networks

Exploratory coursework on perceptrons, backpropagation gradients, PyTorch fundamentals, and neural architectures.

ā³ Active Coursework
šŸ—„ļø

SQL & Database Management

Database Systems & Querying

Relational database design, complex SQL queries, indexing, schema normalization, and JSON data management.

ā— Verified Learning

Research Interests

Exploring key domains shaping the future of intelligent systems.

Artificial Intelligence

Investigating core algorithmic principles, decision systems, and intelligent agent architectures.

Machine Learning

Studying supervised, unsupervised algorithms, model optimization, and generalization techniques.

Deep Learning

Exploring neural network dynamics, deep backpropagation, representation learning, and PyTorch/TensorFlow.

Generative AI

Exploring generative modeling paradigms, latent space representations, and synthesis algorithms.

Large Language Models

Analyzing Transformer attention mechanisms, sequence modeling, prompting, and token embeddings.

Computer Vision

Investigating visual feature extraction, image classification, object detection, and spatial understanding.

Natural Language Processing

Studying semantic parsing, sentiment analysis, language comprehension, and textual embeddings.

AI Safety & Responsible AI

Examining model robustness, ethical alignment, bias mitigation, and interpretability in AI models.

RESEARCH PHILOSOPHY
"Learn the fundamentals. Understand the mathematics. Reproduce experiments. Question assumptions. Build. Experiment. Research."

Featured Projects

Technical implementations combining web architecture, data science, and AI matching concepts.

Web Development + AI + Cultural Technology

Banaras Darshan

A digital platform designed to help users explore the cultural, spiritual and historical heritage of Varanasi.

  • Temple & Ghats detailed information
  • Maps integration & visual heritage gallery
  • AI Chatbot & Multi-language support
Web Dev AI Chatbot Maps API Auth & DB
AI + Social Impact + Data Matching

AI-Based NGO & Restaurant Connector

A social-impact concept designed to reduce food waste by intelligently connecting restaurants with NGOs that distribute surplus food.

  • Restaurant Surplus Food Management
  • Intelligent Proximity Matching System
  • NGO Distribution & Analytics Tracking
Python Matching Algo Data Science Social Impact
Data Science + Machine Learning

Stock Market Predictive Analytics

A data science and machine learning project exploring predictive analytics and statistical trend modeling on stock market data.

  • Financial Data Preprocessing & EDA
  • Technical Feature Engineering (SMA, RSI)
  • ML Prediction & Model Evaluation
Python Pandas Scikit-learn Matplotlib
Python + Programming + Problem Solving

Banking Management System

A programming project implementing fundamental banking operations, customer management, security controls, and JSON data handling.

  • Customer Management & Accounts
  • Deposits, Withdrawals & Transactions
  • JSON File Persistence & Security
Python OOP JSON Storage File Handling

My Journey Towards AI Research

A structured progression from foundational computing to AI research scientist ambition.

STAGE 01 • COMPLETED

BCA — Programming Foundations

Developed strong core computer science fundamentals, data structures, and object-oriented programming at Microtech College.

STAGE 02 • CURRENT

MCA — AI & Data Science

Enrolled at Graphic Era University specializing in Artificial Intelligence and Data Science coursework.

STAGE 03 • IN PROGRESS

Mathematics for AI

Deepening knowledge in Linear Algebra, Multivariate Calculus, Probability, and Statistical Inference required for AI theory.

STAGE 04 • IN PROGRESS

Machine Learning Fundamentals

Mastering supervised and unsupervised learning algorithms, feature engineering, and model evaluation metrics.

STAGE 05 • ACTIVE FOCUS

Deep Learning & Neural Networks

Understanding backpropagation, convolutional layers, recurrent architectures, PyTorch, and TensorFlow.

STAGE 06 • EXPLORING

Generative AI & LLMs

Exploring Transformer architectures, self-attention, prompt engineering, and generative model dynamics.

STAGE 07 • NEXT HORIZON

Research Papers & Experimentation

Reading seminal AI literature, reproducing experimental setups, and questioning algorithmic assumptions.

STAGE 08 • ULTIMATE GOAL

AI Research Scientist

Contributing novel insights, publishing research, and designing next-generation intelligent systems.

Learning Roadmap

Sequential milestone map detailing the technical progression toward AI research capability.

STEP 01
Programming
→
STEP 02
DSA
→
STEP 03
Mathematics
→
STEP 04
Stats & Probability
→
STEP 05
Linear Algebra
→
STEP 06
Data Science
→
STEP 07
Machine Learning
→
STEP 08
Deep Learning
→
STEP 09
Generative AI
→
STEP 10
LLMs
→
STEP 11
AI Research

AI Research Lab

An authentic documentation hub for ongoing experiments, paper notes, and model implementations.

Coming Soon
EXPERIMENTS

Hyperparameter & Benchmarking Tests

Empirical evaluations comparing optimization algorithms (Adam, SGD, AdamW) across image classification datasets.

In Progress
RESEARCH PAPERS

Transformer & Attention Analysis

Detailed reading notes on "Attention Is All You Need" (Vaswani et al.) and foundational self-attention mechanics.

Coming Soon
IMPLEMENTATIONS

Scratch Neural Network Engine

Building a mini deep learning automatic differentiation engine in pure Python/NumPy for learning backpropagation.

Coming Soon
DATASETS

Curated NLP & Stock Analytics Sets

Preprocessed time-series and textual datasets prepared for machine learning feature engineering tasks.

Coming Soon
MODELS

Lightweight Fine-Tuned Models

Exploratory small-scale model fine-tuning experiments focused on domain-specific NLP queries.

In Progress
IDEAS & NOTES

AI Safety & Autonomous Agents

Conceptual notes examining safe agent decision boundaries and verifiable constraints in autonomous planning.

GitHub Activity

Live profile integration tracking continuous coding and repository developments.

Adarsh Pandey GitHub Avatar
Adarsh Pandey
@adarshai-cmd

Documenting my code, research experiments, and computer science projects transparently on GitHub.

12
Public Repos
18
Followers
25
Following
View GitHub Profile
ACTIVE REPOSITORIES ā— Public
Banaras-Darshan
Cultural platform with AI Chatbot
Stock-Market-Analytics
Data Science & ML stock prediction
Banking-Management-System
Python OOP & JSON data handling

Currently Learning

Core subjects and technical areas undergoing active study and practice.

Python for AI/ML

Data Structures & Algorithms

Statistics & Inference

Probability Theory

Linear Algebra

Machine Learning

Deep Learning

Generative AI

Research Methodology

AI Research Papers

Learning in public.
"Learn deeply. Build consistently.
Experiment fearlessly. Research relentlessly."

AI is not just about using models. It is about understanding, experimenting and discovering what comes next.

Let's Build Something Intelligent.

Whether you're interested in AI research, collaboration, projects, internships, or simply discussing Artificial Intelligence, feel free to reach out.