All public logs
Combined display of all available logs of AI Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 23:38, 18 February 2023 Alpha5 talk contribs created page Bucketing (Created page with "===Introduction== Bucketing, also referred to as binning, is a data preprocessing technique in machine learning that involves grouping continuous numerical data into discrete categories or "buckets" based on their range of values. This can be beneficial for various reasons such as simplifying the data, eliminating noise and outliers, and improving model accuracy. In this article we'll provide an overview of bucketing in machine learning including its advantages, potentia...")
- 13:31, 18 February 2023 Alpha5 talk contribs created page AUC (Area Under the Curve) (Created page with "==Introduction== In machine learning, the AUC (Area Under the ROC Curve) is a popular metric used to evaluate the performance of binary classification models. It measures the ability of the model to distinguish between the positive and negative classes based on the output probabilities of the model. ==What is AUC?== AUC is a measure of the area under the curve of a Receiver Operating Characteristic (ROC) curve, which is a graph that represents the trade-off between the...")
- 13:31, 18 February 2023 Alpha5 talk contribs created page Area under the curve (Redirected page to AUC (Area Under the Curve)) Tag: New redirect
- 13:30, 18 February 2023 Alpha5 talk contribs created page Area Under the Curve (Redirected page to AUC (Area Under the Curve)) Tag: New redirect
- 13:30, 18 February 2023 Alpha5 talk contribs created page AUC (Redirected page to AUC (Area Under the Curve)) Tag: New redirect
- 12:58, 18 February 2023 Alpha5 talk contribs created page Activation function (Created page with "==Introduction== In machine learning, an activation function is a mathematical function applied to the output of a neuron in a neural network. The activation function determines the output of the neuron based on its input, and is a key component of the neural network architecture. ==What is an Activation Function?== An activation function is a non-linear function that is applied to the weighted sum of the inputs to a neuron. The activation function maps the input to a n...")
- 12:22, 18 February 2023 Alpha5 talk contribs created page Binary classification (Created page with "==Introduction== Binary classification is a type of supervised machine learning task in which an algorithm is trained to classify an input into one of two possible categories, often represented as "positive" and "negative". To train its algorithm, it uses an existing dataset which contains inputs and their labels indicating which category each belongs in. Once trained, this algorithm can be applied to new inputs to predict their labels accurately. A binary classificatio...")
- 12:14, 18 February 2023 Alpha5 talk contribs created page Bias (Created page with "==Introduction== Bias in mathematics and machine learning refers to the difference between an estimator's expected value and the true value of a parameter being estimated. In other words, bias introduces systematic error into an estimation process. Machine learning often refers to bias when discussing supervised learning algorithms. Supervised learning algorithms are trained on a dataset composed of input-output pairs with the purpose of discovering an mapping between i...")
- 12:05, 18 February 2023 Alpha5 talk contribs created page Bias (ethics/fairness) (Created page with "==Introduction== Bias in machine learning refers to systematic errors or discrimination present in a model's predictions or decisions. It can arise when the data used to train the model is not representative of the population it will be applied to, or certain groups are disproportionately represented or excluded from training data. ==Sources of bias in machine learning== Biases can arise during the creation and deployment of machine learning models. 1. Data Bias: This...")
- 06:53, 18 February 2023 Alpha5 talk contribs created page Batch (Created page with "==Introduction== Batch learning, also referred to as "offline learning," is a type of machine learning in which data is processed in batches rather than real-time or online. With this approach, the model is trained using historical data and then applied to make predictions on new data sets. ==Background== Machine learning encompasses two primary approaches: supervised and unsupervised. Supervised learning involves training a model on labeled data, where both inputs and...")
- 15:23, 17 February 2023 Alpha5 talk contribs created page Batch size (Created page with "==Introduction== Machine learning relies on a hyperparameter called batch size which indicates how many samples should be run before changing internal model parameters. This number can vary based on both machine memory capacity and the needs of each model and dataset. ==Batch Size and Gradient Descent== Gradient descent relies on batch size as a key parameter that determines how many samples are used in each iteration of the algorithm. Gradient descent works by iter...")
- 14:22, 17 February 2023 Alpha5 talk contribs created page BP (Redirected page to Backpropagation) Tag: New redirect
- 12:34, 17 February 2023 Alpha5 talk contribs created page Prompt injection (Created page with "When an user enters a prompt into a large language model like ChatGPT, the creator of the language model, like OpenAI, often customizes the response of the language model by concatenating their own prompt onto the user's prompt. Creator's prompt is usually concatenated before the start of the user's prompt and is usually hidden from the user.")
- 06:17, 17 February 2023 Alpha5 talk contribs created page Backpropagation (Created page with "==Introduction== Backpropagation is a technique used to train artificial neural networks, machine learning models inspired by the structure and function of the human brain. This process adjusts the weights assigned to connections within the network in order to minimize errors between predictions and actual input values. The backpropagation algorithm is often employed in conjunction with supervised learning tasks, in which the network is provided a set of input-output pa...")
- 05:30, 17 February 2023 Yogurt frame talk contribs created page Transformers (Created page with "Transformers are deep learning models that have certain architectural characteristics. They were introduced by Google researchers in 2017, in the famous Attention is All you Need paper. The Transformer architecture is an example of the encoder-decoder models, which had been popular for a few years. Until then, however, attention was only one of the mechanisms that these models used. They were based mainly on LSTM and other RNNs. The Tr...")
- 05:20, 17 February 2023 User account Yogurt frame talk contribs was created
- 07:10, 15 February 2023 Alpha5 talk contribs created page ML models (Redirected page to Models) Tag: New redirect
- 07:09, 15 February 2023 Alpha5 talk contribs created page Computer vision (Redirected page to Computer Vision) Tag: New redirect
- 07:09, 15 February 2023 Alpha5 talk contribs created page AI models (Redirected page to Models) Tag: New redirect
- 07:09, 15 February 2023 Alpha5 talk contribs created page Pre-trained models (Redirected page to Models) Tag: New redirect
- 20:01, 14 February 2023 Alpha5 talk contribs created page Prompt design (Redirected page to Prompt engineering) Tag: New redirect
- 14:41, 14 February 2023 PauloPacheco talk contribs created page Prompt engineering (Created page with "Prompt engineering or Prompt design is the practice of discovering the prompt that gets the best result from the AI system. <ref name="”4”"></ref> The development of prompts requires human intuition with results that can look arbitrary. <ref name="”9”">Pavlichenko, N, Zhdanov, F and Ustalov, D (2022). Best prompts for text-to-image models and how to find them. arXiv:2209.11711v2</ref> Manual prompt engineering is laborious, it may be infeasible in some si...") Tag: Visual edit
- 14:27, 14 February 2023 PauloPacheco talk contribs created page File:5. Spaces-towardsdatascience.png
- 14:27, 14 February 2023 PauloPacheco talk contribs uploaded File:5. Spaces-towardsdatascience.png
- 14:26, 14 February 2023 PauloPacheco talk contribs created page File:4. Dataset elements-source-towardsdatascience.png
- 14:26, 14 February 2023 PauloPacheco talk contribs uploaded File:4. Dataset elements-source-towardsdatascience.png
- 14:26, 14 February 2023 PauloPacheco talk contribs created page File:3. Example of full model card-source-towardsdatascience.png
- 14:26, 14 February 2023 PauloPacheco talk contribs uploaded File:3. Example of full model card-source-towardsdatascience.png
- 04:59, 12 February 2023 Alpha5 talk contribs created page Blog posts (Created page with "{{Needs Expansion}} {{see also|Guides}} {| class="wikitable sortable" |- !Creator !Date !Video Name !Link !Rating |- |Tim Urban || 2015 || The AI Revolution: The Road to Superintelligence || || ★★★★ |- |Andrej Karpathy || 2017 || Software 2.0 || || ★★★★ |- |Gwern || 2020 || The Scaling Hypothesis || || ★★★★ |- |Wikipedia — The History of Artificial Intelligence || || ★★★★ |- |Google Research, Vaswan...")
- 17:11, 11 February 2023 Alpha5 talk contribs created page Videos (Created page with "{{Needs Expansion}} {{see also|Guides}} {| class="wikitable sortable" |- !Guest !Podcast !Episode !Date !Rating |- |Eliezer Yudkowsky || 2007 || Introducing the Singularity: Three Major Schools of Thought || ★★★★ |- |Eliezer Yudkowsky || 2017 || Difficulties of Artificial General Intelligence Alignment || ★★★★ |- |Eric Elliott || 2020 || What it’s like to be a Computer: An Interview with GPT-3 || ★★★★ |- |Ethan Caballer...")
- 04:59, 11 February 2023 Alpha5 talk contribs created page Podcasts (Created page with "{{Needs Expansion}} {{see also|Guides}} {| !Guest !Podcast !Episode !Rating |- |Sam Altman || Greymatter || AI for the Next Era || ★★★★ |- |Connor Leahy || Machine Learning Street Talk || AI Alignment & AGI Fire Alarm || ★★★★ |- |Demis Hassabis || Lex Fridman || Demis Hassabis: DeepMind || ★★★★ |- |} Category:Guides")
- 21:51, 9 February 2023 Alpha5 talk contribs moved page Dev Tools to Dev tools
- 21:50, 9 February 2023 Alpha5 talk contribs created page Dev Tools (Created page with "==Run Open Source Models with API== Banana.dev - https://www.banana.dev/ Replicate - https://replicate.com/")
- 21:41, 8 February 2023 Alpha5 talk contribs created page Books (Created page with "{{Needs Expansion}} {{see also|Guides}} {| |- | '''Deep Learning''' || 2016 || Non-fiction, educational || Ian Goodfellow, Yoshua Bengio, Aaron Courville |- | '''Superintelligence: Paths, Dangers, Strategies''' || 2014 || Non-fiction, Philosophy, popular science || Nick Bostrom |- | '''The Singularity Is Near: When Humans Transcend Biology || 2005 || Non-fiction, artificial intelligence || Ray Kurzweil |- |} [...")
- 21:35, 8 February 2023 Alpha5 talk contribs created page Movies (Created page with "{{Needs Expansion}} {{see also|Guides}} {| |- | '''AlphaGo''' || 2017 || Documentary || OpenAI |- | '''Her''' || 2013 || Sci-fi, Romance, Drama || Annapurna Pictures |- | '''2001: A Space Odyssey || 1968 || Sci-fi, Epic || MGM |- |} Category:Guides")
- 21:05, 8 February 2023 Alpha5 talk contribs created page Abbreviations (Created page with "{{see also|Acronyms|Terms|Guides}} *ACC = accuracy Category:Guides")
- 18:32, 8 February 2023 Test123 talk contribs changed group membership for Test123 from (none) to administrator, interface administrator, bureaucrat, suppressor, administrator (Semantic MediaWiki), curator (Semantic MediaWiki) and editor (Semantic MediaWiki)
- 15:32, 8 February 2023 Alpha5 talk contribs created page Non-profit Organizations (Created page with "*LAION - Large-scale Artificial Intelligence Open Network - provides datasets, tools and models to liberate machine learning research")
- 22:58, 7 February 2023 Alpha5 talk contribs created page Acronyms (Created page with "{{see also|Guides}} {| | AI || Artificial intelligence |- | GAN || Generative Adversarial Network |- | LLM || Large language model |- | ML || Machine learning |- |} Category:Guides")
- 16:29, 7 February 2023 Alpha5 talk contribs protected AI Wiki:About [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 03:57, 7 February 2023 Alpha5 talk contribs created page Test2 (Created page with "<!--#region Terms--> {| class="table plain" style="text-align: center; box-shadow:rgba(0,0,0,0.1) -0.4em 0.4em 0.5em" !colspan="7" style="width: 1000px; background: #2C585D; color: #FFFFFF; text-align: center; padding:10px"| <span style="color: #FFFFFF;">Terms</span> |- | style="padding:10px; width:7%" | | style="padding:10px; text-align: left; font-family: EasonPro, Helvetica, Arial, sans-serif; font-size:18px; width:20%" | file:Aiwiki logo1 symbol.png|25px...")
- 03:14, 7 February 2023 Alpha5 talk contribs moved page OpenAI Whisper to Whisper
- 03:14, 7 February 2023 Alpha5 talk contribs moved page OpenAI Universe to Universe
- 03:14, 7 February 2023 Alpha5 talk contribs moved page OpenAI Gym Retro to Gym Retro
- 03:14, 7 February 2023 Alpha5 talk contribs moved page OpenAI Gym to Gym
- 02:33, 7 February 2023 Alpha5 talk contribs created page Template:Needs Expansion (Created page with "<includeonly><div id="needsexpansion" class="notice metadata"> {| style="width:50%;margin:auto;margin-bottom: 5px;background:rgba(255,255,255,0.4);border:solid #646464;border-width:1px 1px 1px 15px;padding: 2px;" ! rowspan="3" style="width:40px" | 40px|link= ! style="text-align:left" | This page needs to be expanded. |- |Key elements of this article are missing and need to be expanded. You can help AI Wiki by <span class="plainlinks">...")
- 02:25, 7 February 2023 Alpha5 talk contribs created page Template:Stub (Created page with "<includeonly><div id="stub" class="notice metadata" style="padding-left:25px;margin-bottom:10px" >''Certain elements of this article are incomplete. You can help the AI Wiki by <span class="plainlinks">[{{fullurl:{{FULLPAGENAME}}|action=edit}} '''expanding it''']</span>.''{{#if: {{{2|{{{reason|}}}}}} | <br> '''Reason:''' {{#replace:{{{2|{{{reason|}}}}}}|"|"}} }} </div>Category:Stubs</includeonly><noinclude> ==Usage== <pre> {{stub|<reason>}} </pre> A stub is an...")
- 02:23, 7 February 2023 Alpha5 talk contribs created page File:Aiwiki logo1 symbol.png
- 02:23, 7 February 2023 Alpha5 talk contribs uploaded File:Aiwiki logo1 symbol.png
- 21:49, 6 February 2023 Alpha5 talk contribs created page Feature Extraction Models (Created page with "<noinclude>{{see also|Multimodal Models|Tasks}} </noinclude>{{#ask:Has model name::+ Has task::Feature Extraction |? = Model |?Has hf model name = HF Name |?Has creator = Creator |?Has task = Task |?Has library = Library |?Has dataset = Dataset |?Has language = Language |?Has paper = Paper |?Has related-to = Related to |?Has license = License |limit=10000 |headers=plain }}")