<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>AutoML &#8211; Penn AI Tech</title>
	<atom:link href="https://resources.pennaitech.org/tag/automl/feed/" rel="self" type="application/rss+xml" />
	<link>https://resources.pennaitech.org</link>
	<description>Just another Penn Nursing site</description>
	<lastBuildDate>Mon, 22 Jul 2024 23:56:07 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://resources.pennaitech.org/wp-content/uploads/sites/39/2023/03/pennaitech-sitelogo-small-32x32.png</url>
	<title>AutoML &#8211; Penn AI Tech</title>
	<link>https://resources.pennaitech.org</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Auto_ML</title>
		<link>https://resources.pennaitech.org/auto_ml/</link>
		
		<dc:creator><![CDATA[Elizabeth]]></dc:creator>
		<pubDate>Mon, 22 Jul 2024 23:56:07 +0000</pubDate>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[AutoML]]></category>
		<category><![CDATA[Technology: Tools, Hardware, and Software]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[modeling]]></category>
		<guid isPermaLink="false">https://resources.pennaitech.org/?p=388</guid>

					<description><![CDATA[Auto_ML is a Python-based library designed to automate the whole machine learning process. It focuses on simplifying the model selection, feature engineering, hyperparameter tuning, data formatting, robust scaling and analytics. It supports binary and multiclass classification, regression, linear-model-esque interpretation from &#8230; <a class="kt-excerpt-readmore more-link" href="https://resources.pennaitech.org/auto_ml/">Read More</a>]]></description>
										<content:encoded><![CDATA[<p>Auto_ML is a Python-based library designed to automate the whole machine learning process. It focuses on simplifying the model selection, feature engineering, hyperparameter tuning, data formatting, robust scaling and analytics. It supports binary and multiclass classification, regression, linear-model-esque interpretation from non-linear models, feature learning, and categorical ensembling. The package includes traditional models, as well as deep learning models, gradient boost models, and catboost models. </p>
<p>Link: https://pypi.org/project/auto_ml/</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Auto-Gluon: AutoML for Image, Text, Time Series, and Tabular Data</title>
		<link>https://resources.pennaitech.org/auto-gluon/</link>
		
		<dc:creator><![CDATA[Elizabeth]]></dc:creator>
		<pubDate>Mon, 08 Jul 2024 20:16:41 +0000</pubDate>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[AutoML]]></category>
		<category><![CDATA[Technology: Tools, Hardware, and Software]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[modeling]]></category>
		<guid isPermaLink="false">https://resources.pennaitech.org/?p=341</guid>

					<description><![CDATA[AutoGluon automates machine learning tasks enabling you to easily achieve strong predictive performance in your applications. With just a few lines of code, you can train and deploy high-accuracy machine learning and deep learning models on image, text, time series, &#8230; <a class="kt-excerpt-readmore more-link" href="https://resources.pennaitech.org/auto-gluon/">Read More</a>]]></description>
										<content:encoded><![CDATA[<p>AutoGluon automates machine learning tasks enabling you to easily achieve strong predictive performance in your applications. With just a few lines of code, you can train and deploy high-accuracy machine learning and deep learning models on image, text, time series, and tabular data. </p>
<p>(1) AutoGluon-Tabular is an AutoML framework for tabular data. It succeeds by ensembling multiple models and stacking them in multiple layers.<br />
(2) AutoGluon-MultiModal is a deep learning model zoo of model zoos that can automatically build state-of-the-art deep learning models for inputs including images, text, and tabular data.<br />
(3) AutoGluon-TimeSeries is designed for probabilistic time series forecasting. It combines both conventional statistical models, machine-learning based forecasting approaches, and ensembling techniques. </p>
<p>Link: https://auto.gluon.ai/stable/index.html<br />
Youtube Link: https://www.youtube.com/watch?v=5tvp_Ihgnuk</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Auto-Keras: An AutoML system based on Keras</title>
		<link>https://resources.pennaitech.org/auto-keras/</link>
		
		<dc:creator><![CDATA[Elizabeth]]></dc:creator>
		<pubDate>Mon, 22 Jul 2024 20:06:04 +0000</pubDate>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[AutoML]]></category>
		<category><![CDATA[Technology: Tools, Hardware, and Software]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[modeling]]></category>
		<guid isPermaLink="false">https://resources.pennaitech.org/?p=362</guid>

					<description><![CDATA[Auto-Keras is developed by DATA Lab at Texas A&#38;M University. The goal of AutoKeras is to make machine learning accessible to everyone. Auto-Keras uses building blocks to quickly construct personalized models. With these blocks, users only need to specify the &#8230; <a class="kt-excerpt-readmore more-link" href="https://resources.pennaitech.org/auto-keras/">Read More</a>]]></description>
										<content:encoded><![CDATA[<p>Auto-Keras is developed by DATA Lab at Texas A&amp;M University. The goal of AutoKeras is to make machine learning accessible to everyone. Auto-Keras uses building blocks to quickly construct personalized models. With these blocks, users only need to specify the high-level architecture of the model. AutoKeras would search for the best detailed configuration, or users can override the base classes to create their own block.</p>
<p>Link: https://autokeras.com/</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Auto-PyTorch: An automated machine learning toolkit and a drop-in replacement for a scikit-learn estimator.</title>
		<link>https://resources.pennaitech.org/auto-pytorch/</link>
		
		<dc:creator><![CDATA[Elizabeth]]></dc:creator>
		<pubDate>Mon, 22 Jul 2024 19:58:43 +0000</pubDate>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[AutoML]]></category>
		<category><![CDATA[Technology: Tools, Hardware, and Software]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[modeling]]></category>
		<guid isPermaLink="false">https://resources.pennaitech.org/?p=358</guid>

					<description><![CDATA[Auto-PyTorch is able to jointly and robustly optimize the network architecture and the training hyperparameters to enable fully automated deep learning (AutoDL). Auto-PyTorch is mainly developed to support tabular data (classification, regression) and time series data (forecasting). Link: https://automl.github.io/Auto-PyTorch/master/]]></description>
										<content:encoded><![CDATA[<p>Auto-PyTorch is able to jointly and robustly optimize the network architecture and the training hyperparameters to enable fully automated deep learning (AutoDL). Auto-PyTorch is mainly developed to support tabular data (classification, regression) and time series data (forecasting).</p>
<p>Link: https://automl.github.io/Auto-PyTorch/master/</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Auto-Sklearn: An automated machine learning toolkit and a drop-in replacement for a scikit-learn estimator.</title>
		<link>https://resources.pennaitech.org/auto-sklearn/</link>
		
		<dc:creator><![CDATA[Elizabeth]]></dc:creator>
		<pubDate>Mon, 22 Jul 2024 19:56:50 +0000</pubDate>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[AutoML]]></category>
		<category><![CDATA[Technology: Tools, Hardware, and Software]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[modeling]]></category>
		<guid isPermaLink="false">https://resources.pennaitech.org/?p=356</guid>

					<description><![CDATA[Auto-sklearn provides out-of-the-box supervised machine learning. Built around the scikit-learn machine learning library, auto-sklearn automatically searches for the right learning algorithm for a new machine learning dataset and optimizes its hyperparameters. Thus, it frees the machine learning practitioner from these &#8230; <a class="kt-excerpt-readmore more-link" href="https://resources.pennaitech.org/auto-sklearn/">Read More</a>]]></description>
										<content:encoded><![CDATA[<p>Auto-sklearn provides out-of-the-box supervised machine learning. Built around the scikit-learn machine learning library, auto-sklearn automatically searches for the right learning algorithm for a new machine learning dataset and optimizes its hyperparameters. Thus, it frees the machine learning practitioner from these tedious tasks and allows her to focus on the real problem.</p>
<p>Link: https://www.automl.org/automl-for-x/tabular-data/auto-sklearn/</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Auto-WEKA</title>
		<link>https://resources.pennaitech.org/auto-weka/</link>
		
		<dc:creator><![CDATA[Elizabeth]]></dc:creator>
		<pubDate>Mon, 22 Jul 2024 20:31:55 +0000</pubDate>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[AutoML]]></category>
		<category><![CDATA[Technology: Tools, Hardware, and Software]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[modeling]]></category>
		<guid isPermaLink="false">https://resources.pennaitech.org/?p=376</guid>

					<description><![CDATA[Auto-WEKA is a Java-written machine learning automation tool that performs combined algorithm selection and hyperparameter optimization over the classification and regression algorithm implementations in WEKA, an open-source software package including a comprehensive collection of machine learning models. It applies techniques &#8230; <a class="kt-excerpt-readmore more-link" href="https://resources.pennaitech.org/auto-weka/">Read More</a>]]></description>
										<content:encoded><![CDATA[<p>Auto-WEKA is a Java-written machine learning automation tool that performs combined algorithm selection and hyperparameter optimization over the classification and regression algorithm implementations in WEKA, an open-source software package including a comprehensive collection of machine learning models. It applies techniques including meta-learning and Bayesian optimization to explore optimal hyperparameters. With the automated process, Auto-WEKA provides time-saving model selection. </p>
<p>Link: https://www.cs.ubc.ca/labs/algorithms/Projects/autoweka/#</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>FEDOT</title>
		<link>https://resources.pennaitech.org/fedot/</link>
		
		<dc:creator><![CDATA[Elizabeth]]></dc:creator>
		<pubDate>Mon, 22 Jul 2024 20:21:47 +0000</pubDate>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[AutoML]]></category>
		<category><![CDATA[Technology: Tools, Hardware, and Software]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[modeling]]></category>
		<guid isPermaLink="false">https://resources.pennaitech.org/?p=370</guid>

					<description><![CDATA[FEDOT is an open-source framework for automated modeling and machine learning (AutoML) problems. This framework is distributed under the 3-Clause BSD license. It provides automatic generative design of machine learning pipelines for various real-world problems. The core of FEDOT is &#8230; <a class="kt-excerpt-readmore more-link" href="https://resources.pennaitech.org/fedot/">Read More</a>]]></description>
										<content:encoded><![CDATA[<p>FEDOT is an open-source framework for automated modeling and machine learning (AutoML) problems. This framework is distributed under the 3-Clause BSD license. It provides automatic generative design of machine learning pipelines for various real-world problems. The core of FEDOT is based on an evolutionary approach and supports classification (binary and multiclass), regression, clustering, and time series prediction problems.</p>
<p>Link: https://fedot.readthedocs.io/en/latest/</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>FLAML: A Fast Library for Automated Machine Learning &#038; Tuning</title>
		<link>https://resources.pennaitech.org/flaml/</link>
		
		<dc:creator><![CDATA[Elizabeth]]></dc:creator>
		<pubDate>Mon, 22 Jul 2024 20:27:18 +0000</pubDate>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[AutoML]]></category>
		<category><![CDATA[Technology: Tools, Hardware, and Software]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[modeling]]></category>
		<category><![CDATA[code]]></category>
		<guid isPermaLink="false">https://resources.pennaitech.org/?p=372</guid>

					<description><![CDATA[FLAML is a lightweight Python library for efficient automation of machine learning and AI operations. It automates workflow based on large language models, machine learning models, and optimizes their performance. Link: https://microsoft.github.io/FLAML/]]></description>
										<content:encoded><![CDATA[<p>FLAML is a lightweight Python library for efficient automation of machine learning and AI operations. It automates workflow based on large language models, machine learning models, and optimizes their performance.</p>
<p>Link: https://microsoft.github.io/FLAML/</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>GAMA: (General Automated Machine learning Assistant) An automated machine learning tool based on genetic programming.</title>
		<link>https://resources.pennaitech.org/gama/</link>
		
		<dc:creator><![CDATA[Elizabeth]]></dc:creator>
		<pubDate>Mon, 22 Jul 2024 20:02:50 +0000</pubDate>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[AutoML]]></category>
		<category><![CDATA[Technology: Tools, Hardware, and Software]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[modeling]]></category>
		<guid isPermaLink="false">https://resources.pennaitech.org/?p=360</guid>

					<description><![CDATA[GAMA is an AutoML package for end-users and AutoML researchers. It generates optimized machine learning pipelines given specific input data and resource constraints. A machine learning pipeline contains data preprocessing (e.g. PCA, normalization) as well as a machine learning algorithm &#8230; <a class="kt-excerpt-readmore more-link" href="https://resources.pennaitech.org/gama/">Read More</a>]]></description>
										<content:encoded><![CDATA[<p>GAMA is an AutoML package for end-users and AutoML researchers. It generates optimized machine learning pipelines given specific input data and resource constraints. A machine learning pipeline contains data preprocessing (e.g. PCA, normalization) as well as a machine learning algorithm (e.g. Logistic Regression, Random Forests), with fine-tuned hyperparameter settings (e.g. number of trees in a Random Forest). To find these pipelines, multiple search procedures have been implemented. GAMA can also combine multiple tuned machine learning pipelines together into an ensemble, which on average should help model performance. At the moment, GAMA is restricted to classification and regression problems on tabular data. In addition to its general use AutoML functionality, GAMA aims to serve AutoML researchers as well. During the optimization process, GAMA keeps an extensive log of progress made. Using this log, insight can be obtained on the behavior of the search procedure. </p>
<p>Link: https://openml-labs.github.io/gama/master/</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>H2O AutoML</title>
		<link>https://resources.pennaitech.org/h2o-automl/</link>
		
		<dc:creator><![CDATA[Elizabeth]]></dc:creator>
		<pubDate>Mon, 22 Jul 2024 20:08:56 +0000</pubDate>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[AutoML]]></category>
		<category><![CDATA[Technology: Tools, Hardware, and Software]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[modeling]]></category>
		<guid isPermaLink="false">https://resources.pennaitech.org/?p=364</guid>

					<description><![CDATA[H2O is an in-memory platform for distributed, scalable machine learning. H2O uses familiar interfaces like R, Python, Scala, Java, JSON and the Flow notebook/web interface, and works seamlessly with big data technologies like Hadoop and Spark. H2O provides implementations of &#8230; <a class="kt-excerpt-readmore more-link" href="https://resources.pennaitech.org/h2o-automl/">Read More</a>]]></description>
										<content:encoded><![CDATA[<p>H2O is an in-memory platform for distributed, scalable machine learning. H2O uses familiar interfaces like R, Python, Scala, Java, JSON and the Flow notebook/web interface, and works seamlessly with big data technologies like Hadoop and Spark. H2O provides implementations of many popular algorithms such as Generalized Linear Models (GLM), Gradient Boosting Machines (including XGBoost), Random Forests, Deep Neural Networks, Stacked Ensembles, Naive Bayes, Generalized Additive Models (GAM), Cox Proportional Hazards, K-Means, PCA, Word2Vec, as well as a fully automatic machine learning algorithm (H2O AutoML).</p>
<p>Link: https://docs.h2o.ai/h2o/latest-stable/h2o-docs/automl.html</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Database Caching using Disk (Request-wide modification query)

Served from: resources.pennaitech.org @ 2026-04-17 19:28:47 by W3 Total Cache
-->