ai and biio notes

18
of 1 18 AI and Bio Notes By Ian Beardsley Copyright © 2015 by Ian Beardsley

Upload: discover

Post on 24-Jul-2016

222 views

Category:

Documents


2 download

DESCRIPTION

Artificial Intelligence is not a human invention; it is a human discovery: The recipe is written in Nature, and, the list of ingredients was given to us. Even the syntax was provided. For the syntax ideas read: The Amino Acid Cross Theory by Ian Beardsley.

TRANSCRIPT

Page 1: Ai And Biio Notes

� of �1 18

AI and Bio Notes By Ian Beardsley Copyright © 2015 by Ian Beardsley

Page 2: Ai And Biio Notes

� of �2 18

Artificial Intelligence is not a human invention; it is a human discovery: The recipe is written in Nature, and, the list of ingredients was given to us. Even the syntax was provided.

Ian Beardsley October 21, 2015

Page 3: Ai And Biio Notes

� of �3 18

The Amino Acid Cross Theory

I call it the Amino Acid Cross Theory. The idea is that we find a way of comparing the compounds, and elements in the Amino Acids to one another in the cross. We add up the molars masses reading down the structural representation of the amino acid, and we add up those going across. We divide down by across and across by down, which figures the center of the cross (carbon) into both the numerator and denominator. Like this we find the expression of the Amino Acid and how it is related to the structure of the building block for artificial intelligence that I found, which I suggest is in the form of silicon doped with phosphorus and boron, which is the way diodes, transistors, and integrated circuitry are made. We assume my expression for silicon, phosphorus, and boron is the building block of artificial intelligence, or robots, or electric life; the amino acids are already known to be the building blocks of life.

My research has made me aware of a strange compound. Bestmann Ylide is the one compound where dicarbon monoxide (C2O) can remain stable and be functional. Dicarbon monoxide (C2O) is the reverse of Carbon Dioxide (CO2) which is the culprit in global warming.

I found success in the first Amino Acid I chose, Serine. There are 20 Amino Acids, and I have begun to work on some of the others. I found success in Alanine.

Ian Beardsley September 15, 2015

Page 4: Ai And Biio Notes

� of �4 18

I am writing a program in C and Python called Discover. It searches for hidden nuances in Nature and the Universe. The first program is called add. It is based on:

The arithmetic mean is the midpoint, c, between two extremes a, and c:

!

The harmonic mean is not necessarily the midpoint between two extremes but is the value that occurs most frequently:

!

The geometric mean, b, between a and c, is the side of a square that has the same area as a rectangle with sides a and c:

!

The following relationship holds:

!

Page 5: Ai And Biio Notes

� of �5 18

The Program add.c

#include <stdio.h> #include <math.h> int main(void) { int n; do { printf("How many numbers do you want averaged? "); scanf("%d", &n); } while (n<=0);

float num[n], sum=0.0, average; for (int i=1; i<=n; i++) { printf("%d enter a number: ", i); scanf("%f", &num[n]); sum+=num[n]; average=sum/n; } printf("sum of your numbers are: %.2f\n", sum); printf("average of your numbers is: %.2f\n", average);

float a, b, product, harmonic; printf("enter two numbers (hint choose P and B): \n"); printf("give me a: "); scanf("%f", &a); printf("give me b: "); scanf("%f", &b); product = 2*a*b; sum=a+b; harmonic=product/sum; printf("harmonic mean: %.2f\n", harmonic); double geometric; geometric=sqrt(a*b); printf("geometic mean: %.2f\n", geometric);}

Page 6: Ai And Biio Notes

� of �6 18

Running Discover

jharvard@appliance (~): cd Dropbox/pset2 jharvard@appliance (~/Dropbox/pset2): ./add transistors are Silicon doped with Phosphorus and Boron Artificial Intelligence would be based on this the golden ratio conjugate is basic to life The Golden Ratio Conjugate Is: 0.618 Molar Mass Of Phosphorus (P) Is: 30.97 Molar Mass Of Boron (B) Is: 10.81 Molar Mass Of Silicon (Si) Is: 28.09 How many numbers do you want averaged? 2 1 enter a number: 9 2 enter a number: 5 sum of your numbers are: 14.00 average of your numbers is: 7.00 enter two numbers (hint choose P and B): give me a: 30.97 give me b: 10.81 harmonic mean: 16.03 geometic mean: 18.30 geometric mean between P and B divided by Si: 0.65 harmonic mean between P and B divided by Si: 0.57 0.65 + 0.57 divided by 2 is: 0.61 those are the the first two digits in the golden ratio conjugate jharvard@appliance (~/Dropbox/pset2):

Page 7: Ai And Biio Notes

� of �7 18

Here we have run the program for phosphorus, boron, and silicon because if artificial intelligence (AI) is to have the golden ratio conjugate in it, this is where it should be found. The guess proved successful. This immediately results in the relationship between artificial intelligence and biological, or organic, life.

Essentially we are saying (The sum of the geometric mean between P and B by Si with the harmonic mean of P and B by Si, their arithmetic mean is the first two digits in the golden ratio conjugate :

\frac { \sqrt { PB } }{ Si } =\frac { (30.97)(10.81) }{ (28.09) } =0.65\\ \frac { 2PB }{ P+B } /Si=\frac { 2(30.97)(10.81) }{ (30.97+10.81) } /28.09=0.57\\ \frac { 0.65+0.57 }{ 2 } =0.61

Page 8: Ai And Biio Notes

� of �8 18

The Golden Ratio

Let us draw a line and divide it such that the length of that line divided by the larger section is equal to the larger section divided by the smaller section. That ratio is The Golden Ratio, or phi:

!

Page 9: Ai And Biio Notes

� of �9 18

That is, we have found the following, where Au is gold, Ag is silver, He is helium, H is hydrogen and 3/10 is 0.3 is the albedo of the earth. The sun fuses hydrogen into helium and, Au/Ag is about 9/5, which is the ratio of the solar radius to the lunar orbital radius:

\frac { \sqrt { PB } (P+B)+2PB }{ 2(P+B)(Si) } \approx \phi \\ \phi =0.618=golden\quad ratio\quad conjugate

\frac { \sqrt { PB } (P+B)\quad +2PB }{ 2(P+B)(Si) } \left[ \frac { 3 }{ 10 } \frac { Au }{ Ag } +\frac { He }{ H } \right] =\frac { COOH }{ { NH }_{ 2 } }

Page 10: Ai And Biio Notes

� of �10 18

We write out the decimal to the point where it does not need to be rounded up. We write the decimal out to at least two places. We dope silicon (Si) with group III elements, Boron (B) and Gallium (Ga) to make p-type silicon and, dope silicon (Si) with group V elements, such as phosphorus (p) and arsenic (As) to make n-type silicon. This is the basis of AI (artificial intelligence) and should have the golden ratio, or its conjugate in its means.

Page 11: Ai And Biio Notes

� of �11 18

!

Page 12: Ai And Biio Notes

� of �12 18

!

Page 13: Ai And Biio Notes

� of �13 18

Page 14: Ai And Biio Notes

� of �14 18

Page 15: Ai And Biio Notes

� of �15 18

Page 16: Ai And Biio Notes

� of �16 18

Page 17: Ai And Biio Notes

� of �17 18

Page 18: Ai And Biio Notes

� of �18 18

! The Author