//Ok, off topic
However, I have to ask did they also tell you that they will come back, but never do?
I tried a couple, pretty cool what they can do but if you are not a programmer then I wouldn’t recommend copying and pasting whole code, because bias is a thing and they do make mistakes, but certain Ai can explain the basics.
All that I tested, explained to me what a neutral network (Ai) is in great detail, and I even coded my own to understand it a bit better using bitwise conversations to convert an input bits array into the output bit array using neurons or nodes with 4 activation functions.
Sadly, the patterns where to not that usable because they were too specific for input and output because it worked with 0’s and 1’s.
That Picasso is HTML 5 I wrote in notepad, and I used a chat Ai to help me, like question how do, I do this in this programming langue?
Do note that they changed things, so I don’t know if it still works, but did you know that you can ask it question like this?
This was my text question for ChatGPT free:
DATABASE = [‘https://www.webelements.com/’, ‘https://www.chemicool.com/’, ‘https://www.ptable.com/’, ‘Periodic Table – Royal Society of Chemistry’, ‘https://periodictable.com/’]
‘#’ = Atom number
SYMBOL = Atom symbol
NAME = Atoms name
N: number of neutrons of the atom;
EC: an array of the most common electron configuration found while walking through the DATABASE array in this format (For each shell an atom has its electron count),(for O, oxygen it would be 2,6 this is also known as the KLMN format);
ON: oxidation numbers atom as an array;
MT: the most commonly known magnetic type of the atom found while walking through the DATABASE array;
Check: I would like you to check the URLs in the DATABASE for the N, EC, ON, MT values and if they are equal to each other return “Match” if not return “Mixed data”;
AtomData = #, SYMBOL, NAME, N, EC, ON, MT, Check;
Would you be so kind by providing me with the AtomData output of the atoms on the periodic table of H, He, Fe, Cu, Hg and to show me this in a table in the mark down format?