✕ Clear all filters
13 articles

📰 Dev.to · Akash

13 articles · Updated every 3 hours · View all reads

All Articles 74,167Blog Posts 101,151Tech Tutorials 18,099Research Papers 16,002News 13,076 ⚡ AI Lessons
Software Testing
Dev.to · Akash 1mo ago
Software Testing
Today I learn some basics about software testing,procedures of software testing,what are the tools...
What Does an LLM Actually Do?
Dev.to · Akash 1mo ago
What Does an LLM Actually Do?
Pretraining, Prompting, Sampling, and Alignment By the end of this post, you'll understand...
Simple Revision of JS
Dev.to · Akash 1mo ago
Simple Revision of JS
1.What is java script ? It is high level programming language It is also a scripting language Used...
From Perceptrons to Predicting the Next Word
Dev.to · Akash 1mo ago
From Perceptrons to Predicting the Next Word
Neural Networks as Language Models By the end of this post, you'll understand how...
Basic Array Methods in JS
Dev.to · Akash 1mo ago
Basic Array Methods in JS
Basic Array methods in java script are Array length Array to string() Array at() Array join() Array...
From Counting Words to Learning Meaning
Dev.to · Akash 1mo ago
From Counting Words to Learning Meaning
TF-IDF, Cosine Similarity, and Word2Vec By the end of this post, you'll understand two...
Array exercise in JS
Dev.to · Akash 2mo ago
Array exercise in JS
Array stores multiple values in single variable It can store any data type It is dynamic in...
Perplexity, Smoothing, and What Words Mean
Dev.to · Akash 2mo ago
Perplexity, Smoothing, and What Words Mean
By the end of this post, you'll know how to evaluate a language model using 'perplexity', why unseen...
Before LLMs Could Predict, They Had to Count
Dev.to · Akash 2mo ago
Before LLMs Could Predict, They Had to Count
By the end of this post, you'll understand exactly how the simplest language models work, the chain...