top of page
Search


CNN TensorFlow Guided Project - Advanced MNIST functional API Multiple Forms of Image Preprocessing
In this guided project, we will embark on an exciting journey through the MNIST digits dataset , one of the most influential benchmarks in the field of machine learning. Our goal is to develop a comprehensive understanding of image classification and master the art of recognizing handwritten digits from images. By utilizing popular deep learning framework TensorFlow, we will build and train convolutional neural networks (CNNs) to achieve high accuracy in classifying the dig
Jun 30, 20233 min read
Â
Â
Â


Python TensorFlow NLP Guided Project - BERT classifies Financial News Sentiment DistilBert Lvl.6
In today's data-driven world, extracting meaningful insights from the vast amount of information available is crucial for making informed decisions. When it comes to the financial domain, understanding sentiment in news articles can provide valuable insights for investors, analysts, and decision-makers. In this blog post, we delve into our latest guided project, where we leverage the power of Deep Learning and TensorFlow to build a sentiment classification model for financial
Jun 24, 20232 min read
Â
Â
Â


TensorFlow Computer Vision Guided Project - 10 animal prediction 22 min level 5
Zipped TensorFlow Sequential Animal Prediction Model Zipped Folder of Zipped Train and Zipped test Images used in Video Expanding our convolution network in this multi-class classification guided project with the Sequential model In TensorFlow with Python. Although you can get more complex with the Sequential model , training a model of this complexity takes a long long time, as in 4 hours with a GPU and those unfortunately those aren't free. Without a GPU it took me rough
Jun 1, 20232 min read
Â
Â
Â


TensorFlow Python Guided Project - Not Your Grandma's Titanic Classification Functional API Deep
Follow in this free-to-use Python TensorFlow guided project and build a deep learning model with the functional API in TensorFlow . Over the sequential model, the functional model in TensorFlow allows you to have multiple inputs and multiple outputs. This gives us a powerful technique in our deep learning architecture and is necessary for more advanced deep learning architectures. Here we will use the functional API in TensorFlow to see if we can get a better accuracy scor
May 16, 20232 min read
Â
Â
Â


TensorFlow Python Guided Project -Not your Grandpas Titanic Classification 3 TensorFlow APIs 22mlvl4
TensorFlow is a power tool for building neural networks in many data science problems from tabular data and spreadsheets to NLP or text data and even images and photographs. TensorFlow has 3 available APIs to build your neural network Sequential API , Functional API , and the Subclassing Model API . These 3 API offer different levels of flexibility and ease of writing code. The Sequential API is the easiest to use and a great place to start for some new to TensorFlow. It'
May 2, 20232 min read
Â
Â
Â


Python TensorFlow NLP Guided Project Name generator - Indian God & Anime name generator, lvl 4, 20m
create sequences for each next character Follow along with this Free Guided TensorFlow project. In this free Python Project, we will...
Mar 21, 20232 min read
Â
Â
Â


TensorFlow Simple Multiclass Computer Vision Guided Project Python - Dessert Classification 24m, L3
Download the folder for the files of the images of dessert used in the deep learning guided project. Zipped Folder with Images (202MB) Full Data Set of Food Images at Kaggle In this Simple Computer Vision guided project in TensorFlow using Python we will build a deep learning model to classify whether a dessert is an Apple Pie, French Toast, Donuts, or Cheesecake. In the near future, a company is building a machine to automate serving food to customers. The problem is that
Mar 16, 20232 min read
Â
Â
Â


TensorFlow Simple MultiClass NLP prediction - Poem classification, level 2, 21 min
In this simple TensorFlow multiclass prediction problem in Python we will be an NLP model and attempt to classify poems as Affection,...
Mar 9, 20232 min read
Â
Â
Â


