The Naked Scientists
  • Login
  • Register
  • Podcasts
      • The Naked Scientists
      • eLife
      • Naked Genetics
      • Naked Astronomy
      • In short
      • Naked Neuroscience
      • Ask! The Naked Scientists
      • Question of the Week
      • Archive
      • Video
      • SUBSCRIBE to our Podcasts
  • Articles
      • Science News
      • Features
      • Interviews
      • Answers to Science Questions
  • Get Naked
      • Donate
      • Do an Experiment
      • Science Forum
      • Ask a Question
  • About
      • Meet the team
      • Our Sponsors
      • Site Map
      • Contact us

User menu

  • Login
  • Register
  • Home
  • Help
  • Search
  • Tags
  • Recent Topics
  • Login
  • Register
  1. Naked Science Forum
  2. On the Lighter Side
  3. New Theories
  4. How close are we from building a virtual universe?
« previous next »
  • Print
Pages: 1 2 3 [4] 5 6 ... 65   Go Down

How close are we from building a virtual universe?

  • 1294 Replies
  • 353670 Views
  • 5 Tags

0 Members and 120 Guests are viewing this topic.

Offline hamdani yusuf (OP)

  • Naked Science Forum GOD!
  • *******
  • 11797
  • Activity:
    91.5%
  • Thanked: 285 times
Re: How close are we from building a virtual universe?
« Reply #60 on: 28/12/2020 04:02:56 »
Here is the article Elon Musk was tweeting about.
https://berthub.eu/articles/posts/reverse-engineering-source-code-of-the-biontech-pfizer-vaccine/
Quote
Welcome! In this post, we’ll be taking a character-by-character look at the source code of the BioNTech/Pfizer SARS-CoV-2 mRNA vaccine.
Now, these words may be somewhat jarring - the vaccine is a liquid that gets injected in your arm. How can we talk about source code?

This is a good question, so let’s start off with a small part of the very source code of the BioNTech/Pfizer vaccine, also known as BNT162b2, also known as Tozinameran also known as Comirnaty.


First 500 characters of the BNT162b2 mRNA. Source: World Health Organization

The BNT162b mRNA vaccine has this digital code at its heart. It is 4284 characters long, so it would fit in a bunch of tweets. At the very beginning of the vaccine production process, someone uploaded this code to a DNA printer (yes), which then converted the bytes on disk to actual DNA molecules.

A Codex DNA BioXp 3200 DNA printer

Out of such a machine come tiny amounts of DNA, which after a lot of biological and chemical processing end up as RNA (more about which later) in the vaccine vial. A 30 microgram dose turns out to actually contain 30 micrograms of RNA. In addition, there is a clever lipid (fatty) packaging system that gets the mRNA into our cells.

RNA is the volatile ‘working memory’ version of DNA. DNA is like the flash drive storage of biology. DNA is very durable, internally redundant and very reliable. But much like computers do not execute code directly from a flash drive, before something happens, code gets copied to a faster, more versatile yet far more fragile system.

For computers, this is RAM, for biology it is RNA. The resemblance is striking. Unlike flash memory, RAM degrades very quickly unless lovingly tended to. The reason the Pfizer/BioNTech mRNA vaccine must be stored in the deepest of deep freezers is the same: RNA is a fragile flower.

Each RNA character weighs on the order of 0.53·10⁻²¹ grams, meaning there are 6·10¹⁶ characters in a single 30 microgram vaccine dose. Expressed in bytes, this is around 25 petabytes, although it must be said this consists of around 2000 billion repetitions of the same 4284 characters. The actual informational content of the vaccine is just over a kilobyte. SARS-CoV-2 itself weighs in at around 7.5 kilobytes.
And the summary is below.
Quote
Summarising
With this, we now know the exact mRNA contents of the BNT162b2 vaccine, and for most parts we understand why they are there:

- The CAP to make sure the RNA looks like regular mRNA
- A known successful and optimized 5’ untranslated region (UTR)
- A codon optimized signal peptide to send the Spike protein to the right place (copied 100% from the original virus)
- A codon optimized version of the original spike, with two ‘Proline’ substitutions to make sure the protein appears in the right form
- A known successful and optimized 3’ untranslated region
- A slightly mysterious poly-A tail with an unexplained ‘linker’ in there

