Open Definition & Meaning | Dictionary.com

not closed or barred at the time, as a doorway by a door, a window by a sash, or a gateway by a gate: to leave the windows open at night.

(of a door, gate, window sash, or the like) set so as to permit passage through the opening it can be used to close.

having no means of closing or barring: an open portico.

having the interior immediately accessible, as a box with the lid raised or a drawer that is pulled out.

relatively free of obstructions to sight, movement, or internal arrangement: an open floor plan.

constructed so as to be without cover or enclosure on the top or on some or all sides: an open boat.

having relatively large or numerous spaces, voids, or intervals: an open architectural screen; open ranks of soldiers.

perforated or porous: an open texture.

relatively unoccupied by buildings, fences, trees, etc.: open country.

not covered or closed; with certain parts apart: open eyes; open mouth.

without a covering, especially a protective covering; unprotected; unenclosed; exposed: an open wound; open electrical wires.

extended or unfolded: an open newspaper.

without restrictions as to who may participate: an open competition; an open session.

accessible or available to follow: the only course still open to us.

not taken or filled; not preempted; available; vacant: Which job is open?

ready for or carrying on normal trade or business: The new store is now open. The office is open on Saturdays.

not engaged or committed: Have you any open time on Monday?

accessible, as to appeals, ideas, or offers: to be open to suggestion.

exposed to general view or knowledge; existing, carried on, etc., without concealment: open disregard of the rules.

acting publicly or without concealment, as a person.

unreserved, candid, or frank, as persons or their speech, aspect, etc.: an open manner.

generous, liberal, or bounteous: to give with an open hand.

liable or subject: open to question; open to retaliation.

undecided; unsettled: several open questions.

without effective or enforced legal, commercial, or moral regulations: an open town.

unguarded by an opponent: an open wide receiver.

noting the part of the sea beyond headlands or enclosing areas of land: to sail on the open seas.

free of ice, as a body of water or a seaport.

free of navigational hazards: an open coast.

(of a seaport) available for foreign trade; not closed by government regulations or by considerations of health.

(of a microphone) in operation; live.

not yet balanced or adjusted, as an account.

not constipated, as the bowels.

free from frost; mild or moderate: an open winter.

Animal Husbandry. (of a female animal) not pregnant.

Textiles. (of a fabric or weave) so loosely woven that spaces are visible between warp and filling yarns.

Go here to see the original:
Open Definition & Meaning | Dictionary.com

What Is Machine Learning and Why Is It Important?

What is machine learning?

Machine learning (ML) is a type of artificial intelligence (AI) that allows software applications to become more accurate at predicting outcomes without being explicitly programmed to do so. Machine learning algorithms use historical data as input to predict new output values.

Recommendation enginesare a common use case for machine learning. Other popular uses include fraud detection, spam filtering, malware threat detection, business process automation (BPA) and Predictive maintenance.

Machine learning is important because it gives enterprises a view of trends in customer behavior and business operational patterns, as well as supports the development of new products. Many of today's leading companies, such as Facebook, Google and Uber, make machine learning a central part of their operations. Machine learning has become a significant competitive differentiator for many companies.

Classical machine learning is often categorized by how an algorithm learns to become more accurate in its predictions. There are four basic approaches:supervised learning, unsupervised learning, semi-supervised learning and reinforcement learning. The type of algorithm data scientists choose to use depends on what type of data they want to predict.

Supervised machine learning requires the data scientist to train the algorithm with both labeled inputs and desired outputs. Supervised learning algorithms are good for the following tasks:

Unsupervised machine learning algorithms do not require data to be labeled. They sift through unlabeled data to look for patterns that can be used to group data points into subsets. Most types of deep learning, including neural networks, are unsupervised algorithms.Unsupervised learning algorithms are good for the following tasks:

Semi-supervised learning works by data scientists feeding a small amount of labeled training data to an algorithm. From this, the algorithm learns the dimensions of the data set, which it can then apply to new, unlabeled data. The performance of algorithms typically improves when they train on labeled data sets. But labeling data can be time consuming and expensive. Semi-supervised learning strikes a middle ground between the performance of supervised learning and the efficiency of unsupervised learning. Some areas where semi-supervised learning is used include:

Reinforcement learning works by programming an algorithm with a distinct goal and a prescribed set of rules for accomplishing that goal. Data scientists also program the algorithm to seek positive rewards -- which it receives when it performs an action that is beneficial toward the ultimate goal -- and avoid punishments -- which it receives when it performs an action that gets it farther away from its ultimate goal. Reinforcement learning is often used in areas such as:

