Computer Science
396 Threads
Nearly all recently-proposed large language models (LLMs) are based upon the decoder-only transformer architecture. But, is this always the best architecture to use? It dependsโฆ ๐งต...
How to build *TruthGPT*? I listened to a talk by the legendary @johnschulman2. It's densely packed with lots of deep insight. Key takeaways: - Supervised finetuning (or behavior c...
Data is everywhere and keeps growing. To be a Data Analyst or Scientist, you need 1) basic knowledge in Math and Statistics 2) basic skills in computer programming 3) domain /...
Presenting Reflected Diffusion Models w/ @StefanoErmon! Diffusion models should reverse a SDE, but common hacks break this. We provide a fix through a general framework. Arxiv: h...
๐ค A relatively new player in the image generation space - Consistency Models by @OpenAI! A new class of generative models that can do what diffusion models do but in a single step!...
Some thoughts on ๐ฅ๐ฒ๐ฎ๐ฑ๐ถ๐ป๐ด ๐๐ฎ๐๐ฎ from ๐๐ฎ๐ณ๐ธ๐ฎ. Kafka is an extremely important ๐๐ถ๐๐๐ฟ๐ถ๐ฏ๐๐๐ฒ๐ฑ ๐ ๐ฒ๐๐๐ฎ๐ด๐ถ๐ป๐ด ๐ฆ๐๐๐๐ฒ๐บ to understand, last time we covered Writing Data. ๐ฆ๐ผ๐บ๐ฒ ๐ฟ๐ฒ๐ณ๐ฟ๐ฒ๐๐ต๐ฒ๐ฟ๐: โก๏ธ Clie...
100 million people use ChatGPT. Fewer than 1% understand it. A mega thread to get you up to speed:
๐จ 5 Techniques for Reverse Prompt Engineering ๐จ Tired of asking "what's the prompt"? I have spent countless hours perfecting a series of methods to, given any image, deduce the c...
Harvard University offers a ton of FREE online courses. From Computer Science to Artificial Intelligence. Here are 10 FREE courses you don't want to miss:
Learn Data Structures & Algorithms for Free A Thread ๐งต https://t.co/ZN9sUlFX2q
Stanford University is offering free online courses. No application or fee required. Here are 5 FREE courses you don't want to miss in 2023:
Web scraping is a critical skill, and yet nobody talks about it. How do you think companies are training their Large Language Models? Where do you think the data come from? While...
MIT University is offering courses for FREE. Here are 5 courses you don't want to miss:
๐ Object Oriented Programming is used in big projects with a large codebase. Here's the second pillar of OOP in Javascript, explained in easily digestible language. A thread on A...
Learn computer science and programming for FREE from Harvard, Stanford, and MIT. Here's how:
GPT-4 is old news. The team at @AssemblyAI just released a state-of-the-art model in speech recognition: Conformer-1. But what's interesting is how they achieved this. Here is e...
BachmannโLandau is a family of mathematical notations that includes: โข Big O (Oh) โข Big ฮฉ (Omega) โข Big ฯด (Theta) They are commonly used to measure the space and time complexity...
100+ OOPs Interview Questions โ C++ โ Java โ C# โ Python โ JavaScript โ PHP โ Kotlin โ Swift โฉ
7 free certifications to boost your career (start learning today):
A roadmap will be super useful when it highlights the resources to follow. Let's master Data Structures & Algorithms (DSA):
Graph algorithms are used in many real-world scenarios. Here are 5 standard graph algorithms and their significant use cases: {1/11} โ https://t.co/LhrQdNECqy
๐Some must-known JavaScript web APIs ๐ฑ๐ฐ๏ธ Thread ๐งต๐
12 destructive Linux terminal commands every Linux user must be aware of (don't run these):
The most important skill every data scientist should build: Learn how to plot and visualize data. Build the skills and use tools where visualizations are first-class citizens. If...