The codon optimization adds a lot of G and C to the mRNA. Meanwhile, using Ψ (1-methyl-3’-pseudouridylyl) instead of U helps evade our immune system, so the mRNA stays around long enough so we can actually help train the immune system.
You can read the detail in the link above, which is fascinating.
« Last Edit: 28/12/2020 04:13:30 by hamdani yusuf »
Logged
Unexpected results come from false assumptions.
 



Offline hamdani yusuf (OP)

  • Naked Science Forum GOD!
  • *******
  • 11797
  • Activity:
    91.5%
  • Thanked: 285 times
Re: How close are we from building a virtual universe?
« Reply #61 on: 02/01/2021 10:37:19 »
Quote
In this video Elon Musk talks about Tesla Full Self driving software remotely at a Chinese AI conference. Elon predicts that Tesla will achieve level 5 autonomy soon and sooner than people can imagine. Elon also indirectly criticizes Waymo, a googles self-driving software company. Waymo depends on LiDAR and HD maps. Most of the time, they train their self-driving software and car in simulation.

In this video he emphasizes that understanding reality is essentially a data compression process. I've mentioned this previously in this thread.
Logged
Unexpected results come from false assumptions.
 

Offline hamdani yusuf (OP)

  • Naked Science Forum GOD!
  • *******
  • 11797
  • Activity:
    91.5%
  • Thanked: 285 times
Re: How close are we from building a virtual universe?
« Reply #62 on: 12/01/2021 02:53:06 »
Here are very informative videos explaining how Tesla autopilot was developed.



« Last Edit: 12/01/2021 03:30:04 by hamdani yusuf »
Logged
Unexpected results come from false assumptions.
 

Offline hamdani yusuf (OP)

  • Naked Science Forum GOD!
  • *******
  • 11797
  • Activity:
    91.5%
  • Thanked: 285 times
Re: How close are we from building a virtual universe?
« Reply #63 on: 12/01/2021 03:30:15 »
Some main points I get from the videos are:
- Autopilot builds a virtual universe in its memory space to represent its surrounding environment based on data input from its sensors.
- Modular concepts are employed to increase efficiency, so many things don't have to start from scratch again everytime new feature is added.
- Building the virtual universe is done in real time which means a lot of new data is acquired, hence a lot of older data must be discarded. Therefore, to make the system work, it must compress the incoming data into meaningful and useful concepts, after filtering out noises and insignificant information.
- Those data selection requires data hierarchy like deep believe network I mentioned earlier. Higher level information (believe) determine which data from lower level believe nodes to be kept and used or discarded and ignored. It's similar to how human brain works. That's why sometimes we find it hard to convince people by simply presenting facts that contradict their existing believe system, such as flat earthers, MAGA crowd, or religious fanatics.
- The automation process is kept being automated, up into several levels of automation. We are building machines that build machines that build machines, and so on, as Ray Kurzweil called indirection. And those machines are getting better at achieveing their goals put into them. That's why it's getting more urgent for us to find a universal terminal goal, as I discuss in another thread.
« Last Edit: 12/01/2021 06:17:42 by hamdani yusuf »
Logged
Unexpected results come from false assumptions.
 

Offline hamdani yusuf (OP)

  • Naked Science Forum GOD!
  • *******
  • 11797
  • Activity:
    91.5%
  • Thanked: 285 times
Re: How close are we from building a virtual universe?
« Reply #64 on: 14/01/2021 05:59:48 »
Quote
Wherein Dr. Know-it-all discusses the work of Dr. Arthur Choi (UCLA) and others concerning the quest to understand how deep convolutional neural networks function. This new field, XAI, or explainable AI, uses decision trees, formal logic, and even tractable boolean circuits (simulated logic gates) to explain why machine learning using deep neural nets functions so well some of the time, but so poorly other times.
Logged
Unexpected results come from false assumptions.
 



