Skip to content

Ghideon

Senior Members
  • Joined

Everything posted by Ghideon

  1. Two relations taken from your paper: Can you show that they are valid in the physics under discussion? As Joigus said:
  2. It would have been interesting to compare that with those who were involved in selecting material for the churches made from bricks. I am not sure they would share your view. As far as I know the churches has not been flooded. If the people that built them were to know that they would last for hundreds of years they might claim that to be "evidence" for their view rather than your view. A scientist may instead have look at climate, geology and other factors for an explanation that better suits the spirit of this forum.
  3. A note related to algorithms; quantum computers may have impact in the future: https://en.wikipedia.org/wiki/Quantum_supremacy https://science.sciencemag.org/content/370/6523/1460 (I do not have access to check this paper) Note! I do not know if the problem described in this tread will benefit from quantum algorithms or quantum computing. My point is just that ongoing research tries to address tasks that are not practical to solve due to problems similar to the problems in OP's approach.
  4. http://letmegooglethat.com/?q=install+the+package+within+the+Pycharm+environment. The first hit on google returns a guide for: "Install, uninstall, and upgrade packages—PyCharm"
  5. If you manage to reduce the search space to something that will be practical I guess there would be a lot of interest. There are many different approaches* in computer science to search for solutions in efficient ways when there are too many combinations to try. But I am not aware of any efficient way to do this by generating all combinations and looking at them one by one. Your idea looks similar to a brute force attack for cracking passwords; it is not practical when there are too many combinations to test. Sorry, I do not understand the above and its connection to the topic. *) Discussing such approaches in better suited for a separate thread in mainstreams sections.
  6. Side note; around here there are several churches built using bricks. Oldest one was opened in 1192. A more recent example opened in 1959.
  7. Generating combinations is not so hard. The problem is that there are so many combinations to generate. For the approach you have provided the wait will be very long.
  8. It looks very similar to this thread: https://www.scienceforums.net/topic/123025-python-tree-program-multiple-children-module-error/?tab=comments#comment-1152593 have you tried that?
  9. True, the statement seems ok (roots of quadratic equation)
  10. Thanks, I'll check that later. Here is another one: Is that correct? It seems to imply that if 2>1 then 2<-1 which is not true.
  11. This sounds like a different* approach than the random sentence generation in OP; encoding or embedding a large amount of specific knowledge before running any searches? Here is a paper about Deep Learning for Symbolic Mathematics: https://arxiv.org/abs/1912.01412 Here is an article commenting on the paper: https://www.quantamagazine.org/symbolic-mathematics-finally-yields-to-neural-networks-20200520/ Maybe the above is a simple version of what you are trying to achieve? *) I may have misunderstood something, could simply be a language issue.
  12. Question: do you assume |a1| >=| a2| and |b1| >= |b2|? From your attached paper: Without |a1| >=| a2| and |b1| >= |b2| the square roots may be imaginary. Is that intended? From your attached paper:
  13. Thanks for your reply. I'll wait until you provide some way you attempt to separate the valid data from the huge amount of invalid data. Also note that you keep repeating the same simple examples. An analogy with your rectangle: Assume the program gives "The area of a rectangle with sides 4 meters long is the sum of the length of its sides." 4+4+4+4 gives you 16 which happens to match the numerical value of the area. If we knew enough about area calculation to spot the issue then we had no need for the program? For a more contemporary example, the output could be something like "convolutional neural networks generally provide better results for image recognition than an architecture based on a recurrent neural network". it would be one of millions of similar statements.
  14. You told me to wait: It seems though as my 1st question was answered. What we have looks pretty obvious; scientific papers written in the near future will most likely contain a combination of existing words (together with numbers and mathematical symbols). Even for some novel concept existing words and mathematics could be used to define the new concepts. My 2nd and 3rd question seems to be unanswered.
  15. Some feedback for your idea: 1: Your example requires that the word "area" existed before anyone came up with the idea how to calculate area? Why would that be so, and why would it be so in general for new discoveries? 2: If we assume 1000 words (a small subset of English) and that a sentence of 10 words is sufficient to describe a novel discovery (I guess that is not nearly enough) then you have 2.6E+23 (263409560461970212832400) sentences* to choose from. Sorting out the interesting ones would require quite some effort? 3: Let's try the words in your first reply: Here are three examples using words from your sentence: I understand you very well. You don't understand very well. You don't understand. What algorithm should a computer (or human) use to select the sentence that "makes sense" unless it is already obvious? (I note that OP has hit the max 5 posts for first day.) Side note: Using a more advanced model for generating sentences can get interesting results. The Generative Pre-trained Transformer 3 (GPT-3) is capable of generating human-like text. But I would not expect it to autogenerate papers containing novel scientific discoveries. https://en.wikipedia.org/wiki/GPT-3 *) Algorithms could be used to not generate clearly invalid sentences, the example is just an illustration of the number of combinations.
  16. Because they have syntax errors. Trailing back slash is not allowed* Also note that what ever the arrows are supposed to mean they have no special meaning in regular expressions. The arrows will be matched literally *) In the regex I am familiar with, as described above there are different styles.
  17. Is this still regarding regular expressions?
  18. Sorry, that is not very clear. Please explain, preferably with an example. There is something about the exercise formulation I do not understand. Two primes A and B have the product C=A*B. The product, C, can't be a prime.
  19. Are you sure about the formulation? If you multiply primes from a sequence of primes how could the result be a prime number?
  20. That work seems related to crop circles rather than concepts of mainstream science. I would recommend other sources such as those provided by @Phi for All.
  21. That seems pretty close. Add the missing " after the string and the code will run:
  22. https://www.w3schools.com/python/ref_string_find.asp
  23. @MigL: Bug free images. When conditions are right the water from the gentle waves in the lake embeds the stones and vegetation in almost transparent ice bubbles. (Getting into a better position or angle to take the pictures was not worth the risk. Or maybe I was getting too old and lazy)
  24. Probably. But more likely I tried to point out the holes in another members argument regarding outwards acceleration and I went off on a tangent.
  25. Recently I returned to a discussion after a break and I was suddenly accused of not taking centrifugal forces into account. I guess I was out of the loop for a while.

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.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.