The goal of this project is to develop a dynamically evolving connectionist model that more closely resembles the brain through its information-processing. Over the years, AI has shifted from the first generation of feedforward systems to the use of recurrent or convolutional Neural Networks. The third and newest generation of AI models, the brain-based models, and the Spiking Neural Network (SNN), attempts to bridge the gap between Neuroscience and ML using biologically realistic models like Θ-model, LIF, Izhikevich, HR, HH. These models, however, are still a black box leaving very little control or understanding on the learning process within the system without the access to the inner structure of the network. In addition, these systems are highly inefficient, slow, and very complex due to the limitations imposed by the hardware and explicit simulation of partial differential equations. Real world problems require “flexible learning and dynamically adaptive connectionist systems” that are capable to adapt and accommodate new input in real time. Current solutions have focused on varying the weights within a system rather than focusing on how connections within the system are formed. Based on our understanding from organismal brain structures, our approach, called biomimetic information codec, .bic, is a morphologically-adaptive coding hierarchical network that form in accordance with energy minimization - driven by dissipation of "heat" generated by the training data - constructing cortices and connectome for processing of information. My first objective herein is to quantitatively compare detailed structures between biological (fly brain) and .bic. networks using a random matrix approach.