top of page
Search
![](https://static.wixstatic.com/media/49644a_75540697a6c8432cbe8f3ed177251a65~mv2.jpg/v1/fill/w_250,h_250,fp_0.50_0.50,q_30,blur_30,enc_auto/49644a_75540697a6c8432cbe8f3ed177251a65~mv2.webp)
![Python Deep Learning Tips - Convolutional Network with TensorFlow's Convolution Network](https://static.wixstatic.com/media/49644a_75540697a6c8432cbe8f3ed177251a65~mv2.jpg/v1/fill/w_514,h_386,fp_0.50_0.50,q_90,enc_auto/49644a_75540697a6c8432cbe8f3ed177251a65~mv2.webp)
Jun 28, 20232 min read
Python Deep Learning Tips - Convolutional Network with TensorFlow's Convolution Network
One of the key tools in my arsenal for image recognition tasks is a Convolutional Neural Network (CNN) implemented in TensorFlow's...
181 views0 comments
![](https://i.ytimg.com/vi/EiRZvasywl8/maxresdefault.jpg)
![Python TensorFlow Tips -When to use Sparse Categorical Crossentropy vs Categorical Crossentropy loss](https://i.ytimg.com/vi/EiRZvasywl8/maxresdefault.jpg)
Apr 19, 20231 min read
Python TensorFlow Tips -When to use Sparse Categorical Crossentropy vs Categorical Crossentropy loss
TensorFlow is a powerful framework for building neural networks. With TensorFlow we can build deep-learning models that predict either a...
239 views0 comments
![](https://static.wixstatic.com/media/49644a_f9c8c1e9cbe6427e840c96daa933667e~mv2.jpg/v1/fill/w_250,h_250,fp_0.50_0.50,q_30,blur_30,enc_auto/49644a_f9c8c1e9cbe6427e840c96daa933667e~mv2.webp)
![Python Deep Learning Tips - How to Build a Deep Forward Network in Tensorflow with Sequential API](https://static.wixstatic.com/media/49644a_f9c8c1e9cbe6427e840c96daa933667e~mv2.jpg/v1/fill/w_514,h_386,fp_0.50_0.50,q_90,enc_auto/49644a_f9c8c1e9cbe6427e840c96daa933667e~mv2.webp)
Jan 17, 20232 min read
Python Deep Learning Tips - How to Build a Deep Forward Network in Tensorflow with Sequential API
In Python use Tensorflow to build a deep forward deep learning architecture using the sequential model. The problem with such a long...
1,887 views1 comment
![](https://static.wixstatic.com/media/49644a_76f5b66588eb4993afcaec3dd95b5d3e~mv2.jpg/v1/fill/w_250,h_250,fp_0.50_0.50,q_30,blur_30,enc_auto/49644a_76f5b66588eb4993afcaec3dd95b5d3e~mv2.webp)
![Python Deep Learning Tips - How to Buil a Feed Forward Network in Tensorflow with the Sequential API](https://static.wixstatic.com/media/49644a_76f5b66588eb4993afcaec3dd95b5d3e~mv2.jpg/v1/fill/w_514,h_386,fp_0.50_0.50,q_90,enc_auto/49644a_76f5b66588eb4993afcaec3dd95b5d3e~mv2.webp)
Jan 9, 20231 min read
Python Deep Learning Tips - How to Buil a Feed Forward Network in Tensorflow with the Sequential API
In Python using Tensorflow design a Feed Forward neural network to predict a regression problem with 40 features. To stick to the style...
1,359 views0 comments
![](https://static.wixstatic.com/media/49644a_90db5fe40aba40d58767bf3e85e6637c~mv2.jpg/v1/fill/w_250,h_250,fp_0.50_0.50,q_30,blur_30,enc_auto/49644a_90db5fe40aba40d58767bf3e85e6637c~mv2.webp)
![Python Deep Learning Tips - How to Buil a Perceptron in Tensorflow with the Sequential API](https://static.wixstatic.com/media/49644a_90db5fe40aba40d58767bf3e85e6637c~mv2.jpg/v1/fill/w_514,h_386,fp_0.50_0.50,q_90,enc_auto/49644a_90db5fe40aba40d58767bf3e85e6637c~mv2.webp)
Jan 8, 20231 min read
Python Deep Learning Tips - How to Buil a Perceptron in Tensorflow with the Sequential API
The perceptron model was the first and simplest type of neural network developed back in 1943. It works well but is certainly far from as...
689 views0 comments
bottom of page