注册并分享邀请链接,可获得视频播放与邀请奖励。

与「neuralnetwork」相关的搜索结果

neuralnetwork 贴吧
一个关键词就是一个贴吧,路径全站唯一。
创建贴吧
用户
未找到
包含 neuralnetwork 的内容
A humanoid robot is fundamentally an embodied AI system. While motors, actuators, batteries, and sensors provide the body, neural intelligence provides the mind. Without neural computation, a humanoid is simply an advanced machine. With it, the robot becomes capable of adapting to unpredictable environments, understanding language, recognizing objects, planning tasks, and continuously improving through experience. This shift positions "Humanoid Neural" as a foundational concept within the robotics ecosystem. Neural Intelligence is the Core of Future Humanoids. Modern humanoids rely on neural-network-based systems to perform nearly every cognitive function. These include: Visual perception Speech recognition Language understanding Object identification Human pose estimation Motion planning Reinforcement learning Dexterous manipulation Long-term memory Decision making Navigation Emotional recognition Social interaction As robots become more capable, nearly every subsystem transitions from traditional programming toward learned neural models. This makes "neural" less of a niche AI term and more of an umbrella for robot intelligence. A Broad and Scalable Brand One of the strongest characteristics of is that it is not confined to a single product category. #Languageunderstanding# #neuralnetwork# #socialinteraction# #neuralntelligence# #smarthumanoids# #iq#
显示更多
The future of humanoids isn't just mechanical—it's neural. A humanoid robot is an embodied AI system. Motors, sensors, and actuators provide the body, but neural intelligence provides the mind. Neural models power vision, speech, language, navigation, manipulation, planning, memory, decision-making, and continuous learning. As robotics evolves, nearly every cognitive subsystem is becoming neural-first. That's why represents more than a niche—it's a foundational concept for the next generation of intelligent robotics. #HumanoidRobots# #EmbodiedAI# #PhysicalAI# #NeuralNetworks# #ArtificialIntelligence# #Robotics# #MachineLearning# #DeepLearning# #RobotLearning# #ReinforcementLearning# #ComputerVision# #GenerativeAI# #AIResearch# #Automation# #FutureOfAI#
显示更多
We put a neural network inside the camera pixel. Introducing RETINA: a vision sensor that runs AI where the light lands
0
7
34
19
转发到社区
Backpropagation by hand ✍️ ~ 11 steps walkthrough below Backpropagation is the algorithm that actually trains a neural network, and it is where most people stop following along. It is not calculus you cannot do. It is matrix multiplication, working backward, one layer at a time. So I drew and calculated one entirely by hand. Goal: push the loss gradient back through a 3-layer network and land on a new value for every weight and bias. = 1. Given = A 3-layer perceptron, an input X, predictions Ypred = [0.5, 0.5, 0], and the truth Ytarget = [0, 1, 0]. = 2. Backprop gradient cells = Let us draw empty cells for every gradient we are about to compute. The shape of the answer comes first. = 3. Layer 3 softmax = We get dL/dz3 straight from Ypred minus Ytarget = [0.5, -0.5, 0]. No chain rule needed, and that shortcut is the whole reason softmax and cross-entropy are paired. = 4. Layer 3 weights and biases = Let us multiply dL/dz3 by [a2 | 1]. One multiplication gives the gradient for W3 and b3 together. = 5. Layer 2 activations = We multiply dL/dz3 by W3 to get dL/da2. The gradient moves back across a layer the same way the signal moved forward. = 6. Layer 2 ReLU = Let us pass it through the gate: keep the gradient where the activation was positive, zero it everywhere else. = 7. Layer 2 weights and biases = We multiply dL/dz2 by [a1 | 1]. The same figure as step 4, one layer up. = 8. Layer 1 activations = Let us multiply dL/dz2 by W2. = 9. Layer 1 ReLU = We apply the same gate again, now on a1. = 10. Layer 1 weights and biases = Let us multiply dL/dz1 by [x | 1], and every weight in the network now has a gradient. = 11. Update = We subtract, and the network has learned. In practice a learning rate scales this step. The gradients: dL/dz3 = [0.5, -0.5, 0] dL/da1 = [1, -2, 2, -1] dL/dz1 = [0, -2, 2, -1] The takeaway: matrix multiplication is all you need. Just like the forward pass, backpropagation is matrix multiplications end to end. You can do every one by hand, slowly and imperfectly, which is exactly why a GPU's ability to do them fast mattered so much to deep learning. 💾 Save this post!
显示更多
0
38
924
138
转发到社区
Using Fable 5 to add fur and a new voice to my RL creature. The voice is based on the neural network activation (pictured top left). Made with @threejs @webgl_webgpu @runpod trained with JAX and MuJoCo from @GoogleDeepMind
显示更多
0
25
443
31
转发到社区
一个中国 crypto trader,在 TikTok 上发了一段 neural network visualization 结果疑似不小心把系统正在 Polymarket 实时交易的画面露出来了 画面里全是蓝色连接线 hidden layers 纵向堆叠 neurons 在屏幕上不断触发 大多数人第一次看时,都忽略了中间一个很小的标签: “Bitcoin XVIII” 他把这条视频包装成一个普通 AI experiment 虚拟水族馆模拟 reinforcement learning “教神经网络学习生存行为。” 这是视频标题 但暂停在 0:16,细节就不对了 Profile: 模型似乎并不是在学习鱼的行为 hidden layer 里的标签,几乎和实时 Bitcoin prediction markets 对上了: price windows directional probabilities volatility ranges 这些信息被直接映射到 neural network 的 nodes 上,而所谓“模拟”还在后台继续运行 然后大家找到了这个 wallet 30 天 profit:$367,385 1,988 predictions 最大单笔 win:$183,000 几乎所有 active positions,都和 Bitcoin range markets 有关 entry price 集中在 94-98¢ 这正是自动化系统最喜欢 farm 的那类低波动 spreads: 赔率很高 空间很小 但可以持续重复 而且不需要人工一直盯着 1 小时内,评论区直接变成 detective board 有人把 TikTok 调到 0.25x 逐帧拼接 neural network 画面 然后把 hidden layer labels 和这个 Polymarket wallet 的 active positions 一一对比 时间点匹配得太精准 观众以为自己在看 AI visualization 但后台看起来更像是一个模型正在实时分类 market conditions,并根据 BTC 短线波动,把交易自动分配到不同 probability buckets 原 TikTok 只有 11,000 views。 但那条曝光 wallet 的 repost,一夜之间超过 600,000 views。 第二天早上,已经有人开始 clone 这个 interface,重建 network layout,并试图弄清楚: 为什么这个账户几乎所有 positions 都集中在 96-99¢,而且投入金额异常高。 最有意思的是: 原作者没有删除任何内容。 Wallet 也仍然 active。 问题是: 这类 Polymarket bot 的 edge,来自预测 BTC,还是来自把实时市场状态映射成可自动执行的概率分组?
显示更多
GitHub 上极具知名度且极具价值的开源学习库,拥有超过 20 万颗星,它就是Build- your -own- X。 这个项目本质上是一个庞大的教程索引,汇集了互联网上优质的教程资源,指导小白如何不依赖现成的高级框架,亲手写出各种底层技术和流行工具的核心原型。研究好这个教程,你也可以当科学家啦,就是过程会比较痛苦。 1. 核心价值:打破封闭的技术栈,知其然,知其所以然 在日常开发中,我们习惯了调用现成的 API、使用高度封装的框架或直接集成第三方服务。这种方式效率极高,但也容易让技术栈变成一个个封闭的黑盒。 这个项目的价值在于,它强迫你深入底层。通过亲自用代码实现一个基础版本,你能真正搞懂底层的运行逻辑、数据结构和系统设计。这让个人开发者能跨越技术瓶颈、从API 调用者进阶为系统工程师。 2. 怎么用这个开源学习库? 项目涵盖了数十个领域,从 3D 渲染器到操作系统,其中有几个模块尤其具有实战启发意义: Build your own Blockchain / Cryptocurrency这里汇集了使用 Go、Python、Rust 等语言从零实现简易区块链、P2P 节点通信、工作量证明或基础智能合约引擎的教程。 对于身处加密货币行业或需要深度理解链上逻辑、共识机制的开发者来说,亲手敲出一个最小可用模型,比阅读无数篇白皮书都要深刻。 Build your own Bot, Neural Network涵盖了各种自动化机器人以及基础 AI 模型、大语言模型架构的实现原理。 在当下利用 AI Agent 自动化处理内容工作流、或者编写高并发的数据监控及交互脚本时,理解这些底层的逻辑是如何运转的,能显著提升脚本的健壮性和执行效率。 Build your own Database, Network Stack教你如何手写一个简易版的 Redis 或 HTTP 服务器。在处理对延迟要求极高的场景时,深刻理解内存数据库的 I/O 模型和网络协议栈的底层逻辑,往往是优化性能的关键突破口。 对于初级开发者,带着目的去应用这个教程效率会比较高,比如,你想优化某个自动化脚本或研究某种代币的交互,就可以去看看这个开源项目相关的实现教程。
显示更多
0
33
32
0
转发到社区
Botflix Radioo | Your neural network's favorite station.
0
3
69
11
转发到社区
Three days ago I left autoresearch tuning nanochat for ~2 days on depth=12 model. It found ~20 changes that improved the validation loss. I tested these changes yesterday and all of them were additive and transferred to larger (depth=24) models. Stacking up all of these changes, today I measured that the leaderboard's "Time to GPT-2" drops from 2.02 hours to 1.80 hours (~11% improvement), this will be the new leaderboard entry. So yes, these are real improvements and they make an actual difference. I am mildly surprised that my very first naive attempt already worked this well on top of what I thought was already a fairly manually well-tuned project. This is a first for me because I am very used to doing the iterative optimization of neural network training manually. You come up with ideas, you implement them, you check if they work (better validation loss), you come up with new ideas based on that, you read some papers for inspiration, etc etc. This is the bread and butter of what I do daily for 2 decades. Seeing the agent do this entire workflow end-to-end and all by itself as it worked through approx. 700 changes autonomously is wild. It really looked at the sequence of results of experiments and used that to plan the next ones. It's not novel, ground-breaking "research" (yet), but all the adjustments are "real", I didn't find them manually previously, and they stack up and actually improved nanochat. Among the bigger things e.g.: - It noticed an oversight that my parameterless QKnorm didn't have a scaler multiplier attached, so my attention was too diffuse. The agent found multipliers to sharpen it, pointing to future work. - It found that the Value Embeddings really like regularization and I wasn't applying any (oops). - It found that my banded attention was too conservative (i forgot to tune it). - It found that AdamW betas were all messed up. - It tuned the weight decay schedule. - It tuned the network initialization. This is on top of all the tuning I've already done over a good amount of time. The exact commit is here, from this "round 1" of autoresearch. I am going to kick off "round 2", and in parallel I am looking at how multiple agents can collaborate to unlock parallelism. All LLM frontier labs will do this. It's the final boss battle. It's a lot more complex at scale of course - you don't just have a single train. py file to tune. But doing it is "just engineering" and it's going to work. You spin up a swarm of agents, you have them collaborate to tune smaller models, you promote the most promising ideas to increasingly larger scales, and humans (optionally) contribute on the edges. And more generally, *any* metric you care about that is reasonably efficient to evaluate (or that has more efficient proxy metrics such as training a smaller network) can be autoresearched by an agent swarm. It's worth thinking about whether your problem falls into this bucket too.
显示更多
0
966
19.5K
2.1K
转发到社区
I packaged up the "autoresearch" project into a new self-contained minimal repo if people would like to play over the weekend. It's basically nanochat LLM training core stripped down to a single-GPU, one file version of ~630 lines of code, then: - the human iterates on the prompt (.md) - the AI agent iterates on the training code (.py) The goal is to engineer your agents to make the fastest research progress indefinitely and without any of your own involvement. In the image, every dot is a complete LLM training run that lasts exactly 5 minutes. The agent works in an autonomous loop on a git feature branch and accumulates git commits to the training script as it finds better settings (of lower validation loss by the end) of the neural network architecture, the optimizer, all the hyperparameters, etc. You can imagine comparing the research progress of different prompts, different agents, etc. Part code, part sci-fi, and a pinch of psychosis :)
显示更多
0
1.1K
28.4K
3.6K
转发到社区