Today, machine learning is used in a wide range of applications. Perhaps one of the most well-known examples of machine learning in action is the recommendation engine that powers Facebook's news feed.

Facebook uses machine learning to personalize how each member's feed is delivered. If a member frequently stops to read a particular group's posts, the recommendation engine will start to show more of that group's activity earlier in the feed.

Behind the scenes, the engine is attempting to reinforce known patterns in the member's online behavior. Should the member change patterns and fail to read posts from that group in the coming weeks, the news feed will adjust accordingly.

In addition to recommendation engines, other uses for machine learning include the following:

Machine learning has seen use cases ranging from predicting customer behavior to forming the operating system for self-driving cars.

When it comes to advantages, machine learning can help enterprises understand their customers at a deeper level. By collecting customer data and correlating it with behaviors over time, machine learning algorithms can learn associations and help teams tailor product development and marketing initiatives to customer demand.

Some companies use machine learning as a primary driver in their business models. Uber, for example, uses algorithms to match drivers with riders. Google uses machine learning to surface the ride advertisements in searches.

But machine learning comes with disadvantages. First and foremost, it can be expensive. Machine learning projects are typically driven by data scientists, who command high salaries. These projects also require software infrastructure that can be expensive.

There is also the problem of machine learning bias. Algorithms trained on data sets that exclude certain populations or contain errors can lead to inaccurate models of the world that, at best, fail and, at worst, are discriminatory. When an enterprise bases core business processes on biased models it can run into regulatory and reputational harm.

The process of choosing the right machine learning model to solve a problem can be time consuming if not approached strategically.

Step 1: Align the problem with potential data inputs that should be considered for the solution. This step requires help from data scientists and experts who have a deep understanding of the problem.

Step 2: Collect data, format it and label the data if necessary. This step is typically led by data scientists, with help from data wranglers.

Step 3: Chose which algorithm(s) to use and test to see how well they perform. This step is usually carried out by data scientists.

Step 4: Continue to fine tune outputs until they reach an acceptable level of accuracy. This step is usually carried out by data scientists with feedback from experts who have a deep understanding of the problem.

Explaining how a specific ML model works can be challenging when the model is complex. There are some vertical industries where data scientists have to use simple machine learning models because it's important for the business to explain how every decision was made. This is especially true in industries with heavy compliance burdens such as banking and insurance.

Complex models can produce accurate predictions, but explaining to a lay person how an output was determined can be difficult.

While machine learning algorithms have been around for decades, they've attained new popularity as artificial intelligence has grown in prominence. Deep learning models, in particular, power today's most advanced AI applications.

Machine learning platforms are among enterprise technology's most competitive realms, with most major vendors, including Amazon, Google, Microsoft, IBM and others, racing to sign customers up for platform services that cover the spectrum of machine learning activities, including data collection, data preparation, data classification, model building, training and application deployment.

As machine learning continues to increase in importance to business operations and AI becomes more practical in enterprise settings, the machine learning platform wars will only intensify.

Continued research into deep learning and AI is increasingly focused on developing more general applications. Today's AI models require extensive training in order to produce an algorithm that is highly optimized to perform one task. But some researchers are exploring ways to make models more flexible and are seeking techniques that allow a machine to apply context learned from one task to future, different tasks.

1642 - Blaise Pascal invents a mechanical machine that can add, subtract, multiply and divide.

1679 - Gottfried Wilhelm Leibniz devises the system of binary code.

1834 - Charles Babbage conceives the idea for a general all-purpose device that could be programmed with punched cards.

1842 - Ada Lovelace describes a sequence of operations for solving mathematical problems using Charles Babbage's theoretical punch-card machine and becomes the first programmer.

1847 - George Boole creates Boolean logic, a form of algebra in which all values can be reduced to the binary values of true or false.

1936 - English logician and cryptanalyst Alan Turing proposes a universal machine that could decipher and execute a set of instructions. His published proof is considered the basis of computer science.

1952 - Arthur Samuel creates a program to help an IBM computer get better at checkers the more it plays.

1959 - MADALINE becomes the first artificial neural network applied to a real-world problem: removing echoes from phone lines.

1985 - Terry Sejnowski's and Charles Rosenberg's artificial neural network taught itself how to correctly pronounce 20,000 words in one week.

