Jump to content

ALine

Senior Members
  • Posts

    411
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by ALine

  1. My first goal is to develop a general definition for cognition, then I will be developing an algorithm/what ever is equivalent to what makes it run on a computer, then I will advance and improve it over time.

  2. I want to make this a life long journey into making a general purpose artificial intelligence (AGI) using my knowledge and ability. I would like to track my journey on here to keep me motivated. Thank you for your time.
  3. What would be a formal definition of intelligence/cognition. Which that can be expressed formally and mathematically? One which could be ran according to unique algorithms/computation/mathematical methods.
  4. I have decided to dedicate my time to trying to figure out AGI. My future questions will be in regards to this. Thank you!

  5. Could a relationship be formed between a "tie" in game theory and the halting problem in "decidability" in automata theory?
  6. Book Idea: "The us giving away a daughter, who is an alien from space. Causing the father to make sure they remember his name. "- Ravana's Siloete

    1. ALine

      ALine

      bad book idea

       

  7. Deuterium How would you extract energy from gamma radiation directly?
  8. Is there a metal out there you can bombard with electrons to get gamma radiation?
  9. No, I am turning alpha particles into a proton pair and then waiting for them to fuse by applying energy. If you have a naturally decaying radioactive source such as C-60 which emits gamma radiation then you would not need to worry about input energy. Its just naturally supplied.
  10. how much does it cost to remove a neutron?
  11. It shows that the resultant of fusion is not beta(-) decay but instead beta(+) decay.
  12. What about instead of a
  13. But it also says that there is a <0.01% decay into 2H through beta decay.
  14. isn't He-2 isotope decaying into H-2(deuterium) just fusion?
  15. No I mean that if you remove the neutrons in the alpha particle the protons would be close enough to allow for the protons to fuse. That is done using gamma radiation from a natural source. It would then form deuterium and not helium-4.
  16. Doesn't gamma radiation strip neutrons from atoms?
  17. Wouldn't the proton pair be past the coulomb barrier between the two? So would it be feasible?
  18. Could you take alpha radiation and then strip the neutrons from it using gamma radiation and then apply radiation to heat the proton pair to lead to fusion?
  19. I believe to have found a pattern for the goldbach conjecture, however I need help formalizing it into an equation and proof.
  20. Just wanted to make sure everyone was doing ok and wanted to say hello.
  21. I was working trying to figure out how to map input to output and came up with this program. def create_mapping_function(inputData, outputData): mapping = [] # map the same to the same for i in range(0,len(inputData)): for o in range(0,len(outputData)): if outputData[o] == inputData[i]: # mapping position to position # this shows the mapping values. mapping.append([i,o]) return mapping inputData = input_data() outputData = output_data() mapping = create_mapping_function(inputData, outputData) # print(f) # use mapping and save them as a mapping function. inputData = ['h','e','l','l','o'] # mapping = f # # input a unique list with a specific length #f(x) def mapping_function(inputData, mapping): outputData = [] for i in range(0,len(inputData)): outputData.append(0) # placeholders for i in range(0,len(inputData)): outputData[mapping[i][1]] = inputData[mapping[i][0]] return outputData output = mapping_function(inputData, mapping) print(output) What it is doing to taking an input and output and then finding there common relationships. Afterwards it outputs the mapping with user define input.
  22. Here is an image of the prototype... I received a multimeter read out before and after exposing it to the sun and got an increase in voltage over time. I "think" it works on a principle similar to osmosis but with electrons, however I am most certain this may be wrong.
  23. I developed and prototype for an invention for collecting energy from the sun. It stores a maximum of .6V. It is very inefficient and I feel as though the prototype can be improved dramatically. (A novel invention for collecting energy from the sun.) <- real title
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.