<?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>Software &#8211; Penn AI Tech</title>
	<atom:link href="https://resources.pennaitech.org/technology-tools-hardware-software/software/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>Software &#8211; Penn AI Tech</title>
	<link>https://resources.pennaitech.org</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>ALIRO: AI Driven Data Science</title>
		<link>https://resources.pennaitech.org/aliro-ai-driven-data-science/</link>
		
		<dc:creator><![CDATA[Ray]]></dc:creator>
		<pubDate>Sun, 05 Mar 2023 20:41:42 +0000</pubDate>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[AutoML]]></category>
		<category><![CDATA[Technology: Tools, Hardware, and Software]]></category>
		<category><![CDATA[All Resources]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[artificial intelligence]]></category>
		<guid isPermaLink="false">https://resources.pennaitech.org/?p=210</guid>

					<description><![CDATA[ALIRO is an easy-to-use data science assistant. It allows researchers without machine learning or coding expertise to run supervised machine learning analysis through a clean web interface. It provides results visualization and reproducible scripts so that the analysis can be &#8230; <a class="kt-excerpt-readmore more-link" href="https://resources.pennaitech.org/aliro-ai-driven-data-science/">Read More</a>]]></description>
										<content:encoded><![CDATA[<p><span style="font-weight: 400">ALIRO is an easy-to-use data science assistant. It allows researchers without machine learning or coding expertise to run supervised machine learning analysis through a clean web interface. It provides results visualization and reproducible scripts so that the analysis can be taken anywhere. And, it has an AI assistant that can choose the analysis to run for you. Dataset profiles are generated and added to a knowledgebase as experiments are run, and the AI assistant learns from this to give more informed recommendations as it is used. Aliro comes with an initial knowledgebase generated from the PMLB benchmark suite.</span></p>
<p>&nbsp;</p>
]]></content:encoded>
					
		
		
			</item>
		<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>Deep Learning for Toxicology (DTox)</title>
		<link>https://resources.pennaitech.org/deep-learning-for-toxicology-dtox/</link>
		
		<dc:creator><![CDATA[Ray]]></dc:creator>
		<pubDate>Sun, 05 Mar 2023 20:56:10 +0000</pubDate>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology: Tools, Hardware, and Software]]></category>
		<category><![CDATA[Deep Learning]]></category>
		<category><![CDATA[All Resources]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[modeling]]></category>
		<category><![CDATA[toxicology]]></category>
		<guid isPermaLink="false">https://resources.pennaitech.org/?p=224</guid>

					<description><![CDATA[In drug development, a major reason for attrition is the lack of understanding of cellular mechanisms governing drug toxicity. The black-box nature of conventional classification models has limited their utility in identifying toxicity pathways. Here we developed DTox (Deep learning &#8230; <a class="kt-excerpt-readmore more-link" href="https://resources.pennaitech.org/deep-learning-for-toxicology-dtox/">Read More</a>]]></description>
										<content:encoded><![CDATA[<p><span style="font-weight: 400">In drug development, a major reason for attrition is the lack of understanding of cellular mechanisms governing drug toxicity. The black-box nature of conventional classification models has limited their utility in identifying toxicity pathways. Here we developed DTox (Deep learning for Toxicology), an interpretation framework for knowledge-guided neural networks, which can predict compound response to toxicity assays and infer toxicity pathways of individual compounds. We demonstrate that DTox can achieve the same level of predictive performance as conventional models with a significant improvement in interpretability. Using DTox, we were able to rediscover mechanisms of transcription activation by three nuclear receptors, recapitulate cellular activities induced by aromatase inhibitors and PXR agonists, and differentiate distinctive mechanisms leading to HepG2 cytotoxicity. Virtual screening by DTox revealed that compounds with predicted cytotoxicity are at higher risk for clinical hepatic phenotypes. In summary, DTox provides a framework for deciphering cellular mechanisms of toxicity in silico.</span></p>
<p>&nbsp;</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Extended Supervised Tracking and Classification System (scikit-ExSTraCS)</title>
		<link>https://resources.pennaitech.org/extended-supervised-tracking-and-classification-system-scikit-exstracs/</link>
		
		<dc:creator><![CDATA[Ray]]></dc:creator>
		<pubDate>Sun, 05 Mar 2023 20:44:22 +0000</pubDate>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Machine Learning Modeling]]></category>
		<category><![CDATA[Technology: Tools, Hardware, and Software]]></category>
		<category><![CDATA[All Resources]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[modeling]]></category>
		<category><![CDATA[epistasis]]></category>
		<category><![CDATA[interactions]]></category>
		<category><![CDATA[genetic heterogeneity]]></category>
		<category><![CDATA[interpretable]]></category>
		<guid isPermaLink="false">https://resources.pennaitech.org/?p=212</guid>

					<description><![CDATA[The scikit-ExSTraCS package includes a sklearn-compatible Python implementation of ExSTraCS 2.0. ExSTraCS 2.0, or Extended Supervised Tracking and Classifying System, implements the core components of a Michigan-Style Learning Classifier System (where the system&#8217;s genetic algorithm operates on a rule level, &#8230; <a class="kt-excerpt-readmore more-link" href="https://resources.pennaitech.org/extended-supervised-tracking-and-classification-system-scikit-exstracs/">Read More</a>]]></description>
										<content:encoded><![CDATA[<p><span style="font-weight: 400">The scikit-ExSTraCS package includes a sklearn-compatible Python implementation of ExSTraCS 2.0. ExSTraCS 2.0, or Extended Supervised Tracking and Classifying System, implements the core components of a Michigan-Style Learning Classifier System (where the system&#8217;s genetic algorithm operates on a rule level, evolving a population of rules with each their own parameters) in an easy to understand way, while still being highly functional in solving ML problems. It allows the incorporation of expert knowledge in the form of attribute weights, attribute tracking, rule compaction, and a rule specificity limit, that makes it particularly adept at solving highly complex problems. In general, Learning Classifier Systems (LCSs) are a classification of Rule Based Machine Learning Algorithms that have been shown to perform well on problems involving high amounts of heterogeneity and epistasis. Well designed LCSs are also highly human interpretable. LCS variants have been shown to adeptly handle supervised and reinforced, classification and regression, online and offline learning problems, as well as missing or unbalanced data. These characteristics of versatility and interpretability give LCSs a wide range of potential applications, notably those in biomedicine.</span></p>
<p>&nbsp;</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Feature Inclusion Bin Evolver for Risk Stratification (FIBERS)</title>
		<link>https://resources.pennaitech.org/feature-inclusion-bin-evolver-for-risk-stratification-fibers/</link>
		
		<dc:creator><![CDATA[Ray]]></dc:creator>
		<pubDate>Sun, 05 Mar 2023 20:50:27 +0000</pubDate>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Feature learning]]></category>
		<category><![CDATA[Technology: Tools, Hardware, and Software]]></category>
		<category><![CDATA[All Resources]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[feature construction]]></category>
		<category><![CDATA[feature engineering]]></category>
		<category><![CDATA[binning]]></category>
		<category><![CDATA[feature learning]]></category>
		<guid isPermaLink="false">https://resources.pennaitech.org/?p=218</guid>

					<description><![CDATA[FIBERS is an evolutionary algorithm for performing feature learning by binning features to stratify risk in biomedical datasets with either a binary outcome or with right censored survival outcomes over time. &#160;]]></description>
										<content:encoded><![CDATA[<p><span style="font-weight: 400">FIBERS is an evolutionary algorithm for performing feature learning by binning features to stratify risk in biomedical datasets with either a binary outcome or with right censored survival outcomes over time.</span></p>
<p>&nbsp;</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 92/120 queries in 0.059 seconds using Disk (Request-wide modification query)

Served from: resources.pennaitech.org @ 2026-06-03 12:59:23 by W3 Total Cache
-->