1997 - IBM's Deep Blue beat chess grandmaster Garry Kasparov.

1999 - A CAD prototype intelligent workstation reviewed 22,000 mammograms and detected cancer 52% more accurately than radiologists did.

2006 - Computer scientist Geoffrey Hinton invents the term deep learning to describe neural net research.

2012 - An unsupervised neural network created by Google learned to recognize cats in YouTube videos with 74.8% accuracy.

2014 - A chatbot passes the Turing Test by convincing 33% of human judges that it was a Ukrainian teen named Eugene Goostman.

2014 - Google's AlphaGo defeats the human champion in Go, the most difficult board game in the world.

2016 - LipNet, DeepMind's artificial intelligence system, identifies lip-read words in video with an accuracy of 93.4%.

2019 - Amazon controls 70% of the market share for virtual assistants in the U.S.

Link:
What Is Machine Learning and Why Is It Important?

UCLA Researcher Develops a Python Library Called ClimateLearn for Accessing State-of-the-Art Climate Data and Machine Learning Models in a…

UCLA Researcher Develops a Python Library Called ClimateLearn for Accessing State-of-the-Art Climate Data and Machine Learning Models in a Standardized and Straightforward Way  MarkTechPost

See more here:
UCLA Researcher Develops a Python Library Called ClimateLearn for Accessing State-of-the-Art Climate Data and Machine Learning Models in a...

Open Definition & Meaning – Merriam-Webster

1

2

3

: being an operation or surgical procedure in which an incision is made such that the tissues are fully exposed

4

5

of a head injury : marked by fracture or penetration of the skull

6

7

8

9

of a tone : produced by an open string or on a wind instrument by the lip without the use of slides, valves, or keys

10

11

: characterized by ready accessibility and usually generous attitude: such as

12

13

of an organ pipe : not stopped at the top

of a string on a musical instrument : not stopped by the finger

14

15

16

17

of punctuation : characterized by sparing use especially of the comma when possible without causing misinterpretation

18

mathematics

19

: being an incomplete electrical circuit

transitive verb

1

: to move (something, such as a door) from a closed position

: to make available for entry or passage by turning back (something, such as a barrier) or removing (something, such as a cover or an obstruction)

2

: to initiate access to (a computer file) prior to use

3

: to bring into view or come in sight of by changing position

4

6

: to commence action in a card game by making (a first bid), putting a first bet in (the pot), or playing (a card or suit) as first lead

7

: to restore or recall (something, such as an order) from a finally determined state to a state in which the parties are free to prosecute or oppose

intransitive verb

2

3

: to become enlightened or responsive

4

6

: to begin a course or activity

: to make a bet, bid, or lead in commencing a round or hand of a card game

7

: to provide the opening performance of a show before the main event

2

: open and unobstructed space: such as

3

: an open contest, competition, or tournament

4

: a public or unconcealed state or position

Subscribe to America's largest dictionary and get thousands more definitions and advanced searchad free!

Continued here:

Open Definition & Meaning - Merriam-Webster

529 Synonyms & Antonyms of OPEN – Merriam-Webster

How does the adjective open contrast with its synonyms?

Some common synonyms of open are exposed, liable, prone, sensitive, subject, and susceptible. While all these words mean "being by nature or through circumstances likely to experience something adverse," open stresses a lack of barriers preventing incurrence.

When could exposed be used to replace open?

The words exposed and open can be used in similar contexts, but exposed suggests lack of protection or powers of resistance against something actually present or threatening.

When can liable be used instead of open?

While in some cases nearly identical to open, liable implies a possibility or probability of incurring something because of position, nature, or particular situation.

When would prone be a good substitute for open?

While the synonyms prone and open are close in meaning, prone stresses natural tendency or propensity to incur something.

When might sensitive be a better fit than open?

The words sensitive and open are synonyms, but do differ in nuance. Specifically, sensitive implies a readiness to respond to or be influenced by forces or stimuli.

unduly sensitive to criticism

When is subject a more appropriate choice than open?

In some situations, the words subject and open are roughly equivalent. However, subject implies an openness for any reason to something that must be suffered or undergone.

all reports are subject to review

When is it sensible to use susceptible instead of open?

The meanings of susceptible and open largely overlap; however, susceptible implies conditions existing in one's nature or individual constitution that make incurrence probable.

very susceptible to flattery

Read the original here:

