mohitwt_'s profile picture. 19, building custom dl framework from scratch

mohit

@mohitwt_

19, building custom dl framework from scratch

Pinned

I'm building my own PyTorch from scratch, Implementing multiple core features like tensors, autograd, NN layers, optimizers, and more. The core engine will be written in C++/CUDA for performance, with a Pythonic, PyTorch-like API. starting C++ from today.

mohitwt_'s tweet image. I'm building my own PyTorch from scratch, Implementing multiple core features like tensors, autograd, NN layers, optimizers, and more.

The core engine will be written in C++/CUDA for performance, with a Pythonic, PyTorch-like API.

starting C++ from today.

exams are finally over. back to posting daily, need to work alot on GenAI, python performance, gpu, papers, models, inference, and alot more. starting devlogs and multiple updates from tomorrow.

mohitwt_'s tweet image. exams are finally over.

back to posting daily, need to work alot on GenAI, python performance, gpu, papers, models, inference, and alot more.

starting devlogs and multiple updates from tomorrow.

mohit reposted

Yo . Just shipped TradeForge , a technical analysis platform that I've built with FastAPI. It pulls real-time stock data , calculates moving averages ( 5 days to even 200days) and gives you interactive charts . Check it out at : …adeforgeweb-production.up.railway.app More info below

RajNair06's tweet image. Yo . Just shipped TradeForge , a technical analysis platform that I've built with FastAPI. It pulls real-time stock data , calculates moving averages ( 5 days to even 200days) and gives you interactive charts . 
Check it out at : …adeforgeweb-production.up.railway.app

More info below

built a lightweight vector database + retrieval engine from scratch, handles embedding, similarity search, and relevance filtering without any external tools. also built a custom indexer from scratch, vector clustering + search, no FAISS, pure python. github.com/Mog9/VecEngine


lol

mohitwt_'s tweet image. lol

might be little biased since ive used both but react native alot more, flutter is actually amazing to pick up and great widgets system, and genuienly feels great to build with react native just offers way more in real world product work i would say if i have to choose one.…



internals starting from tomorrow, practicals and external soon, will be less active for a while


GPU Bottlenecks Explained: every GPU has one mission, to process massive amounts of data as fast as possible. but no matter how powerful the hardware, something always ends up limiting that speed. that limiting factor is the bottleneck, the point where performance gets stuck.…

mohitwt_'s tweet image. GPU Bottlenecks Explained:

every GPU has one mission, to process massive amounts of data as fast as possible. but no matter how powerful the hardware, something always ends up limiting that speed. that limiting factor is the bottleneck, the point where performance gets stuck.…

😭😭

3 hours and 18 minutes of fun with @elonmusk



tried @getalchemyst and its p good in context and retrieval, It remembers what I say in chat plus whatever I upload, had to try cuz im working on stuff related to this. it just picks up the conversation using all that context, good shit.


