<?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>postIt &#187; transfer function</title>
	<atom:link href="https://lakm.us/postit/tag/transfer-function/feed/" rel="self" type="application/rss+xml" />
	<link>https://lakm.us/postit</link>
	<description>Post-It sticky notes with PasteBin sense</description>
	<lastBuildDate>Thu, 02 Jan 2025 01:33:57 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.0.18</generator>
	<item>
		<title>net = newff([0 10],[5 1],{&#039;tansig&#039; &#039;p &#8230;</title>
		<link>https://lakm.us/postit/2010/04/net-newff0-105-1tansig-p/</link>
		<comments>https://lakm.us/postit/2010/04/net-newff0-105-1tansig-p/#comments</comments>
		<pubDate>Sat, 03 Apr 2010 06:07:25 +0000</pubDate>
		<dc:creator><![CDATA[Arif]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[matlab]]></category>
		<category><![CDATA[neural network]]></category>
		<category><![CDATA[transfer function]]></category>

		<guid isPermaLink="false">http://xp-racy.lan/postit/?p=57</guid>
		<description><![CDATA[net = newff([0 10],[5 1],{'tansig' 'purelin'}); implements a feed forward ANN with input range of 1 to 10, 5 neuron in its hidden-layer with tansig transfer function, and a single purelin transfer function in output layer.]]></description>
				<content:encoded><![CDATA[<p><code>net = newff([0 10],[5 1],{'tansig' 'purelin'});</code><br />
implements a feed forward ANN with input range of 1 to 10, 5 neuron in its hidden-layer with <code>tansig</code> transfer function, and a single <code>purelin</code> transfer function in output layer.</p>
]]></content:encoded>
			<wfw:commentRss>https://lakm.us/postit/2010/04/net-newff0-105-1tansig-p/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>tansig
implements

n = 2/(1+exp(-2*n) &#8230;</title>
		<link>https://lakm.us/postit/2010/04/tansigimplementsn-21exp-2n/</link>
		<comments>https://lakm.us/postit/2010/04/tansigimplementsn-21exp-2n/#comments</comments>
		<pubDate>Sat, 03 Apr 2010 06:03:35 +0000</pubDate>
		<dc:creator><![CDATA[Arif]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[matlab]]></category>
		<category><![CDATA[transfer function]]></category>

		<guid isPermaLink="false">http://xp-racy.lan/postit/?p=56</guid>
		<description><![CDATA[tansig implements n = 2/(1+exp(-2*n))-1 Hyperbolic tangent sigmoid transfer function.]]></description>
				<content:encoded><![CDATA[<p><code>tansig</code><br />
implements</p>
<p>n = 2/(1+exp(-2*n))-1</p>
<p>Hyperbolic tangent sigmoid transfer function.</p>
]]></content:encoded>
			<wfw:commentRss>https://lakm.us/postit/2010/04/tansigimplementsn-21exp-2n/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