529 Synonyms & Antonyms of OPEN - Merriam-Webster

What is quantum in physics and computing? – TechTarget

What is a quantum?

A quantum (plural: quanta) is the smallest discrete unit of a phenomenon. For example, a quantum of light is a photon, and a quantum of electricity is an electron. Quantum comes from Latin, meaning "an amount" or "how much?" If something is quantifiable, then it can be measured.

The modern use of quantum in physics was coined by Max Planck in 1901. He was trying to explain black-body radiation and how objects changed color after being heated. Instead of assuming that the energy was emitted in a constant wave, he posed that the energy was emitted in discrete packets, or bundles. These were termed quanta of energy. This led to him discovering Planck's constant, which is a fundamental universal value.

Planck's constant is symbolized as h and relates the energy in one photon to the frequency of the photon. Further units were derived from Planck's constant: Planck's distance and Planck's time, which describe the shortest meaningful unit of distance and the shortest meaningful unit of time. For anything smaller, Werner Heisenberg's uncertainty principle renders the measurements meaningless.

The discovery of quanta and the quantum nature of subatomic particles led to a revolution in physics. This became quantum theory, or quantum mechanics. Quantum theory describes the behavior of microscopic particles; Albert Einstein's theory of relativity describes the behavior of macroscopic things. These two theories are the underpinning of modern physics. Unfortunately, they deal with different domains, leaving physicists to seek a so-called unified theory of everything.

Subatomic particles behave in ways that are counterintuitive. A single photon quantum of light can simultaneously go through two slits in a piece of material, as shown in the double-slit experiment. Schrdinger's cat is a famous thought experiment that describes a quantum particle in superposition, or the state where the probability waveform has not collapsed. Particles can also become quantumly entangled, causing them to interact instantly over a distance.

Quantum computing uses the nature of subatomic particles to perform calculations instead of using electrical signals as in classical computing. Quantum computers use qubits instead of binary bits. By programming the initial conditions of the qubit, quantum computing can solve a problem when the superposition state collapses. The forefront of quantum computer research is in linking greater numbers of qubits together to be able to solve larger and more complex problems.

Quantum computers can perform certain calculations much faster than classical computers. To find an answer to a problem, classical computers need to go through each option one at a time. It can take a long time to go through all the options for some types of problems. Quantum computers do not need to try each option; instead, they resolve the answer almost instantly.

Some problems that quantum computers can solve quicker than classical computers are factoring for prime numbers and the traveling salesman problem. Once quantum computers demonstrate the ability to solve these problems faster than classical computers, quantum supremacy will be achieved.

Prime factorization is an important function for the modern cryptography systems that secure digital communication. Experts currently expect that quantum computers will render existing cryptographic systems insecure and obsolete.

Efforts to develop post-quantum cryptography are underway to create algorithms that are resistant to quantum attacks, but can still be used by classical computers. Eventually, fully quantum cryptography will be available for quantum computers.

See also: Table of Physical Units and Table of Physical Constants

Read more here:
What is quantum in physics and computing? - TechTarget

Alarmed by A.I. Chatbots, Universities Start Revamping How They Teach – The New York Times

  1. Alarmed by A.I. Chatbots, Universities Start Revamping How They Teach  The New York Times
  2. Some north country professors concerned about students using artificial intelligence to possibly cheat  WWNY
  3. Google plans to demo AI chatbot search as it panics about ChatGPT  The Verge

Link:
Alarmed by A.I. Chatbots, Universities Start Revamping How They Teach - The New York Times

Twitter and Democrats lied about censorship – nypost.com

1984 author George Orwell warned that if thought corrupts language, language can also corrupt thought.That line has never been more relevant than in the aftermath of the second release of Twitter documents this week.

Many liberals had denied the social media giant was engaging in censorship by using the more pleasant term content modification. Now documents show Twitter executives burying disfavored views as visibility filtering and amplification limits.

Calling executives the head of legal, policy, and trust (Vijaya Gadde) and the global head of trust & safety (Yoel Roth) doesnt alter their status as some of the greatest censors in history.

Yet the license for this massive system clearly came from Twitters very top. Shadow banning and visibility filtering are consistent with the policies of ex-CEO Parag Agrawal, who pledged the company would focus less on thinking about free speech because speech is easy on the internet. Most people can speak. Where our role is particularly emphasized is who can be heard.

So we now know that Twitter was not only banning dissenting voices on subjects ranging from COVID to climate change but was throttling or suppressing the traffic for disfavored writers.