Simple Explanation on How RAG Works: Retrieval Augmented Generation is one of the most powerful techniques in gen-ai today. instead of relying only on what a LLM was trained on, RAG allows the model to retrieve relevant information from external data sources (like documents,…

mohitwt_'s tweet image. Simple Explanation on How RAG Works:

Retrieval Augmented Generation is one of the most powerful techniques in gen-ai today. instead of relying only on what a LLM was trained on, RAG allows the model to retrieve relevant information from external data sources (like documents,…
mohitwt_'s tweet image. Simple Explanation on How RAG Works:

Retrieval Augmented Generation is one of the most powerful techniques in gen-ai today. instead of relying only on what a LLM was trained on, RAG allows the model to retrieve relevant information from external data sources (like documents,…
mohitwt_'s tweet image. Simple Explanation on How RAG Works:

Retrieval Augmented Generation is one of the most powerful techniques in gen-ai today. instead of relying only on what a LLM was trained on, RAG allows the model to retrieve relevant information from external data sources (like documents,…
mohitwt_'s tweet image. Simple Explanation on How RAG Works:

Retrieval Augmented Generation is one of the most powerful techniques in gen-ai today. instead of relying only on what a LLM was trained on, RAG allows the model to retrieve relevant information from external data sources (like documents,…

Introducing customGPT-RAG: Built a custom RAG (Retrieval-Augmented Generation) chatbot that combines local document retrieval with generative AI to deliver context-aware, knowledge-grounded answers. It can answer questions from your private information: just add your own text…



mohit reposted

(1/3) Currently building a live trading simulation web app. as of now : created scripts to fetch OHLC price data for a particular stock from any respective exchange ( depends on the specified suffix for example .BO for BSE and .NS for NSE). read more below

RajNair06's tweet image. (1/3)
Currently building a live trading simulation web app.
as of now :
created scripts to fetch OHLC price data for a particular stock from any respective exchange ( depends on the specified suffix for example .BO for BSE and .NS for NSE). read more below
RajNair06's tweet image. (1/3)
Currently building a live trading simulation web app.
as of now :
created scripts to fetch OHLC price data for a particular stock from any respective exchange ( depends on the specified suffix for example .BO for BSE and .NS for NSE). read more below

mohit reposted

I'm blessed to have idiots like this making amazing things on my TL, I swear man. Check out @mohitwt_ y'all!

Introducing customGPT-RAG: Built a custom RAG (Retrieval-Augmented Generation) chatbot that combines local document retrieval with generative AI to deliver context-aware, knowledge-grounded answers. It can answer questions from your private information: just add your own text…



Introducing customGPT-RAG: Built a custom RAG (Retrieval-Augmented Generation) chatbot that combines local document retrieval with generative AI to deliver context-aware, knowledge-grounded answers. It can answer questions from your private information: just add your own text…


ml, dl, genai and maths in 4 months

Juniors pls stay away from such clickbait videos. Learning ML is a marathon, not a sprint (4 months)

suparnojit26's tweet image. Juniors pls stay away from such clickbait videos. Learning ML is a marathon, not a sprint (4 months)


> built a tiny tool to visualize tokenization in LLMs, using gpt-2 here

mohitwt_'s tweet image. > built a tiny tool to visualize tokenization in LLMs,
using gpt-2 here

I've started my GenAI journey: > understood alot of theory > built a mini chatbot locally with context & prompt experimentation: - takes user input - generates model responses - keeps very small conversation history - lets u experiment with different prompts and generation…



I've started my GenAI journey: > understood alot of theory > built a mini chatbot locally with context & prompt experimentation: - takes user input - generates model responses - keeps very small conversation history - lets u experiment with different prompts and generation…


lost my 210 day streak on linkedin games 💔💔


mohit reposted

> TRAINED MNIST ON MY FRAMEWORK > 98% accuracy > 784 -> 128 -> 64 -> 10 nn architecture on MNIST ~ 60,000 images / 64 = 937 batches per epoch ~ 4,690 iterations total. 5 epochs took like ~3 hours to train on CPU, I dont have GPU support yet or any optimization done on…

mohitwt_'s tweet image. > TRAINED MNIST ON MY FRAMEWORK
> 98% accuracy

> 784 -> 128 -> 64 -> 10 nn architecture on MNIST

~ 60,000 images / 64 = 937 batches per epoch
~ 4,690 iterations total.

5 epochs took like ~3 hours to train on CPU, I dont have GPU support yet or any optimization done on…
This post is unavailable.

already better than onana imo

Humanoid robots learn to be the goalkeeper. Ball flying at a robot. Half a second to react. The robot LAUNCHES itself sideways, full-body dive, catches it mid-air. One AI policy that controls everything. It wild to watch.



800! lets gooo 200 more, thank you guys

mohitwt_'s tweet image. 800! lets gooo 

200 more, thank you guys

United States Trends

Loading...

Something went wrong.


Something went wrong.