Offline hamdani yusuf (OP)

  • Naked Science Forum GOD!
  • *******
  • 11797
  • Activity:
    91.5%
  • Thanked: 285 times
Re: How close are we from building a virtual universe?
« Reply #65 on: 19/01/2021 22:32:59 »
Last year may have severed our connections with the physical world, but in the digital realm, AI thrived. Take NeurIps, the crown jewel of AI conferences. While lacking the usual backdrop of the dazzling mountains of British Columbia or the beaches of Barcelona, the annual AI extravaganza highlighted a slew of “big picture” problems—bias, robustness, generalization—that will encompass the field for years to come.

On the nerdier side, scientists further explored the intersection between AI and our own bodies. Core concepts in deep learning, such as backpropagation, were considered a plausible means by which our brains “assign fault” in biological networks—allowing the brain to learn. Others argued it’s high time to double-team intelligence, combining the reigning AI “golden child” method—deep learning—with other methods, such as those that guide efficient search.

Here are four areas we’re keeping our eyes on in 2021. They touch upon outstanding AI problems, such as reducing energy consumption, nixing the need for exuberant learning examples, and teaching AI some good ole’ common sense.

https://singularityhub.com/2021/01/05/2021-could-be-a-banner-year-for-ai-if-we-solve-these-4-problems/
Logged
Unexpected results come from false assumptions.
 

Offline hamdani yusuf (OP)

  • Naked Science Forum GOD!
  • *******
  • 11797
  • Activity:
    91.5%
  • Thanked: 285 times
Re: How close are we from building a virtual universe?
« Reply #66 on: 23/01/2021 03:27:21 »
https://towardsdatascience.com/introduction-to-bayesian-inference-18e55311a261

Motivation
Imagine the following scenario: you are driving an ambulance to a hospital and have to decide between route A and B. In order to save your patient, you need to arrive in less than 15 minutes. If we estimate that route A takes 12 minutes and route B takes 10 minutes, which would you choose? Route B seems faster, so why not?
The information provided so far consisted of point estimates of routes A and B. Now, let’s add information about the uncertainty of each prediction: route A takes 12 min ±1min, while route B takes 10 min ±6min.
Now it seems like the prediction of route B is significantly more uncertain, eventually risking taking longer than the 15 minute limit. Adding information about uncertainty here can make us change our decision from taking route B to taking route A.

More broadly, consider the following cases:
We want to estimate a quantity which does not have a fixed value — instead, it can change between different ones
Regardless of the true value being fixed or not, we are interested in knowing the uncertainty of our estimation
The ambulance example was intended to illustrate the second case. For the first case, we can have a quick look at the work of Nobel Prize winning economist Christopher Sims. I will simply cite his student Toshiaki Watanabe:
I once asked Chris why he favoured the Bayesian approach. He replied by pointing to the Lucas critique, which argues that when government and central bank policies change, so do the model parameters, so that they should be regarded not as constants but as stochastic variables.
For both cases, Bayesian inference can be used to model our variables of interest as a whole distribution, instead of a unique value or point estimate.

Judea Pearl describes it this way, in The Book of Why [2]:
(…) Bayes’s rule is formally an elementary consequence of his definition of conditional probability. But epistemologically, it is far from elementary. It acts, in fact, as a normative rule for updating beliefs in response to evidence.
« Last Edit: 23/01/2021 03:32:09 by hamdani yusuf »
Logged
Unexpected results come from false assumptions.
 

Offline hamdani yusuf (OP)

  • Naked Science Forum GOD!
  • *******
  • 11797
  • Activity:
    91.5%
  • Thanked: 285 times
Re: How close are we from building a virtual universe?
« Reply #67 on: 24/01/2021 07:45:31 »
“Our approach is pretty much the exact opposite of the traditional pharmaceutical approach. With our approach, there is no drug, no poison at all – just a little program written in DNA. We’ve effectively taken targeting out of the realm of chemistry and brought it into the realm of information.”
Matthew Scholz, Co-founder & CEO, Oisín Biotechnologies

