top of page
Profile
Join date: Dec 13, 2023
Posts (17)
Aug 7, 2026 ∙ 4 min
How to Code and Train an AI From Scratch
Ever wondered what actually happens inside a Large Language Model (LLM) when you type a prompt? We often think of AI as an unapproachable, mystical black box. However, the foundational mechanics behind systems like ChatGPT boil down to clean, elegant pattern recognition loops that you can write, observe, and control directly on your standard computer. In this walkthrough, we will pull back the curtain and explore how to build a localized next-token prediction engine from scratch using Python...
7
0
Jun 30, 2025 ∙ 1 min
Optimization of spark job
In This blog post I will guide you on how can you improve the performance of spark job
16
0
Jun 16, 2021 ∙ 1 min
Create Spark DataFrame from string column
how to create spark Data Frame from a string value in java can be done in few steps like below Here are some code in java programming to...
191
0
DKC Career
Admin
More actions
bottom of page