Stanford https://twitter.com/karpathy Achievements x2x2x4 Highlights Pro Block or Report karpathy/README.md I like deep neural nets. PinnedLoading llm.cllm.cPublic LLM training in simple, raw C/CUDA Cuda26k3k llama2.cllama2.cPublic ...
Convolutional Neural Networks for Visual Recognition Coursehttp://kamranisg.github.io/CS231n-Andrej_Karpathy_Stanford/ deep-neural-networkscomputer-visiondeep-learningcs231nvisual-recognitionstanford-machine-learningcs231n-assignmentandrej-karpathy ...
Add a description, image, and links to the andrej-karpathy topic page so that developers can more easily learn about it. Curate this topic Add this topic to your repo To associate your repository with the andrej-karpathy topic, visit your repo's landing page and select "manage topics...
Karpathy 表示 Transformer 还远没到自己的极限。现在神经网络架构已经不是阻碍我们发展的瓶颈了,新的改进都是基于 Transformer 的微小变化。现在的创新主要集中在数据集方面。互联网数据很多,但 Karpathy 表示这并不是适合 Transformer 的数据。不过互联网上也确实有足够的推理轨迹和大量知识。现在很多的研究活动都是...
GitHub地址:https://github.com/EurekaLabsAI AI领域的活跃人物 个人主页:https://karpathy.ai/ 2005-2009 年,Andrej Karpathy 本科就读于加拿大多伦多大学,主修计算机科学与物理,辅修数学。在这里,他第一次接触到深度学习,聆听 Hinton 的课程。2009 -2011 年,Karpathy 硕士就读于加拿大不列颠哥伦比亚大学,...
最近人工智能大神Andrej Karpathy在Github开源了llm.c,不到三天时间已经积累了3.5k的Star,大神果然是大神,也佩服大神从0开始构建的决心,这不就是埃隆马斯克的第一性原理?最好大神后续撇开Cuda(Cuda总感觉太笨重了),直接和硬件对话,建立更简单的标准,让硬件厂商来适配,这样Intel、AMD甚至华为都可以兼容,那么算力带来...
Andrej Karpathy入局AI教育创业,致力让任何人学习任何知识 当地时间 7 月 16 日,OpenAI 创始成员之一、前特斯拉人工智能主管安德烈·卡帕西(Andrej Karpathy)宣布成立一个“新型学校”,名为 Eureka Labs(官网链接在文末)。这个总部位于美国旧金山的新公司,将致力于创建一种“人工智能原生”的教育体验,通过人工...
GitHub 链接:https://github.com/karpathy/LLM101n(但请注意,课程还没上线。) 他谈到自己曾经在斯坦福大学教过二三十门课程,那是最早的深度学习课程,也很成功。但问题是如何将这些课程普及化,让地球上说不同语言、有不同知识体系的 80 亿人都能理解。对于这样的任务,单一的教师不可能办到,而 AI 却能很好地...
This project is based on micrograd by Andrej Karpathy. MLP Neural Network Training Example This example shows how to build and train a simple MLP neural network to solve the XOR problem using micrograd-rs. use micrograd_rs::{allocator::Allocator, nn::MLP, operators::tanh}; fn main() ...
This project is based on micrograd by Andrej Karpathy. MLP Neural Network Training Example This example shows how to build and train a simple MLP neural network to solve the XOR problem using micrograd-rs. use micrograd_rs::{allocator::Allocator, nn::MLP, operators::tanh}; fn main() ...