<?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>keras Archives - Petamind</title>
	<atom:link href="https://petaminds.com/tag/keras/feed/" rel="self" type="application/rss+xml" />
	<link>https://petaminds.com/tag/keras/</link>
	<description>A.I, Data and Software Engineering</description>
	<lastBuildDate>Sat, 26 Mar 2022 02:11:59 +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://petaminds.com/wp-content/uploads/2019/09/ic_launcher.png</url>
	<title>keras Archives - Petamind</title>
	<link>https://petaminds.com/tag/keras/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Advanced Keras &#8211; Custom loss functions</title>
		<link>https://petaminds.com/advanced-keras-custom-loss-functions/</link>
					<comments>https://petaminds.com/advanced-keras-custom-loss-functions/#comments</comments>
		
		<dc:creator><![CDATA[Tung Nguyen]]></dc:creator>
		<pubDate>Wed, 23 Mar 2022 00:31:00 +0000</pubDate>
				<category><![CDATA[data science]]></category>
		<category><![CDATA[Project]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[cost function]]></category>
		<category><![CDATA[custom loss]]></category>
		<category><![CDATA[K]]></category>
		<category><![CDATA[keras]]></category>
		<category><![CDATA[keras backend]]></category>
		<category><![CDATA[loss function]]></category>
		<category><![CDATA[neural network]]></category>
		<category><![CDATA[tensorflow]]></category>
		<guid isPermaLink="false">https://petaminds.com/?p=1391</guid>

					<description><![CDATA[<p>When working on machine learning problems, sometimes you want to construct your own custom loss function(s). This article will introduce abstract Keras backend for that purpose. Keras loss functions From Keras loss documentation, there are several built-in loss functions, e.g. mean_absolute_percentage_error, cosine_proximity, kullback_leibler_divergence etc. When compiling a Keras model, we often pass two parameters, i.e. [&#8230;]</p>
<p>The post <a href="https://petaminds.com/advanced-keras-custom-loss-functions/">Advanced Keras &#8211; Custom loss functions</a> appeared first on <a href="https://petaminds.com">Petamind</a>.</p>
]]></description>
		
					<wfw:commentRss>https://petaminds.com/advanced-keras-custom-loss-functions/feed/</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
			</item>
		<item>
		<title>Continue training big models on less powerful devices</title>
		<link>https://petaminds.com/continue-training-big-models-on-less-powerful-devices/</link>
					<comments>https://petaminds.com/continue-training-big-models-on-less-powerful-devices/#respond</comments>
		
		<dc:creator><![CDATA[Tung Nguyen]]></dc:creator>
		<pubDate>Sun, 22 Mar 2020 00:51:57 +0000</pubDate>
				<category><![CDATA[data science]]></category>
		<category><![CDATA[Project]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[check-point]]></category>
		<category><![CDATA[deep learning]]></category>
		<category><![CDATA[keras]]></category>
		<category><![CDATA[model]]></category>
		<category><![CDATA[out of memory]]></category>
		<category><![CDATA[save]]></category>
		<category><![CDATA[tensorflow]]></category>
		<guid isPermaLink="false">https://petaminds.com/?p=2338</guid>

					<description><![CDATA[<p>It would not be a surprise that you may not have a powerful expensive machine to train a complicate model. You may experience the problem of not enough memory during training in some epoch. This article demonstrates a simple workaround for this. The problem Training deep learning models requires a lot of computing power. For [&#8230;]</p>
<p>The post <a href="https://petaminds.com/continue-training-big-models-on-less-powerful-devices/">Continue training big models on less powerful devices</a> appeared first on <a href="https://petaminds.com">Petamind</a>.</p>
]]></description>
		
					<wfw:commentRss>https://petaminds.com/continue-training-big-models-on-less-powerful-devices/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>MLP for implicit binary collaborative filtering</title>
		<link>https://petaminds.com/mlp-for-implicit-binary-collaborative-filtering/</link>
					<comments>https://petaminds.com/mlp-for-implicit-binary-collaborative-filtering/#respond</comments>
		
		<dc:creator><![CDATA[Tung Nguyen]]></dc:creator>
		<pubDate>Mon, 02 Mar 2020 12:11:05 +0000</pubDate>
				<category><![CDATA[data science]]></category>
		<category><![CDATA[Project]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[collaborative filtering]]></category>
		<category><![CDATA[keras]]></category>
		<category><![CDATA[matrix factorization]]></category>
		<category><![CDATA[MLP]]></category>
		<category><![CDATA[multi-layer perceptron]]></category>
		<guid isPermaLink="false">https://petaminds.com/?p=2265</guid>

					<description><![CDATA[<p>In this post, we demonstrate Keras implementation of the implicit collaborative filtering. We also introduce some techniques to improve the performance of the current model, including weight initialization, dynamic learning rate, early stopping callback etc. The implicit data For demonstration purposes, we use the dataset generated from negative samples using the technique mentioned in this [&#8230;]</p>
<p>The post <a href="https://petaminds.com/mlp-for-implicit-binary-collaborative-filtering/">MLP for implicit binary collaborative filtering</a> appeared first on <a href="https://petaminds.com">Petamind</a>.</p>
]]></description>
		
					<wfw:commentRss>https://petaminds.com/mlp-for-implicit-binary-collaborative-filtering/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Generate data on the fly &#8211; Keras data generator</title>
		<link>https://petaminds.com/generate-data-on-the-fly-keras-data-generator/</link>
					<comments>https://petaminds.com/generate-data-on-the-fly-keras-data-generator/#respond</comments>
		
		<dc:creator><![CDATA[Tung Nguyen]]></dc:creator>
		<pubDate>Fri, 31 Jan 2020 23:13:05 +0000</pubDate>
				<category><![CDATA[data science]]></category>
		<category><![CDATA[Project]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[generator]]></category>
		<category><![CDATA[keras]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[sequence]]></category>
		<category><![CDATA[tensorflow]]></category>
		<guid isPermaLink="false">https://petaminds.com/?p=1906</guid>

					<description><![CDATA[<p>Previously, we train our model using the pre-generated dataset, for example, in the recommender system or recurrent neural network. In this article, we will demonstrate using a generator to produce data on the fly for training a model. Keras Data Generator with Sequence There are a couple of ways to create a data generator. However, [&#8230;]</p>
<p>The post <a href="https://petaminds.com/generate-data-on-the-fly-keras-data-generator/">Generate data on the fly &#8211; Keras data generator</a> appeared first on <a href="https://petaminds.com">Petamind</a>.</p>
]]></description>
		
					<wfw:commentRss>https://petaminds.com/generate-data-on-the-fly-keras-data-generator/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>build a simple recommender system with matrix factorization</title>
		<link>https://petaminds.com/build-a-simple-recommender-system-with-matrix-factorization/</link>
					<comments>https://petaminds.com/build-a-simple-recommender-system-with-matrix-factorization/#comments</comments>
		
		<dc:creator><![CDATA[Tung Nguyen]]></dc:creator>
		<pubDate>Mon, 23 Dec 2019 23:13:25 +0000</pubDate>
				<category><![CDATA[data science]]></category>
		<category><![CDATA[factorization]]></category>
		<category><![CDATA[keras]]></category>
		<category><![CDATA[matrix]]></category>
		<category><![CDATA[recommender system]]></category>
		<guid isPermaLink="false">https://petaminds.com/?p=2075</guid>

					<description><![CDATA[<p>We will build a recommender system which recommends top n items for a user using the matrix factorization technique- one of the three most popular used recommender systems. matrix factorization Suppose we have a rating matrix of m users and n items. The rating of user to item is . Similar to PCA, matrix factorization [&#8230;]</p>
<p>The post <a href="https://petaminds.com/build-a-simple-recommender-system-with-matrix-factorization/">build a simple recommender system with matrix factorization</a> appeared first on <a href="https://petaminds.com">Petamind</a>.</p>
]]></description>
		
					<wfw:commentRss>https://petaminds.com/build-a-simple-recommender-system-with-matrix-factorization/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>deep learning: Linear Autoencoder with Keras</title>
		<link>https://petaminds.com/deep-learning-linear-autoencoder-with-keras/</link>
					<comments>https://petaminds.com/deep-learning-linear-autoencoder-with-keras/#respond</comments>
		
		<dc:creator><![CDATA[Tung Nguyen]]></dc:creator>
		<pubDate>Mon, 09 Dec 2019 02:22:01 +0000</pubDate>
				<category><![CDATA[data science]]></category>
		<category><![CDATA[Project]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[visualization]]></category>
		<category><![CDATA[auto]]></category>
		<category><![CDATA[decoder]]></category>
		<category><![CDATA[dimension]]></category>
		<category><![CDATA[encoder]]></category>
		<category><![CDATA[keras]]></category>
		<category><![CDATA[reduction]]></category>
		<category><![CDATA[tensorflow]]></category>
		<guid isPermaLink="false">https://petaminds.com/?p=2027</guid>

					<description><![CDATA[<p>This post introduces using linear autoencoder for dimensionality reduction using TensorFlow and Keras. What is a linear autoencoder An autoencoder is a type of artificial neural network used to learn efficient data codings in an unsupervised manner. The aim of an autoencoder is to learn a representation (encoding) for a set of data, typically for dimensionality reduction, by training the network to ignore signal “noise”. Autoencoders consists [&#8230;]</p>
<p>The post <a href="https://petaminds.com/deep-learning-linear-autoencoder-with-keras/">deep learning: Linear Autoencoder with Keras</a> appeared first on <a href="https://petaminds.com">Petamind</a>.</p>
]]></description>
		
					<wfw:commentRss>https://petaminds.com/deep-learning-linear-autoencoder-with-keras/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Recurrent neural network &#8211; time-series data- part 1</title>
		<link>https://petaminds.com/recurrent-neural-network-time-series-data-part-1/</link>
					<comments>https://petaminds.com/recurrent-neural-network-time-series-data-part-1/#comments</comments>
		
		<dc:creator><![CDATA[Tung Nguyen]]></dc:creator>
		<pubDate>Fri, 22 Nov 2019 00:09:00 +0000</pubDate>
				<category><![CDATA[data science]]></category>
		<category><![CDATA[Project]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[keras]]></category>
		<category><![CDATA[neural network]]></category>
		<category><![CDATA[recurrent]]></category>
		<category><![CDATA[rnn]]></category>
		<category><![CDATA[tf2]]></category>
		<category><![CDATA[time-series]]></category>
		<guid isPermaLink="false">https://petaminds.com/?p=1863</guid>

					<description><![CDATA[<p>If you are human and curious about your future, then the recurrent neural network (RNN) is definitely a tool to consider. Part 1 will demonstrate some simple RNNs using TensorFlow 2.0 and Keras functional API. What is RNN An&#160;RNN is a class of&#160;artificial neural networks&#160;where connections between nodes form a&#160;directed graph&#160;along a temporal sequence (time [&#8230;]</p>
<p>The post <a href="https://petaminds.com/recurrent-neural-network-time-series-data-part-1/">Recurrent neural network &#8211; time-series data- part 1</a> appeared first on <a href="https://petaminds.com">Petamind</a>.</p>
]]></description>
		
					<wfw:commentRss>https://petaminds.com/recurrent-neural-network-time-series-data-part-1/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Word2vec with TensorFlow 2.0 &#8211; a simple CBOW implementation</title>
		<link>https://petaminds.com/word2vec-with-tensorflow-2-0-a-simple-cbow-implementation/</link>
					<comments>https://petaminds.com/word2vec-with-tensorflow-2-0-a-simple-cbow-implementation/#comments</comments>
		
		<dc:creator><![CDATA[Tung Nguyen]]></dc:creator>
		<pubDate>Sat, 19 Oct 2019 23:30:20 +0000</pubDate>
				<category><![CDATA[data science]]></category>
		<category><![CDATA[Project]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[CBOW]]></category>
		<category><![CDATA[keras]]></category>
		<category><![CDATA[natural language processing]]></category>
		<category><![CDATA[neural network]]></category>
		<category><![CDATA[tenso]]></category>
		<category><![CDATA[word2vec]]></category>
		<guid isPermaLink="false">https://petaminds.com/?p=1144</guid>

					<description><![CDATA[<p>In TensorFlow website, there is a good example of word embedding implementation with Keras. Nevertheless, we are curious to see how it looks like when implementing word2vec with PURE TensorFlow 2.0. What is CBOW In the previous article, we introduced Word2vec (w2v) with Gensim library. Word2vec consists of two-layer neural networks that are trained to reconstruct linguistic [&#8230;]</p>
<p>The post <a href="https://petaminds.com/word2vec-with-tensorflow-2-0-a-simple-cbow-implementation/">Word2vec with TensorFlow 2.0 &#8211; a simple CBOW implementation</a> appeared first on <a href="https://petaminds.com">Petamind</a>.</p>
]]></description>
		
					<wfw:commentRss>https://petaminds.com/word2vec-with-tensorflow-2-0-a-simple-cbow-implementation/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>Save, restore, visualise Graph with TensorFlow v2.0 &#038; KERAS</title>
		<link>https://petaminds.com/save-restore-visualise-graph-with-tensorflow-v2-0-keras/</link>
					<comments>https://petaminds.com/save-restore-visualise-graph-with-tensorflow-v2-0-keras/#comments</comments>
		
		<dc:creator><![CDATA[Tung Nguyen]]></dc:creator>
		<pubDate>Tue, 08 Oct 2019 12:36:30 +0000</pubDate>
				<category><![CDATA[data science]]></category>
		<category><![CDATA[front-end]]></category>
		<category><![CDATA[Project]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[keras]]></category>
		<category><![CDATA[MNIST]]></category>
		<category><![CDATA[model]]></category>
		<category><![CDATA[restore]]></category>
		<category><![CDATA[save]]></category>
		<category><![CDATA[tensor]]></category>
		<category><![CDATA[tensorboard]]></category>
		<category><![CDATA[tensorflow]]></category>
		<guid isPermaLink="false">https://petaminds.com/?p=1031</guid>

					<description><![CDATA[<p>TensorFlow 2.0 is coming really soon. Therefore, we quickly show some useful features, i.e., save and load a pre-trained model, with v.2 syntax. To make it more intuitive, we will also visualise the graph of the neural network model. Benefits of saving a model Quick answer: to save time, easy-share, and fast deploy. A SavedModel [&#8230;]</p>
<p>The post <a href="https://petaminds.com/save-restore-visualise-graph-with-tensorflow-v2-0-keras/">Save, restore, visualise Graph with TensorFlow v2.0 &#038; KERAS</a> appeared first on <a href="https://petaminds.com">Petamind</a>.</p>
]]></description>
		
					<wfw:commentRss>https://petaminds.com/save-restore-visualise-graph-with-tensorflow-v2-0-keras/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>A.I in agriculture &#8211; Fruit Grading with Keras (part 2)</title>
		<link>https://petaminds.com/a-i-in-agriculture-fruit-grading-with-keras-part-2/</link>
					<comments>https://petaminds.com/a-i-in-agriculture-fruit-grading-with-keras-part-2/#respond</comments>
		
		<dc:creator><![CDATA[Tung Nguyen]]></dc:creator>
		<pubDate>Sun, 06 Oct 2019 07:05:15 +0000</pubDate>
				<category><![CDATA[data science]]></category>
		<category><![CDATA[front-end]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[deep learning]]></category>
		<category><![CDATA[fruit]]></category>
		<category><![CDATA[fruit grading]]></category>
		<category><![CDATA[keras]]></category>
		<category><![CDATA[Machine learning]]></category>
		<category><![CDATA[neural network]]></category>
		<category><![CDATA[tensorflow]]></category>
		<guid isPermaLink="false">https://petaminds.com/?p=994</guid>

					<description><![CDATA[<p>In part 1, we introduced fruit classification with pure python implementation. In this part, we will use the Keras library instead. What is Keras Keras&#160;is an&#160;open-sourceneural-network&#160;library written in&#160;Python. It is capable of running on top of&#160;TensorFlow,&#160;Microsoft Cognitive Toolkit,&#160;Theano, or&#160;PlaidML. Designed to enable fast experimentation with&#160;deep neural networks, it focuses on being user-friendly, modular, and extensible.&#160; [&#8230;]</p>
<p>The post <a href="https://petaminds.com/a-i-in-agriculture-fruit-grading-with-keras-part-2/">A.I in agriculture &#8211; Fruit Grading with Keras (part 2)</a> appeared first on <a href="https://petaminds.com">Petamind</a>.</p>
]]></description>
		
					<wfw:commentRss>https://petaminds.com/a-i-in-agriculture-fruit-grading-with-keras-part-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
