ai and bio notes

18
7/24/2019 AI and Bio Notes http://slidepdf.com/reader/full/ai-and-bio-notes 1/18  of 1 18 AI and Bio Notes By Ian Beardsley Copyright © 2015 by Ian Beardsley 

Upload: ian-beardsley

Post on 20-Feb-2018

228 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: AI and Bio Notes

7/24/2019 AI and Bio Notes

http://slidepdf.com/reader/full/ai-and-bio-notes 1/18

 

of1 18

AI and Bio Notes

By Ian Beardsley

Copyright © 2015 by Ian Beardsley 

Page 2: AI and Bio Notes

7/24/2019 AI and Bio Notes

http://slidepdf.com/reader/full/ai-and-bio-notes 2/18

 

of2 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 Bio Notes

7/24/2019 AI and Bio Notes

http://slidepdf.com/reader/full/ai-and-bio-notes 3/18

 

of3 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 upthe molars masses reading down the structural representation of the amino acid, and weadd up those going across. We divide down by across and across by down, whichfigures the center of the cross (carbon) into both the numerator and denominator. Likethis we find the expression of the Amino Acid and how it is related to the structure of thebuilding block for artificial intelligence that I found, which I suggest is in the form ofsilicon doped with phosphorus and boron, which is the way diodes, transistors, andintegrated circuitry are made. We assume my expression for silicon, phosphorus, andboron is the building block of artificial intelligence, or robots, or electric life; the aminoacids are already known to be the building blocks of life.

My research has made me aware of a strange compound. Bestmann Ylide is theone compound where dicarbon monoxide (C2O) can remain stable and befunctional. 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 BeardsleySeptember 15, 2015

Page 4: AI and Bio Notes

7/24/2019 AI and Bio Notes

http://slidepdf.com/reader/full/ai-and-bio-notes 4/18

 

of4 18

I am writing a program in C and Python called Discover . It searches for hidden nuancesin 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 asa rectangle with sides a and c:

The following relationship holds:

Page 5: AI and Bio Notes

7/24/2019 AI and Bio Notes

http://slidepdf.com/reader/full/ai-and-bio-notes 5/18

 

of5 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 Bio Notes

7/24/2019 AI and Bio Notes

http://slidepdf.com/reader/full/ai-and-bio-notes 6/18

 

of6 18

Running Discover

 jharvard@appliance (~): cd Dropbox/pset2 jharvard@appliance (~/Dropbox/pset2): ./addtransistors are Silicon doped with Phosphorus and Boron

 Artificial Intelligence would be based on thisthe golden ratio conjugate is basic to lifeThe Golden Ratio Conjugate Is: 0.618Molar Mass Of Phosphorus (P) Is: 30.97Molar Mass Of Boron (B) Is: 10.81Molar Mass Of Silicon (Si) Is: 28.09

How many numbers do you want averaged? 21 enter a number: 92 enter a number: 5sum of your numbers are: 14.00average of your numbers is: 7.00enter two numbers (hint choose P and B):give me a: 30.97give me b: 10.81harmonic mean: 16.03

geometic mean: 18.30geometric mean between P and B divided by Si: 0.65harmonic mean between P and B divided by Si: 0.570.65 + 0.57 divided by 2 is: 0.61those are the the first two digits in the golden ratio conjugate

 jharvard@appliance (~/Dropbox/pset2):

Page 7: AI and Bio Notes

7/24/2019 AI and Bio Notes

http://slidepdf.com/reader/full/ai-and-bio-notes 7/18

 

of7 18

Here we have run the program for phosphorus, boron, and silicon

because if artificial intelligence (AI) is to have the golden ratioconjugate in it, this is where it should be found. The guess provedsuccessful. This immediately results in the relationship betweenartificial intelligence and biological, or organic, life.

Essentially we are saying (The sum of the geometric mean betweenP and B by Si with the harmonic mean of P and B by Si, theirarithmetic 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 Bio Notes

7/24/2019 AI and Bio Notes

http://slidepdf.com/reader/full/ai-and-bio-notes 8/18

 

of8 18

The Golden Ratio

Let us draw a line and divide it such that the length of that line divided by the largersection is equal to the larger section divided by the smaller section. That ratio is The

Golden Ratio, or phi:

Page 9: AI and Bio Notes

7/24/2019 AI and Bio Notes

http://slidepdf.com/reader/full/ai-and-bio-notes 9/18

 

of9 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\quadratio\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 Bio Notes

7/24/2019 AI and Bio Notes

http://slidepdf.com/reader/full/ai-and-bio-notes 10/18

 

of10 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 Bio Notes

7/24/2019 AI and Bio Notes

http://slidepdf.com/reader/full/ai-and-bio-notes 11/18

 

of11 18

 

Page 12: AI and Bio Notes

7/24/2019 AI and Bio Notes

http://slidepdf.com/reader/full/ai-and-bio-notes 12/18

 

of12 18

 

Page 13: AI and Bio Notes

7/24/2019 AI and Bio Notes

http://slidepdf.com/reader/full/ai-and-bio-notes 13/18

 

of13 18

 

Page 14: AI and Bio Notes

7/24/2019 AI and Bio Notes

http://slidepdf.com/reader/full/ai-and-bio-notes 14/18

 

of14 18

 

Page 15: AI and Bio Notes

7/24/2019 AI and Bio Notes

http://slidepdf.com/reader/full/ai-and-bio-notes 15/18

 

of15 18

 

Page 16: AI and Bio Notes

7/24/2019 AI and Bio Notes

http://slidepdf.com/reader/full/ai-and-bio-notes 16/18

 

of16 18

 

Page 17: AI and Bio Notes

7/24/2019 AI and Bio Notes

http://slidepdf.com/reader/full/ai-and-bio-notes 17/18

 

of17 18

 

Page 18: AI and Bio Notes

7/24/2019 AI and Bio Notes

http://slidepdf.com/reader/full/ai-and-bio-notes 18/18

 

of18 18

 

The Author