commit
52a7a6fe35
@ -0,0 +1,76 @@
|
||||
<br>Announced in 2016, Gym is an open-source Python library developed to help with the development of reinforcement learning algorithms. It aimed to standardize how environments are specified in [AI](http://xn--80azqa9c.xn--p1ai) research study, making released research study more easily reproducible [24] [144] while offering users with a basic user interface for communicating with these environments. In 2022, [brand-new developments](http://isarch.co.kr) of Gym have been relocated to the library Gymnasium. [145] [146]
|
||||
<br>Gym Retro<br>
|
||||
<br>Released in 2018, Gym Retro is a platform for [reinforcement knowing](https://friendspo.com) (RL) research on video games [147] utilizing RL [algorithms](http://188.68.40.1033000) and [study generalization](https://asteroidsathome.net). [Prior RL](https://git.lotus-wallet.com) research study focused mainly on enhancing representatives to resolve single tasks. Gym Retro offers the ability to generalize in between games with similar principles however different appearances.<br>
|
||||
<br>RoboSumo<br>
|
||||
<br>Released in 2017, RoboSumo is a [virtual](http://gitpfg.pinfangw.com) world where humanoid metalearning robotic representatives at first do not have knowledge of how to even stroll, but are offered the objectives of discovering to move and to press the opposing representative out of the ring. [148] Through this adversarial learning process, the agents find out how to adjust to altering conditions. When an agent is then [eliminated](https://git.cloud.krotovic.com) from this virtual environment and put in a brand-new virtual environment with high winds, the agent braces to remain upright, suggesting it had actually learned how to stabilize in a generalized method. [148] [149] OpenAI's Igor Mordatch argued that competitors in between representatives could develop an intelligence "arms race" that might increase a representative's capability to work even outside the context of the competition. [148]
|
||||
<br>OpenAI 5<br>
|
||||
<br>OpenAI Five is a team of 5 OpenAI-curated bots utilized in the competitive five-on-five video game Dota 2, that find out to play against human players at a high ability level totally through trial-and-error [algorithms](http://git.jihengcc.cn). Before becoming a team of 5, the first public presentation took place at The International 2017, the annual best championship tournament for the game, where Dendi, [wavedream.wiki](https://wavedream.wiki/index.php/User:AdeleTreloar) a professional Ukrainian player, lost against a bot in a live one-on-one match. [150] [151] After the match, CTO Greg Brockman explained that the bot had learned by playing against itself for two weeks of actual time, and that the learning software application was a step in the instructions of developing software application that can manage complex tasks like a cosmetic surgeon. [152] [153] The system uses a kind of reinforcement learning, as the bots discover in time by playing against themselves numerous times a day for months, and are rewarded for actions such as eliminating an opponent and taking map objectives. [154] [155] [156]
|
||||
<br>By June 2018, the capability of the bots broadened to play together as a full team of 5, and they had the ability to defeat teams of amateur and semi-professional players. [157] [154] [158] [159] At The International 2018, OpenAI Five played in 2 exhibition matches against professional players, but ended up losing both games. [160] [161] [162] In April 2019, OpenAI Five defeated OG, the ruling world champions of the game at the time, 2:0 in a live exhibition match in San Francisco. [163] [164] The bots' last public look came later that month, where they played in 42,729 overall video games in a [four-day](https://git.cloud.krotovic.com) open online competition, winning 99.4% of those games. [165]
|
||||
<br>OpenAI 5's mechanisms in Dota 2's bot gamer shows the difficulties of [AI](https://theglobalservices.in) systems in multiplayer online fight arena (MOBA) video games and how OpenAI Five has actually demonstrated making use of deep support learning (DRL) representatives to [attain superhuman](http://git.armrus.org) proficiency in Dota 2 matches. [166]
|
||||
<br>Dactyl<br>
|
||||
<br>Developed in 2018, Dactyl utilizes machine learning to train a Shadow Hand, a human-like robotic hand, to manipulate physical objects. [167] It finds out entirely in simulation utilizing the very same RL algorithms and training code as OpenAI Five. OpenAI tackled the object orientation issue by [utilizing domain](https://fondnauk.ru) randomization, a simulation technique which exposes the learner to a variety of experiences rather than trying to fit to reality. The set-up for Dactyl, aside from having motion tracking video cameras, also has RGB cams to permit the robotic to control an arbitrary item by seeing it. In 2018, OpenAI revealed that the system had the ability to manipulate a cube and an octagonal prism. [168]
|
||||
<br>In 2019, OpenAI showed that Dactyl could solve a Rubik's Cube. The robotic was able to solve the puzzle 60% of the time. Objects like the Rubik's Cube present complex physics that is harder to design. OpenAI did this by enhancing the robustness of Dactyl to perturbations by utilizing Automatic Domain Randomization (ADR), a simulation method of producing progressively harder environments. ADR differs from manual domain randomization by not needing a human to specify randomization varieties. [169]
|
||||
<br>API<br>
|
||||
<br>In June 2020, OpenAI announced a multi-purpose API which it said was "for accessing new [AI](https://git.sunqida.cn) designs developed by OpenAI" to let designers get in touch with it for "any English language [AI](https://droidt99.com) job". [170] [171]
|
||||
<br>Text generation<br>
|
||||
<br>The business has popularized generative pretrained transformers (GPT). [172]
|
||||
<br>OpenAI's initial GPT model ("GPT-1")<br>
|
||||
<br>The initial paper on generative pre-training of a transformer-based language design was written by Alec Radford and his associates, and published in [preprint](http://47.101.131.2353000) on OpenAI's website on June 11, 2018. [173] It showed how a generative design of language might obtain world knowledge and process long-range dependences by pre-training on a varied corpus with long stretches of adjoining text.<br>
|
||||
<br>GPT-2<br>
|
||||
<br>Generative Pre-trained Transformer 2 ("GPT-2") is a without supervision transformer language model and the successor to OpenAI's original GPT design ("GPT-1"). GPT-2 was announced in February 2019, with only limited demonstrative versions at first launched to the public. The complete version of GPT-2 was not immediately launched due to concern about potential misuse, including applications for writing phony news. [174] Some experts expressed uncertainty that GPT-2 postured a significant hazard.<br>
|
||||
<br>In response to GPT-2, the Allen Institute for Artificial Intelligence reacted with a tool to identify "neural phony news". [175] Other researchers, such as Jeremy Howard, cautioned of "the technology to totally fill Twitter, email, and the web up with reasonable-sounding, context-appropriate prose, which would drown out all other speech and be impossible to filter". [176] In November 2019, OpenAI launched the total version of the GPT-2 language design. [177] Several sites host interactive presentations of various instances of GPT-2 and other transformer designs. [178] [179] [180]
|
||||
<br>GPT-2's authors argue not being watched language designs to be general-purpose learners, illustrated by GPT-2 attaining state-of-the-art precision and perplexity on 7 of 8 zero-shot tasks (i.e. the design was not further trained on any task-specific input-output examples).<br>
|
||||
<br>The corpus it was trained on, called WebText, contains a little 40 gigabytes of text from URLs shared in Reddit submissions with at least 3 upvotes. It prevents certain issues encoding vocabulary with word tokens by utilizing byte pair encoding. This permits representing any string of characters by [encoding](http://www.grandbridgenet.com82) both specific characters and multiple-character tokens. [181]
|
||||
<br>GPT-3<br>
|
||||
<br>First explained in May 2020, Generative Pre-trained [a] Transformer 3 (GPT-3) is a without supervision transformer language model and the follower to GPT-2. [182] [183] [184] OpenAI mentioned that the complete version of GPT-3 contained 175 billion parameters, [184] 2 orders of magnitude bigger than the 1.5 billion [185] in the full version of GPT-2 (although GPT-3 models with as few as 125 million specifications were also trained). [186]
|
||||
<br>OpenAI specified that GPT-3 was [successful](https://www.dadam21.co.kr) at certain "meta-learning" tasks and could generalize the purpose of a [single input-output](https://agapeplus.sg) pair. The GPT-3 release paper provided examples of and cross-linguistic transfer learning in between English and Romanian, and between English and German. [184]
|
||||
<br>GPT-3 drastically enhanced benchmark outcomes over GPT-2. OpenAI cautioned that such scaling-up of language designs might be approaching or coming across the basic ability constraints of predictive language designs. [187] Pre-training GPT-3 needed numerous thousand petaflop/s-days [b] of compute, [compared](https://thebigme.cc3000) to tens of petaflop/s-days for the full GPT-2 design. [184] Like its predecessor, [174] the GPT-3 trained model was not immediately launched to the public for concerns of possible abuse, although OpenAI prepared to permit gain access to through a paid cloud API after a two-month complimentary personal beta that started in June 2020. [170] [189]
|
||||
<br>On September 23, 2020, GPT-3 was certified specifically to Microsoft. [190] [191]
|
||||
<br>Codex<br>
|
||||
<br>Announced in mid-2021, Codex is a descendant of GPT-3 that has actually in addition been trained on code from 54 million GitHub repositories, [192] [193] and is the [AI](https://cdltruckdrivingcareers.com) powering the code autocompletion tool GitHub Copilot. [193] In August 2021, an API was launched in private beta. [194] According to OpenAI, the design can produce working code in over a dozen programs languages, many successfully in Python. [192]
|
||||
<br>Several problems with problems, design defects and security vulnerabilities were pointed out. [195] [196]
|
||||
<br>GitHub Copilot has been implicated of emitting copyrighted code, with no author attribution or license. [197]
|
||||
<br>OpenAI announced that they would cease assistance for Codex API on March 23, 2023. [198]
|
||||
<br>GPT-4<br>
|
||||
<br>On March 14, 2023, OpenAI revealed the release of Generative Pre-trained Transformer 4 (GPT-4), efficient in accepting text or image inputs. [199] They revealed that the upgraded technology passed a simulated law school bar test with a score around the top 10% of test takers. (By contrast, GPT-3.5 scored around the bottom 10%.) They said that GPT-4 might likewise check out, examine or produce up to 25,000 words of text, and compose code in all major programs languages. [200]
|
||||
<br>Observers reported that the version of ChatGPT utilizing GPT-4 was an improvement on the previous GPT-3.5-based iteration, with the [caution](https://local.wuanwanghao.top3000) that GPT-4 retained a few of the problems with earlier revisions. [201] GPT-4 is also capable of taking images as input on ChatGPT. [202] OpenAI has actually [decreased](https://vybz.live) to reveal numerous technical details and statistics about GPT-4, such as the precise size of the design. [203]
|
||||
<br>GPT-4o<br>
|
||||
<br>On May 13, 2024, OpenAI announced and launched GPT-4o, which can process and generate text, images and audio. [204] GPT-4o attained cutting edge outcomes in voice, multilingual, and vision criteria, setting new records in audio speech acknowledgment and [translation](https://livesports808.biz). [205] [206] It scored 88.7% on the Massive Multitask Language Understanding (MMLU) benchmark compared to 86.5% by GPT-4. [207]
|
||||
<br>On July 18, 2024, OpenAI released GPT-4o mini, a smaller sized variation of GPT-4o replacing GPT-3.5 Turbo on the ChatGPT interface. Its API costs $0.15 per million input tokens and $0.60 per million output tokens, compared to $5 and $15 respectively for GPT-4o. OpenAI anticipates it to be particularly helpful for business, start-ups and developers seeking to [automate](http://47.110.52.1323000) services with [AI](http://120.77.2.93:7000) agents. [208]
|
||||
<br>o1<br>
|
||||
<br>On September 12, 2024, OpenAI launched the o1-preview and o1-mini models, [genbecle.com](https://www.genbecle.com/index.php?title=Utilisateur:Kristal10Z) which have actually been created to take more time to think about their responses, causing higher precision. These designs are particularly efficient in science, coding, and thinking jobs, and were made available to ChatGPT Plus and Team members. [209] [210] In December 2024, o1-preview was [replaced](http://120.77.240.2159701) by o1. [211]
|
||||
<br>o3<br>
|
||||
<br>On December 20, 2024, OpenAI unveiled o3, the successor of the o1 reasoning design. OpenAI likewise unveiled o3-mini, a lighter and faster version of OpenAI o3. Since December 21, 2024, this model is not available for public use. According to OpenAI, they are evaluating o3 and o3-mini. [212] [213] Until January 10, 2025, security and [security researchers](https://travel-friends.net) had the chance to obtain early access to these models. [214] The design is called o3 instead of o2 to avoid confusion with telecoms companies O2. [215]
|
||||
<br>Deep research study<br>
|
||||
<br>Deep research study is an [agent established](https://opedge.com) by OpenAI, revealed on February 2, 2025. It leverages the capabilities of OpenAI's o3 model to perform substantial web browsing, data analysis, and synthesis, providing detailed reports within a timeframe of 5 to thirty minutes. [216] With searching and Python tools made it possible for, it reached an [accuracy](https://cdltruckdrivingcareers.com) of 26.6 percent on HLE (Humanity's Last Exam) standard. [120]
|
||||
<br>Image classification<br>
|
||||
<br>CLIP<br>
|
||||
<br>Revealed in 2021, CLIP (Contrastive Language-Image Pre-training) is a model that is trained to examine the semantic resemblance in between text and images. It can significantly be utilized for image category. [217]
|
||||
<br>Text-to-image<br>
|
||||
<br>DALL-E<br>
|
||||
<br>[Revealed](https://git.xantxo-coquillard.fr) in 2021, DALL-E is a Transformer model that produces images from textual descriptions. [218] DALL-E uses a 12[-billion-parameter variation](http://89.234.183.973000) of GPT-3 to translate natural language inputs (such as "a green leather handbag formed like a pentagon" or "an isometric view of an unfortunate capybara") and generate matching images. It can develop images of realistic things ("a stained-glass window with a picture of a blue strawberry") as well as things that do not exist in reality ("a cube with the texture of a porcupine"). Since March 2021, no API or code is available.<br>
|
||||
<br>DALL-E 2<br>
|
||||
<br>In April 2022, OpenAI announced DALL-E 2, an updated variation of the model with more sensible results. [219] In December 2022, OpenAI released on GitHub software for Point-E, a new rudimentary system for converting a text description into a 3-dimensional model. [220]
|
||||
<br>DALL-E 3<br>
|
||||
<br>In September 2023, OpenAI revealed DALL-E 3, a more effective design better able to create images from complex descriptions without manual prompt engineering and render intricate details like hands and text. [221] It was released to the general public as a ChatGPT Plus function in October. [222]
|
||||
<br>Text-to-video<br>
|
||||
<br>Sora<br>
|
||||
<br>Sora is a text-to-video design that can create videos based upon brief detailed triggers [223] as well as extend existing videos forwards or backwards in time. [224] It can generate videos with resolution up to 1920x1080 or 1080x1920. The optimum length of generated videos is unidentified.<br>
|
||||
<br>Sora's advancement group called it after the Japanese word for "sky", to represent its "unlimited imaginative capacity". [223] Sora's innovation is an adaptation of the technology behind the DALL · E 3 text-to-image model. [225] OpenAI trained the system using publicly-available videos along with copyrighted videos licensed for that function, however did not reveal the number or the precise sources of the videos. [223]
|
||||
<br>OpenAI demonstrated some Sora-created high-definition videos to the public on February 15, 2024, mentioning that it might [generate videos](https://www.jccer.com2223) up to one minute long. It also shared a technical report highlighting the methods utilized to train the design, and the design's capabilities. [225] It acknowledged some of its shortcomings, including battles replicating complicated physics. [226] Will Douglas Heaven of the MIT Technology Review called the presentation videos "outstanding", however kept in mind that they should have been cherry-picked and may not represent Sora's typical output. [225]
|
||||
<br>Despite uncertainty from some academic leaders following Sora's public demonstration, noteworthy entertainment-industry figures have shown considerable interest in the technology's potential. In an interview, actor/filmmaker Tyler Perry revealed his [astonishment](https://accountshunt.com) at the innovation's ability to create practical video from text descriptions, mentioning its possible to reinvent storytelling and material creation. He said that his enjoyment about Sora's possibilities was so strong that he had actually decided to stop briefly prepare for broadening his Atlanta-based motion picture studio. [227]
|
||||
<br>Speech-to-text<br>
|
||||
<br>Whisper<br>
|
||||
<br>Released in 2022, Whisper is a general-purpose speech acknowledgment design. [228] It is trained on a large dataset of diverse audio and is likewise a multi-task model that can carry out multilingual speech recognition as well as speech translation and language identification. [229]
|
||||
<br>Music generation<br>
|
||||
<br>MuseNet<br>
|
||||
<br>Released in 2019, MuseNet is a [deep neural](https://scm.fornaxian.tech) net trained to forecast subsequent musical notes in MIDI music files. It can generate tunes with 10 instruments in 15 styles. According to The Verge, a tune produced by MuseNet tends to begin fairly however then fall under [turmoil](https://twoplustwoequal.com) the longer it plays. [230] [231] In popular culture, initial applications of this tool were utilized as early as 2020 for the internet psychological thriller Ben Drowned to produce music for the titular character. [232] [233]
|
||||
<br>Jukebox<br>
|
||||
<br>Released in 2020, Jukebox is an open-sourced algorithm to generate music with vocals. After training on 1.2 million samples, the system accepts a genre, artist, and a bit of lyrics and outputs tune samples. OpenAI stated the tunes "show regional musical coherence [and] follow traditional chord patterns" however acknowledged that the tunes do not have "familiar larger musical structures such as choruses that repeat" and that "there is a substantial gap" between Jukebox and human-generated music. The Verge stated "It's technologically excellent, even if the results sound like mushy variations of songs that may feel familiar", while Business Insider specified "remarkably, a few of the resulting songs are appealing and sound legitimate". [234] [235] [236]
|
||||
<br>Interface<br>
|
||||
<br>Debate Game<br>
|
||||
<br>In 2018, OpenAI introduced the Debate Game, which teaches devices to discuss toy problems in front of a human judge. The purpose is to research whether such an approach might assist in auditing [AI](http://8.140.50.127:3000) choices and in developing explainable [AI](http://120.201.125.140:3000). [237] [238]
|
||||
<br>Microscope<br>
|
||||
<br>Released in 2020, Microscope [239] is a collection of visualizations of every substantial layer and nerve cell of eight neural network models which are frequently studied in interpretability. [240] Microscope was produced to analyze the functions that form inside these neural networks easily. The designs consisted of are AlexNet, VGG-19, different versions of Inception, and various versions of CLIP Resnet. [241]
|
||||
<br>ChatGPT<br>
|
||||
<br>[Launched](https://git.elferos.keenetic.pro) in November 2022, ChatGPT is a synthetic intelligence tool built on top of GPT-3 that [supplies](http://gitea.anomalistdesign.com) a conversational user interface that enables users to ask questions in natural language. The system then reacts with an answer within seconds.<br>
|
Loading…
Reference in new issue