https://www.longevity.technology/promising-restorative-therapy-could-potentially-be-available-within-5-years/
Logged
Unexpected results come from false assumptions.
 

Offline hamdani yusuf (OP)

  • Naked Science Forum GOD!
  • *******
  • 11797
  • Activity:
    91.5%
  • Thanked: 285 times
Re: How close are we from building a virtual universe?
« Reply #68 on: 25/01/2021 06:57:51 »
The Coronavirus Is Mutating. Here’s What We Know | WSJ

Another example how an accurate virtual universe can help to accelerate research through trial and error by saving required resources, especially time.
Logged
Unexpected results come from false assumptions.
 



Offline hamdani yusuf (OP)

  • Naked Science Forum GOD!
  • *******
  • 11797
  • Activity:
    91.5%
  • Thanked: 285 times
Re: How close are we from building a virtual universe?
« Reply #69 on: 27/01/2021 07:17:28 »
The Promise (And Realities) Of AI / ML
https://energycentral.com/c/iu/promise-and-realities-ai-ml
Quote
Artificial Intelligence has been getting a bad rap of late, with numerous opinion pieces and articles describing how it has struggled to live up to the hype. Arguments have centered around computational cost, lack of high-quality data, and the difficulty in getting past the high nineties in percent accuracy, all resulting in the continued need to have humans in the loop.
Quote
AI & ML are simply tools for building complex (and sometimes non-linear) models that consider large amounts of information. They are most potent in applications where their pattern finding power significantly exceeds human capability. If we adjust our attitude and expectations, we can leverage their power to bring about all sorts of tangible outcomes for humanity.

With this type of re-calibration, our mission should be to use AI to help human decision makers, rather than replace them. Machine learning is now being used to build weather and climate impact models that help infrastructure managers respond with accuracy and allocate their resources efficiently. While these models do not perfectly match the ground truth, they are much more accurate and precise than simple heuristics, and can save millions of dollars through more efficient capital allocation.
Logged
Unexpected results come from false assumptions.
 

Offline hamdani yusuf (OP)

  • Naked Science Forum GOD!
  • *******
  • 11797
  • Activity:
    91.5%
  • Thanked: 285 times
Re: How close are we from building a virtual universe?
« Reply #70 on: 27/01/2021 07:26:05 »
https://spectrum.ieee.org/computing/software/its-too-easy-to-hide-bias-in-deeplearning-systems
Artificial intelligence makes it hard to tell when decision-making is biased
Quote
When advertisers create a Facebook ad, they target the people they want to view it by selecting from an expansive list of interests. “You can select people who are interested in football, and they live in Cote d’Azur, and they were at this college, and they also like drinking,” Goga says. But the explanations Facebook provides typically mention only one interest, and the most general one at that. Mislove assumes that’s because Facebook doesn’t want to appear creepy; the company declined to comment for this article, so it’s hard to be sure.

Google and Twitter ads include similar explanations. All three platforms are probably hoping to allay users’ suspicions about the mysterious advertising algorithms they use with this gesture toward transparency, while keeping any unsettling practices obscured. Or maybe they genuinely want to give users a modicum of control over the ads they see—the explanation pop-ups offer a chance for users to alter their list of interests. In any case, these features are probably the most widely deployed example of algorithms being used to explain other algorithms. In this case, what’s being revealed is why the algorithm chose a particular ad to show you.

The world around us is increasingly choreographed by such algorithms. They decide what advertisements, news, and movie recommendations you see. They also help to make far more weighty decisions, determining who gets loans, jobs, or parole. And in the not-too-distant future, they may decide what medical treatment you’ll receive or how your car will navigate the streets. People want explanations for those decisions. Transparency allows developers to debug their software, end users to trust it, and regulators to make sure it’s safe and fair.

