From 441e720de47ce45e76a36c50fd1308533338e56a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raymond=20Lei=28=E9=9B=B7=E8=8F=A9=E5=AE=87=29=3B=20?= =?UTF-8?q?=E4=A8=BB-Ficus=20religiosa-Cousin?= Date: Wed, 29 Oct 2025 23:48:45 -0400 Subject: [PATCH] Add 'Neural Redux' section to README Added a new section titled 'Neural Redux' to the README. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5dbff52..8e78a95 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ https://medium.com/@pixelridge/the-art-of-thought-deploying-neural-networks-onto "One of the primary challenges in deploying multi-layer neural networks onto FPGAs is resource allocation. FPGAs have a finite number of logic gates, and each neuron in our network requires a portion of these resources. It’s akin to assigning seats to an ever-growing audience; there’s only so much space in the concert hall. Engineers must therefore design their networks to be as resource-efficient as possible, which often involves pruning redundant connections and neurons, much like an orchestra might omit unnecessary instruments to achieve a more focused sound." +## Neural Redux + # https://asmbits.01xz.net/wiki/Main_Page