Among those targeted was Stanford professor Dr. Jay Bhattacharya, who wrote about how COVID lockdowns would harm children. He and others have been vindicated in flagging those worries, but Twitter secretlyplaced him on a Trends Blacklistto prevent his tweets from trending. Its a telling list because it reflects an acknowledgment that such tweets would trend with users if the company didnt suppress them.

Some of us have been raising concerns over Twitters massive censorship system for years, including what I called the emergence of a shadow state where corporations carry out censorship that the Constitution bars the government from doing.

Whats striking is leading Democrats have been open about precisely this type of corporate manipulation of political speech on social media. Sen. Elizabeth Warren (D-Mass.) called upon these companies to useenlightened algorithms to protect usersfrom their own bad reading choices.

Even President Biden called for such regulation of speech and discussions by wise editors. Without such censorship and manipulation, Biden asked, How do people know the truth?

It is still early to determine possible legal implications of these files, but there are some areas likely to be of immediate concern for counsel.

First,Elon Musk has suggestedthat some material may have been intentionally hidden or destroyed despite inquiries from Congress. Twitter was told to expect a congressional investigation into these areas.

Its not clear if this was material allegedly deleted as part of a regular process or a specific effort to destroy evidence of censorship or throttling. Such obstruction cases, however, can be difficult to bring without clear evidence. In 2005, the Supreme Court unanimously overturned accounting firm Arthur Andersens conviction for its destruction of documents under a standard record management system.

Second, destruction of documents could also prove relevant as part of an investigation into whether false statements were given under oath. Twitter executives denied such secret suppression efforts both in public and before Congress. Indeed, arecentfederal filingrevealed a 2021 email between Twitter executives and Carol Crawford, the Centers for Disease Control and Preventions digital media chief. Crawford wanted to censor unapproved opinions on social media; Twitter replied that with our CEO testifying before Congress this week [it] is tricky.

At that hearing, social media companies were asked about my priortestimony on private censorshipin circumventing the First Amendment. In response, CEO Jack Dorsey insisted that we dont have a censoring department. Dorsey alsoexpressly deniedunder oath that there was shadow banning based on political ideology.

Likewise, in 2018, Gadde and head of product Kayvon Beykpour expressly declared, We do not shadow ban. And we certainly dont shadow ban based on political viewpoints or ideology.

It turns out you dont need a department if the entire company was acting as a massive censorship and suppression machine. Moreover, one department Dorsey did not mention was the Strategic Response Team Global Escalation Team, or SRT-GET, that operated above what journalist Bari Weiss described as official ticketing. That groupreportedlyincluded Gadde, Roth, Dorsey, Agrawal and others.

Morning Report delivers the latest news, videos, photos and more.

Third, theres the growing question ofcensorship by surrogate. The new documents suggest the effort to control political speech went far beyond the banning or suspending of particular figures. Those highly publicized controversies likebanning LibsofTikToknow appear to be the tip of a censorship iceberg with secret efforts to blacklist, throttle and suppress disfavored viewpoints.

There were even search blacklists to make it difficult for people to link to disfavored views. Those blacklisted may revive lawsuits alleging Twitter was acting as an agent of the government in manipulating public debates and discussions.

Of course, legal ramifications will continue to be blunted by a media and administration that have overwhelmingly supported censorship. Liberal writers and officials have surrendered much in the last few years in supporting censorship and pushingblacklists of conservative figures, includingSupreme Court justices.

Musk has forced citizens to take sides on the free-speech fight. He has both the public and free speech on his side. Not only are users signing up in record numbers, but a recentpollshows a majority of Americans support Elon Musks ongoing efforts to change Twitter to a more free and transparent platform.

The public is simply not buying the liberal narrative. What media figures once called a canard and a conspiracy theory is being exposed to full public view.

All the Orwellian euphemisms and cheery titles will no longer disguise Twitters raw censorship. Once empowered by Agrawal to determine who can be heard, Twitter executives showed how censorship can become an insatiable appetite for speech controls. Sitting in the San Francisco headquarters, the Trust officials found an array of conservative views unworthy to be heard. The filtering of free speech quickly became a choice on what views are worthy of attention.

After all, if you cannot trust Trust professionals, whom can you trust?

Jonathan Turley is an attorney and professor at George Washington University Law School.

See the original post:

Twitter and Democrats lied about censorship - nypost.com