The problem is that these automated systems are becoming so frighteningly complex that it’s often very difficult to figure out why they make certain decisions. So researchers have developed algorithms for understanding these decision-making automatons, forming the new subfield of explainable AI.
Quote
In 2017, the Defense Advanced Research Projects Agency launched a US $75 million XAI project. Since then, new laws have sprung up requiring such transparency, most notably Europe’s General Data Protection Regulation, which stipulates that when organizations use personal data for “automated decision-making, including profiling,” they must disclose “meaningful information about the logic involved.” One motivation for such rules is a concern that black-box systems may be hiding evidence of illegal, or perhaps just unsavory, discriminatory practices.
Quote
As a result, XAI systems are much in demand. And better policing of decision-making algorithms would certainly be a good thing. But even if explanations are widely required, some researchers worry that systems for automated decision-making may appear to be fair when they really aren’t fair at all.

For example, a system that judges loan applications might tell you that it based its decision on your income and age, when in fact it was your race that mattered most. Such bias might arise because it reflects correlations in the data that was used to train the AI, but it must be excluded from decision-making algorithms lest they act to perpetuate unfair practices of the past.

The challenge is how to root out such unfair forms of discrimination. While it’s easy to exclude information about an applicant’s race or gender or religion, that’s often not enough. Research has shown, for example, that job applicants with names that are common among African Americans receive fewer callbacks, even when they possess the same qualifications as someone else.

A computerized résumé-screening tool might well exhibit the same kind of racial bias, even if applicants were never presented with checkboxes for race. The system may still be racially biased; it just won’t “admit” to how it really works, and will instead provide an explanation that’s more palatable.

Regardless of whether the algorithm explicitly uses protected characteristics such as race, explanations can be specifically engineered to hide problematic forms of discrimination. Some AI researchers describe this kind of duplicity as a form of “fairwashing”: presenting a possibly unfair algorithm as being fair.

 Whether deceptive systems of this kind are common or rare is unclear. They could be out there already but well hidden, or maybe the incentive for using them just isn’t great enough. No one really knows. What’s apparent, though, is that the application of more and more sophisticated forms of AI is going to make it increasingly hard to identify such threats.
Quote
No company would want to be perceived as perpetuating antiquated thinking or deep-rooted societal injustices. So a company might hesitate to share exactly how its decision-making algorithm works to avoid being accused of unjust discrimination. Companies might also hesitate to provide explanations for decisions rendered because that information would make it easier for outsiders to reverse engineer their proprietary systems. Cynthia Rudin, a computer scientist at Duke University, in Durham, N.C., who studies interpretable machine learning, says that the “explanations for credit scores are ridiculously unsatisfactory.” She believes that credit-rating agencies obscure their rationales intentionally. “They’re not going to tell you exactly how they compute that thing. That’s their secret sauce, right?”

And there’s another reason to be cagey. Once people have reverse engineered your decision-making system, they can more easily game it. Indeed, a huge industry called “search engine optimization” has been built around doing just that: altering Web pages superficially so that they rise to the top of search rankings.
What I see from the trend is that information technology is converging toward the building of a virtual universe. Competitions to become the first/biggest/best AI system builder for selfish motivations could be directed to a more collaborative efforts by promoting a universal terminal goal.
« Last Edit: 27/01/2021 07:42:50 by hamdani yusuf »
Logged
Unexpected results come from false assumptions.
 

Offline hamdani yusuf (OP)

  • Naked Science Forum GOD!
  • *******
  • 11797
  • Activity:
    91.5%
  • Thanked: 285 times
Re: How close are we from building a virtual universe?
« Reply #71 on: 28/01/2021 11:52:07 »
'Liquid' machine-learning system adapts to changing conditions

Quote
MIT researchers have developed a type of neural network that learns on the job, not just during its training phase. These flexible algorithms, dubbed "liquid" networks, change their underlying equations to continuously adapt to new data inputs. The advance could aid decision making based on data streams that change over time, including those involved in medical diagnosis and autonomous driving.   
https://techxplore.com/news/2021-01-liquid-machine-learning-conditions.amp?__twitter_impression=true

Quote
  Hasani designed a neural network that can adapt to the variability of real-world systems. Neural networks are algorithms that recognize patterns by analyzing a set of "training" examples. They're often said to mimic the processing pathways of the brain—Hasani drew inspiration directly from the microscopic nematode, C. elegans. "It only has 302 neurons in its nervous system," he says, "yet it can generate unexpectedly complex dynamics."