Python Simple Computer Vision Guided Project TensorFlow - Pneumonia Prediction, Level 2, 21 min
In this simple TensorFlow Computer Vision Guided Project in Python we a convolution neural network or deep learning model to predict a binary classification problem and predict with an X-ray image containing a chest X-ray image with or without pneumonia. Medical Image classification is a common and important type of computer vision problem In future projects we will explore the many various types of image preprocessing available on our images to enhance our predictions. In t
Mar 6, 20232 min read
Â
Â
Â


TensorFlow Simple NLP Sarcasm Prediction LSTM Deep Learning Guided Project in Python
In this Deep Learning TensorFlow Guided Project, we will use the LSTM recurrent layer along with an embedding layer and dense fully connected layer in Python to predict if the news Headlines are sarcastic or not. Follow along with me in this beginner simple TensorFlow deep learning project in Python. Learn to preprocess your data for NLP with TensorFlow. We will learn how to turn text into sequences and then how to pad these sequences so they are all the same size. After w
Feb 27, 20232 min read
Â
Â
Â


Python Deep Learning Guided Project- LSTM Stock Prediction part 4, Tensorflow Functional, Lvl6 46min
Continuing our LSTM stock prediction Python guided deep learning project. In our part 4 part of our Tensorflow Stock prediction project, we start with the functional API in Tensorflow . The functional API will allow us to ingest 3 different sources of data and extract higher-level features from each dataset before combining it with the next channel inside your neural network. We set up the workflow to allow for experiments and for you to further refine the architecture. I
Jan 11, 20232 min read
Â
Â
Â


Python Deep Learning Guided Project Tensorflow -Employment Classification ML as baseline, lvl3, 27m
Follow along with me and code your own Python Tensorfow Project. In this beginner deep learning classification project with Tensorflow's Sequential model. When we start designing the architecture for a deep learning model it is a good idea to set up a base model so we can evaluate our progress. Sklearn's RandomForestClassifier or GradientBoostingClassifier with the default setting work well as base models. Random Forest just gives good predictions in a few lines of cod
Dec 26, 20222 min read
Â
Â
Â


Python Computer Vision Guided Project - Tensorflow Rock Paper Scissor, Level 4, 35 minutes
This Python computer vision project is a minimal level of difficulty to get computer vision to work well. Overfitting in computer vision, in part, has to do with our deep learning models learning the a shape it's recognized is in a certain position in the picture. To solve this we can use Tensorflow's ImageDataGenerator . This will require us to work with a Tensorflow dataset which can be a little tricky at first as it works differently than a Pandas DataFrame. The benefi
Dec 10, 20222 min read
Â
Â
Â


LSTM Google Stock Prediction part 2 -Seasonal Decomposition Time SeriesLevel 2, 22 minutes
In our second part of the LSTM stock prediction using Tensorflow. Now that we have our deep learning model with LSTM recurrent layer...
Dec 9, 20222 min read
Â
Â
Â


Python Stock Market Prediction with LSTM Neural Network Guided Project Part 1, Level 1, 18 min
In this Python deep learning project, we set up our LSTM neural network with Tensorflow in an attempt to get rich and predict the stock...
Dec 9, 20222 min read
Â
Â
Â


NLP Sentiment Prediction Tensorflow Guided Project. Predict rating from TripAdvisor Level 5 31min
Follow along with me and code in Python using Pandas and Tensorflow. We will predict the TripAdvisor star rating of hotels from the description left in the review. In this project, the recurrent layer SimpleRNN was used but the LSTM or GRU layer can be used as well. We will use the text from the review to predict which star rating the left.
Nov 24, 20221 min read
Â
Â
Â


LSTM stock prediction deep learning guided project Part 3 - level 5, 29 min
in the 3rd part of our stock market prediction using the LSTM layer to predict google stock. use TensorFlow and build a neural network to predict. in the project, we pick up where we left of and include economic data with our times series. we also focus on finding the right architecture for your neural network with TensorFlow in python. data science teacher brandyn YouTube Follow data science teacher brandyn facebook Template workbook Solution workbook One on one ti
Nov 18, 20221 min read
Â
Â
Â
bottom of page
