ayjays132 commited on
Commit
4fefc6c
·
verified ·
1 Parent(s): b0f9cd0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -190,7 +190,7 @@ h1, h2, h3 {
190
  <h1 class="section-title">PhillNet 1: The Soul of a Living Neural Cosmos</h1>
191
 
192
  <div class="section">
193
- <h2 class="section-title">🧠 Brain Module (from <code>neuro_fusion.py</code>)</h2>
194
  <div class="section-content">
195
  <p>
196
  At its core lies the <strong>Brain</strong> – an embodied cognitive system that unifies multiple memory types, a VAE compressor, a Mixture-of-Experts (MoE) layer, and an iterative GRU-based dreamstate. It’s not just a model—it’s a <em>memory-centric mind</em>.
@@ -210,7 +210,7 @@ h1, h2, h3 {
210
  </div>
211
 
212
  <div class="section">
213
- <h2 class="section-title">🧬 ConceptModel (from <code>ConceptModel.py</code>)</h2>
214
  <div class="section-content">
215
  <p>
216
  This module models ideas over time through embedding-driven sequence learning. Its encoder-decoder core—built with residual GELU blocks and layer normalization—processes inputs in contextual chunks, much like a moving mental window predicting the next semantic idea.
@@ -225,7 +225,7 @@ h1, h2, h3 {
225
  </div>
226
 
227
  <div class="section">
228
- <h2 class="section-title">🌱 InnovativeGrowthNet (from <code>innovative_growth_net.py</code>)</h2>
229
  <div class="section-content">
230
  <p>
231
  This is where PhillNet 1 truly evolves. The Innovative Growth Network adapts its architecture in real-time:
@@ -241,7 +241,7 @@ h1, h2, h3 {
241
  </div>
242
 
243
  <div class="section">
244
- <h2 class="section-title">🔁 Dynamic Neural Network (from <code>dynamic_neural_network_blended_skill_talk.py</code>)</h2>
245
  <div class="section-content">
246
  <p>
247
  This is the operational engine—the main body of PhillNet 1—that elegantly loops all components together:
 
190
  <h1 class="section-title">PhillNet 1: The Soul of a Living Neural Cosmos</h1>
191
 
192
  <div class="section">
193
+ <h2 class="section-title">🧠 Brain Module (from <code>NeuroFusion</code>)</h2>
194
  <div class="section-content">
195
  <p>
196
  At its core lies the <strong>Brain</strong> – an embodied cognitive system that unifies multiple memory types, a VAE compressor, a Mixture-of-Experts (MoE) layer, and an iterative GRU-based dreamstate. It’s not just a model—it’s a <em>memory-centric mind</em>.
 
210
  </div>
211
 
212
  <div class="section">
213
+ <h2 class="section-title">🧬 ConceptModel (from <code>ConceptModel</code>)</h2>
214
  <div class="section-content">
215
  <p>
216
  This module models ideas over time through embedding-driven sequence learning. Its encoder-decoder core—built with residual GELU blocks and layer normalization—processes inputs in contextual chunks, much like a moving mental window predicting the next semantic idea.
 
225
  </div>
226
 
227
  <div class="section">
228
+ <h2 class="section-title">🌱 InnovativeGrowthNet (from <code>InnovativeGrowthNet</code>)</h2>
229
  <div class="section-content">
230
  <p>
231
  This is where PhillNet 1 truly evolves. The Innovative Growth Network adapts its architecture in real-time:
 
241
  </div>
242
 
243
  <div class="section">
244
+ <h2 class="section-title">🔁 Dynamic Neural Network (from <code>Phillnet</code>)</h2>
245
  <div class="section-content">
246
  <p>
247
  This is the operational engine—the main body of PhillNet 1—that elegantly loops all components together: