#topic/computer-science
12 notes
-
0.1 - Custom LLM
Project Plan: Custom Fine Tuned LLM 1. Overview The purpose of this project is to simply understand how to use, fine tune and apply LLMs in real world scenarios. Build up a…
-
0.5 Tokenization
Tokenization Tokenization is a term for how a computer assigns a numerical value to an associated word. Because a deep learning model is unable to comprehend text directly, it must convert the…
-
1.0 Neural Network
Neural networks are computing systems loosely inspired by how brains process signals. In general, a biological neuron has three essential parts: 1. Dendrites 2. Axons 3. Synapse Purely from a computational perspective…
-
1.1 Large Language Model
Large Language Model Related concepts: Artificial Intelligence Machine Learning Computer Science An LLM is a type of 1.0 Neural Network
-
1.5 Quantization
Quantization Mapping a large set of values into a smaller set.
-
Artificial Intelligence
Artificial Intelligence AI is the umbrella concept for systems that perform tasks associated with perception, reasoning, generation, prediction, or decision support. Connects Computer Science Machine Learning Cognitive Offloading Critical Thinking Notes Custom…
-
Computer Science
Computer Science Computer science is the broader technical home for programming, algorithms, data structures, AI systems, graphics, and computational tools. Connects Artificial Intelligence Machine Learning 3D Reconstruction Notes CSCI E 50 Arrays…
-
Gaussian Splatting
Gaussian Splatting Research Related concepts: Artificial Intelligence Machine Learning Computer Science 3D Reconstruction Okay summarize my research on affordable gaussian. Hi Ann, Here's my research I discovered a few pipelines that are…
-
Problem-Set Week 2
Deciphering using a substitution cipher. Requirements Key provided, possibly subtract the letter from the given key and rotate it several cycles.. Letters must follow the capitalization style of the plain text Key…
-
Project 0
First off, we'll want to draw shapes to the screen (e.g., paddles and ball) so that the user can see the game. Next, we’ll want to control the 2D position of the…
-
Week 0
Every game is just a infinite loop and is just constantly updated Lua Dynamic Scripting language Primarily a config and runtime language for codebases to make it faster to dynamically run Table…
-
Week 2 Arrays
Week 2 Arrays Arrays Fundamentally 3 different parameters: 1. One Type ( Int, String, etc) can be named too 2. Name Variable Name 3. Size How many boxes 4. Is also 0…