Hasani coded his neural network with careful attention to how C. elegans neurons activate and communicate with each other via electrical impulses. In the equations he used to structure his neural network, he allowed the parameters to change over time based on the results of a nested set of differential equations. 

In the future, we will have AI that keeps learning from real world experience, not just in training phase. They are getting more humanlike.
« Last Edit: 28/01/2021 12:34:55 by hamdani yusuf »
Logged
Unexpected results come from false assumptions.
 

Offline hamdani yusuf (OP)

  • Naked Science Forum GOD!
  • *******
  • 11797
  • Activity:
    91.5%
  • Thanked: 285 times
Re: How close are we from building a virtual universe?
« Reply #72 on: 29/01/2021 12:55:51 »
Quote
   Risky behaviors such as smoking, alcohol and drug use, speeding, or frequently changing sexual partners result in enormous health and economic consequences and lead to associated costs of an estimated 600 billion dollars a year in the US alone. In order to define measures that could reduce these costs, a better understanding of the basis and mechanisms of risk-taking is needed.
Quote
Specific characteristics were found in several areas of the brain: In the hypothalamus, where the release of hormones (such as orexin, oxytocin and dopamine) controls the vegetative functions of the body; in the hippocampus, which is essential for storing memories; in the dorsolateral prefrontal cortex, which plays an important role in self-control and cognitive deliberation; in the amygdala, which controls, among other things, the emotional reaction to danger; and in the ventral striatum, which is activated when processing rewards.   
Quote
  The researchers were surprised by the measurable anatomical differences they discovered in the cerebellum, an area that is not usually included in studies of risk behaviors on the assumption that it is mainly involved in fine motor functions. In recent years, however, significant doubts have been raised about this hypothesis – doubts which are now backed by the current study. 
Quote
  “It appears that the cerebellum does after all play an important role in decision-making processes such as risk-taking behavior,” confirms Aydogan. “In the brains of more risk-tolerant individuals, we found less gray matter in these areas. How this gray matter affects behavior, however, still needs to be studied further.” 
https://neurosciencenews.com/brain-risky-behavior-17633/

Risk taking is an important factor in decision making, which we need to deeply understand so it can be simulated in a virtual universe.
Logged
Unexpected results come from false assumptions.
 



Offline hamdani yusuf (OP)

  • Naked Science Forum GOD!
  • *******
  • 11797
  • Activity:
    91.5%
  • Thanked: 285 times
Re: How close are we from building a virtual universe?
« Reply #73 on: 30/01/2021 15:28:03 »
Someone has come into similar conclusion as I posted here. This GME 'riot' should be a wake up call.
Quote
  Joscha Bach (@Plinz) tweeted at 11:20 AM on Fri, Jan 29, 2021:
