Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
abikesa committed Jan 7, 2025
1 parent 3de367d commit bd052b6
Show file tree
Hide file tree
Showing 21 changed files with 54 additions and 146 deletions.
54 changes: 10 additions & 44 deletions _sources/act1/chapter1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,51 +6,17 @@
"source": [
"# Anchor ⚓️ \n",
"\n",
"### The Neural Framework for Personalized Donor Insights\n",
"## Tokenized Combinatorial Space\n",
"\n",
"#### The Pre-Input Layer: Foundation of Data-Driven Design\n",
"The pre-input layer serves as the neural network’s connection to reality, integrating raw data with analytical rigor. Here, data such as target populations (donors vs. non-donors), sources, and eligibility criteria form the cornerstone of the model. This is where multivariable regression comes into play, extracting meaningful patterns from this foundational data set. The coefficient vector and the variance-covariance matrix ensure the model reflects not just central tendencies but also the interdependencies and uncertainties inherent in donor and non-donor comparisons. Together, these components ensure that every output is rooted in robust, evidence-based computation.\n",
"<iframe src=\"https://www.youtube.com/embed/k82RwXqZHY8\" style=\"width:100%;height:500px;\"></iframe>\n",
"\n",
"#### The Yellowstone Node (G1 & G2): The Backend Ecosystem\n",
"At the heart of the app’s functionality lies the Yellowstone node, which corresponds to the JavaScript and HTML backbone of our platform. Like the ecological impact of wolves reintroduced into Yellowstone National Park, this layer drives cascading effects throughout the system. The backend ensures seamless data processing and visualization, enabling the end-user to interact with a complex yet intuitive interface. This is the engine that transforms raw pre-input data into actionable insights.\n",
"\n",
"#### Input Layer (N1-N5): Defining Patient Parameters\n",
"The input layer, represented by N1-N5, captures the patient population parameters selected by the end-user. These nodes enable granular control over study vs. control group definitions, with each node symbolizing a vital characteristic:\n",
"- **N1-N3**: Factors distinguishing donors (e.g., age, BMI, medical history).\n",
"- **N4-N5**: Parameters related to control populations (e.g., non-donors of similar demographics).\n",
"\n",
"By allowing these customizable inputs, the app ensures that personalized risk assessments remain contextually grounded, reflecting the nuances of each unique case.\n",
"\n",
"#### The Hidden Layer: Three-Node Compression\n",
"The hidden layer’s three-node compression represents the vast combinatorial space where patient characteristics intersect. This layer synthesizes the multidimensional complexity of donor and non-donor characteristics, distilling it into actionable metrics. Here, the interplay of sympathetic (adversarial), parasympathetic (cooperative), and autonomic (iterative) dynamics mirrors the real-world tensions of informed decision-making.\n",
"\n",
"For example:\n",
"- **Sympathetic Node**: Highlights donor-specific risks (e.g., increased susceptibility to chronic kidney disease).\n",
"- **Parasympathetic Node**: Balances these risks with benefits (e.g., altruistic fulfillment, societal impact).\n",
"- **Autonomic Node**: Iteratively refines outputs through feedback mechanisms, ensuring real-time adaptability.\n",
"\n",
"#### The Output Layer: Personalized Risk and Precision\n",
"The output layer delivers the model’s ultimate goal: personalized risk estimates and their standard errors. These outputs are optimized for clarity and relevance, ensuring that end-users can make well-informed decisions. Each output is a synthesis of:\n",
"- **Ecosystemic Impact**: The broader implications of kidney donation on both individual health and healthcare systems.\n",
"- **Vulnerabilities**: Identification of potential risks tailored to the donor’s profile.\n",
"- **Strengths**: Highlighting areas of resilience and compatibility for donation.\n",
"- **AChR (Acetylcholine Receptor Analogy)**: A focus on key decision-making thresholds, akin to ligand-receptor interactions.\n",
"\n",
"#### A Novel Approach to Informed Consent\n",
"Traditionally, informed consent has been a qualitative endeavor, reliant on subjective understanding. In our model, we redefine informed consent quantitatively using a novel adaptation of Fisher’s Information Criteria. By leveraging standard error as a metric, we ensure that:\n",
"1. Donors receive precise, probabilistic insights into their health outcomes.\n",
"2. Decision-making is grounded in transparency and statistical rigor.\n",
"3. Consent is not merely a formality but a data-driven collaboration between patient and provider.\n",
"\n",
"For instance, a donor with a specific profile (e.g., a 45-year-old healthy individual) will receive tailored estimates that articulate not just the expected outcomes but also the degree of uncertainty around those outcomes. This empowers donors to engage with their choices analytically, embodying the true spirit of informed consent.\n",
"\n",
"#### Bridging Science and Humanity\n",
"This model transforms the static, linear paradigms of traditional risk assessment into a dynamic, adaptive framework rooted in evolutionary principles. By combining neuroanatomical inspiration with cutting-edge statistical methodologies, we’ve built a tool that aligns with both the complexity of human biology and the ethical imperative of transparency.\n",
"\n",
"In this neural network, every layer—from the pre-input foundation to the ecosystemic outputs—works in harmony to serve one purpose: equipping donors with the knowledge they need to make empowered, informed decisions about their contributions to the world.\n",
"\n",
"\n",
"\n"
"```{figure} ../figures/blanche.*\n",
"---\n",
"width: 1\n",
"height: 1\n",
"---\n",
"_NVIDIA CEO Jensen Huang Keynote at CES 2025 on January 6, 2024_. \n",
"```"
]
},
{
Expand Down Expand Up @@ -168,7 +134,7 @@
"The pre-input layer corresponds to data (target, source, eligible populations), multivariable regression, coefficient vector, and variance covariance matrix. G1 & G2 at the yellowstone node correspond to the JavaScript & HTML backend of our app. N1-N5 represent the study vs. control population parameters selected by the end-user. The three node compression is the vast combinatorial space where patient characteristics are defined by the end-user. And, finally, the output to be optimized: personalized estimates & their standard error. We have novel Fischer's Information Criteria inspired definition of \"informed consent\": we are quantifying it with something akin to information criteria using the standard error. \n",
"```\n",
"\n",
" "
"## Optimization End Metric"
]
}
],
Expand Down
Loading

0 comments on commit bd052b6

Please sign in to comment.