In the long run, machine learning and a publicly accessible stock market cannot coexist
(https://twitter.com/Plinz/status/1355007909281718274?s=03) 

Quote
  Joscha Bach (@Plinz) tweeted at 7:54 PM on Fri, Jan 29, 2021:
The financial system is software executed by humans, full of holes and imperfections, and very hard to update and maintain. Using substantial computational resources to discover and exploit its imperfections will eventually nuke it into oblivion
(https://twitter.com/Plinz/status/1355137134789681158?s=03) 
Logged
Unexpected results come from false assumptions.
 

Offline hamdani yusuf (OP)

  • Naked Science Forum GOD!
  • *******
  • 11797
  • Activity:
    91.5%
  • Thanked: 285 times
Re: How close are we from building a virtual universe?
« Reply #74 on: 30/01/2021 23:37:13 »
A financial system should be a tool to redistribute resources to optimally achieving common goals of the society. It's akin to circulatory system in multicellular organisms.
While current financial system enables innovators to thrive by convincing people to contribute to their inventions, and gain profit from them, it also enables other financial actors to gamble with someone else's money. They get profits when they win, but then get away or bailed out when they lose.
Logged
Unexpected results come from false assumptions.
 

Offline hamdani yusuf (OP)

  • Naked Science Forum GOD!
  • *******
  • 11797
  • Activity:
    91.5%
  • Thanked: 285 times
Re: How close are we from building a virtual universe?
« Reply #75 on: 30/01/2021 23:44:00 »
A free market supposed to be a self organizing system. But if some parts of the system aggregate and accumulate enough power to manipulate or bypass self regulatory functions, they can accumulate more resources for themselves while depriving and sacrificing others, making the entire structure to collapse. It's akin to behavior of cancerous cells.
« Last Edit: 31/01/2021 00:04:14 by hamdani yusuf »
Logged
Unexpected results come from false assumptions.
 

Offline hamdani yusuf (OP)

  • Naked Science Forum GOD!
  • *******
  • 11797
  • Activity:
    91.5%
  • Thanked: 285 times
Re: How close are we from building a virtual universe?
« Reply #76 on: 31/01/2021 03:28:17 »
https://www.engadget.com/autox-fully-driverless-robotaxi-china-145126521.html
Quote
  Driverless robotaxis are now available for public rides in China
AutoX is the first in the country to offer rides without safety drivers. 
Quote
  After lots of tests, it’s now possible to hail a truly driverless robotaxi in China. AutoX has become the first in the country to offer public rides in autonomous vehicles without safety drivers. You’ll need to sign up for a pilot program in Shenzhen and use membership credits, but after that you can hop in a modified Chrysler Pacifica to travel across town without seeing another human being. 

Quote
  Fully driverless robotaxis are still very rare anywhere in the world, and it’ll take a combination of refined technology and updated regulation before they’re relatively commonplace. This is an important step in that direction, though. They might get a boost in the current climate, though. The COVID-19 pandemic has added risk to conventional ride hailing for both drivers and passengers, and removing drivers could make this one of the safest travel options for people without cars of their own. 
Logged
Unexpected results come from false assumptions.
 



Offline hamdani yusuf (OP)

  • Naked Science Forum GOD!
  • *******
  • 11797
  • Activity:
    91.5%
  • Thanked: 285 times
Re: How close are we from building a virtual universe?
« Reply #77 on: 31/01/2021 05:56:09 »
https://bdtechtalks.com/2020/09/21/gpt-3-economy-business-model/

Quote
  In the blog post where it declared the GPT-3 API, OpenAI stated three key reasons for not open-sourcing the deep learning model. The first was, obviously, to cover the costs of their ongoing research. Second, but equally important, is running GPT-3 requires vast compute resources that many companies don’t have. Third (which I won’t get into in this post) is to prevent misuse and harmful applications.

Based on this information, we know that to make GPT-3 profitable, OpenAI will need to break even on the costs of research and development, and also find a business model that turns in profits on the expenses of running the model. 

Quote
  In general, machine learning algorithms can perform a single, narrowly defined task. This is especially true for natural language processing, which is much more complicated than other fields of artificial intelligence. To repurpose a machine learning model for a new task, you must retrain it from scratch or fine-tune it with new examples, a process known as transfer learning.

But contrary to other machine learning models, GPT-3 is capable of zero-shot learning, which means it can perform many new tasks without the need for new training. For many other tasks, it can perform one-shot learning: Give it one example and it will be able to expand to other similar tasks. Theoretically, this makes it ideal as a general-purpose AI technology that can support many new applications.

Significant portion of their research budget goes to the stellar salaries OpenAI has to pay the highly coveted AI talent it has hired for the task. I wonder how long it would take for the AGI to surpass the capability of its own creators, so human AI talents are no longer needed. It looks like they are facing a dilemma. If they don't do it, their competitors are ready to surpass them, which would make their past and current efforts meaningless.
« Last Edit: 31/01/2021 06:11:31 by hamdani yusuf »
Logged
Unexpected results come from false assumptions.
 

Offline hamdani yusuf (OP)

  • Naked Science Forum GOD!
  • *******
  • 11797
  • Activity:
    91.5%
  • Thanked: 285 times
Re: How close are we from building a virtual universe?
« Reply #78 on: 03/02/2021 11:21:29 »
https://venturebeat.com/2021/01/28/ai-holds-the-key-to-even-better-ai/
Quote
  For all the talk about how artificial intelligence technology is transforming entire industries, the reality is that most businesses struggle to obtain real value from AI. 65% of organizations that have invested in AI in recent years haven’t yet seen any tangible gains from those investments, according to a 2019 survey conducted by MIT Sloan Management Review and the Boston Consulting Group. And a quarter of businesses implementing AI projects see at least 50% of those projects fail, with “lack of skilled staff” and “unrealistic expectations” among the top reasons for failure, per research from IDC. 
Quote
  Encouragingly, AI is already being leveraged to simplify other tech-related tasks, like writing and reviewing code (which itself is built by AI). The next phase of the deep learning revolution will involve similar complementary tools. Over the next five years, expect to see such capabilities slowly become available commercially to the public. 
Logged
Unexpected results come from false assumptions.
 

Offline hamdani yusuf (OP)

  • Naked Science Forum GOD!
  • *******
  • 11797
  • Activity:
    91.5%
  • Thanked: 285 times
Re: How close are we from building a virtual universe?
« Reply #79 on: 04/02/2021 06:35:31 »
https://www.linkedin.com/pulse/fake-news-rampant-here-how-artificial-intelligence-ai-bernard-marr/
Quote
One of the latest collaborations between artificial intelligence and humans is further evidence of how machines and humans can create better results when working together. Artificial intelligence (AI) is now on the job to combat the spread of misinformation on the internet and social platforms thanks to the efforts of start-ups such as Logically. While AI is able to analyze the enormous amounts of info generated daily on a scale that's impossible for humans, ultimately, humans need to be part of the process of fact-checking to ensure credibility. As Lyric Jain, founder and CEO of Logically, said, toxic news travels faster than the truth. Our world desperately needs a way to discern truth from fiction in our news and public, political and economic discussions, and artificial intelligence will help us do that.
Quote
The Fake News “Infodemic”

People are inundated with info every single day. Each minute, there are 98,000 tweets, 160 million emails sent, and 600 videos uploaded to YouTube. Politicians. Marketers. News outlets. Plus, there are countless individuals spewing their opinions since self-publishing is so easy. People crave a way to sort through all the information to find valuable nuggets they can use in their own life. They want facts, and companies are starting to respond often by using machine learning and AI tools.
Quote
As the pursuit of fighting fake news becomes more sophisticated, technology leaders will continue to work to find even better ways to sort out fact from fiction also well as refine the AI tools that can help fight disinformation. Deep learning can help automate some of the steps in fake news detection, according to a team of researchers at DarwinAI and Canada's University of Waterloo. They are segmenting fact-checking into various sub-tasks, including stance detection where the system is given a claim on a news story plus other stories on the same subject to determine if those other stories support or refute the claim in the original piece.
As long as we believe that there's an objective reality, we will need reliable information sources which reflect it accurately, or at least are consistent with each other. This trend seems to keep getting us closer to a virtual universe.
« Last Edit: 05/02/2021 02:11:17 by hamdani yusuf »
Logged
Unexpected results come from false assumptions.
 



  • Print
Pages: 1 2 3 [4] 5 6 ... 65   Go Up
« previous next »
Tags: virtual universe  / amazing technologies  / singularity  / future science  / conection 
 
There was an error while thanking
Thanking...
  • SMF 2.0.15 | SMF © 2017, Simple Machines
    Privacy Policy
    SMFAds for Free Forums
  • Naked Science Forum ©

Page created in 0.358 seconds with 69 queries.

  • Podcasts
  • Articles
  • Get Naked
  • About
  • Contact us
  • Advertise
  • Privacy Policy
  • Subscribe to newsletter
  • We love feedback

Follow us

cambridge_logo_footer.png

©The Naked Scientists® 2000–2017 | The Naked Scientists® and Naked Science® are registered trademarks created by Dr Chris Smith. Information presented on this website is the opinion of the individual contributors and does not reflect the general views of the administrators, editors, moderators, sponsors, Cambridge University or the public at large.