Showing results for ;

Applied Tags : Guided Project

  • P

    Topic
    2 Concepts | 4 Assessments | 454 Learners

    Welcome to this project on Image Classification with Pre-trained Keras models. This project aims to impart the knowledge of how to access the pre-trained models(here we get pre-trained ResNet model) from Keras of TensorFlow 2, and appreciate its powerful classification capacity by making the model predict the class of an input image.

    Understanding the pre-trained models is very important because this forms the basis of transfer learning. one of the most appreciated techniques to perform the classification of a different task thus reducing the training time, the number of iterations, and resource consumption. Learning about the pre-trained models and …

    Instructor: Cloudxlab
  • P

    Topic
    2 Concepts | 1 Question | 12 Assessments | 418 Learners

    Welcome to this project on Deploy Image Classification Pre-trained Keras model using Flask. In this project, we will have a comprehensive understanding of how to deploy a deep learning model as a web application using the Flask framework.

    Developing a machine learning or deep learning model is very important to solve problems using AI. On the other hand, it is equally important to have a knowledge of how to deploy those amazing problem-solving models into such an interface which enables the users to make use of these solutions. Even many apps we use today, like YouTube, Amazon/Flipkart shopping, FaceApps …

    Instructor: Cloudxlab
  • P

    Topic
    2 Concepts | 6 Assessments | 409 Learners

    Welcome to the project on Mask R-CNN with OpenCV for Object Detection. In this project, we will learn how to read a pre-trained TensorFlow model for object detection using OpenCV.

    The real-world scenarios have a lot of applications based on object detection. For example, object detection models are used in self-driving cars to recognize where the pedestrians are, where the are vehicles located, where the signals are, etc in the given frame of view. So, it is very important to develop an understanding of how to use a pre-trained object detection model so that we could later customize it based …

    Instructor: Cloudxlab
  • P

    Topic
    1 Concept | 7 Assessments | 408 Learners

    Welcome to the project on Training from Scratch vs Transfer Learning. In this exercise, we will understand how to train a neural network from scratch to classify data using TensorFlow 2. We would also learn how to use the weights of an already trained model to achieve classification to another set of data.

    We will train a neural network (say model A) on data related to 6 of the classes, and we will train another neural network (say model B) on the remaining 2 classes. Then, we would use the pre-trained weights of model A and tune the last layer …

    Instructor: Cloudxlab
  • Welcome to this project on the Neural Style Transfer. In this project, you will use TensorFlow 2 to generate an image that is an artistic blend of a content image and style image.

    Neural Artistic Style Transfer finds a wide range of applications to fancily modify images. This field has so much influenced the technical world that many apps, such as Prisma, have received great craze amongst the users. In recent days, decent work has also been done in this area, which served as a holy grail to our project. The heart of this capability is the convolutional neural network …

    Instructor: Cloudxlab
  • Welcome to this project on Sentiment Analysis using TensorFlow 2. This project aims to impart an understanding of how to process English sentences, apply NLP techniques, make the deep learning model understand the context of the sentence, and classify the sentiment the sentence implies.

    Our real-world is being flooded with a lot of reviews all around us. Be it an online shopping mart, movie reviews, offline market, or anything else. It has become very common for us to rely on these reviews. Hence it would be really helpful for a Machine Learning aspirant to understand various techniques related to processing …

    Instructor: Cloudxlab
  • P

    Topic
    14 Concepts | 2 Questions | 10 Assessments | 327 Learners

    Welcome to this project on Cat vs Non-cat Classifier using Transfer Learning. In this project, you will use Python and Keras to apply the Transfer Learning technique in order to build an image classifier, and apply it to predict the class of an input image - whether it is a cat or a non-cat.

    Deep Learning is computationally intensive, often demanding powerful computational resources to yield reasonable accuracies in the real world. The idea of Transfer Learning has become a boon for the computer vision and deep learning community as it has reduced the hunger of Deep Learning algorithms for powerful …

    Instructor: Cloudxlab
  • S

    Topic
    1 Concept | 6 Assessments | 313 Learners

    Welcome to this project on Churning the Emails Inbox with Scala. In this project, you will use Scala to access the data from files and process it to achieve certain tasks. You will explore the MBox email dataset, and use Scala to count lines, headers, subject lines by emails and domains. Know your way on how to work with data in Scala.

    Skills you will develop:

    1. Scala
    2. File Handling in Scala
    3. Text Search in Scala
    Instructor: Cloudxlab
  • E

    Topic
    48 Concepts | 23 Questions | 24 Assessments | 277 Learners

    This is a beginner-friendly end-to-end project for Machine Learning. The only prerequisite of the project is to know Python. Other than it, everything is covered in the project itself.

    Perks of this project

    • This project is prepared while keeping beginners in mind. It will walk you through all the steps included in a Machine Learning Pipeline in detail.
    • You will learn the answers to the three most important questions, i.e., Why, When, and How to do a particular thing.
    • The concepts used in performing a step are explained there and then in a simple way for beginners.
    • This project …
    Instructor: Shubh Tripathi
  • P

    Topic
    6 Assessments | 275 Learners

    Welcome to the project on Working with Custom Loss Function. This project aims to provide an understanding of how we could use the custom defined loss functions along with TensorFlow 2.

    Though TensorFlow 2 already provides us with a variety of loss functions, knowing how to use a user-defined loss function would be crucial for a machine learning aspirant because often times in real-world industries, it is expected to experiment with various custom defined functions. This exercise is designed to achieve that goal.

    Skills you will develop:

    1. TensorFlow 2
    2. Defining Custom Loss Function
    3. Python Programming
    4. scikit-learn
    Instructor: Cloudxlab
  • Topic
    8 Concepts | 1 Question | 8 Assessments | 274 Learners

    Welcome to this project on Classifying Flowers in Iris dataset with Deep Neural Network using Keras. In this project, you will use Python and Keras to build a Deep Neural Network, and apply it to predict the classes of Flowers in the Iris dataset.

    Keras is one of the most extensively used APIs in the world of Deep Learning. It provides an amazing developer-friendly deep learning framework to build deep learning models with wide-ranging features to support high scalability, because of which it is not only widely used in academics but also in organizations to build state-of-the-art research models. In …

    Instructor: Cloudxlab
  • This project uses the face_recognition library in Python to find a celebrity look-alike from a picture that you upload.

    The face_recognition library, which is built using [dlib][1]’s state-of-the-art face recognition built with deep learning, is considered one of the simples libraries used for face recognition and manipulation. The model has an accuracy of 99.38% on the Labeled Faces in the Wild benchmark. With this library you can find faces, find and manipulate facial features, and identify faces in pictures. You can also use this library with other Python libraries to do real-time face recognition.

    For more information …

    Instructor: Cloudxlab
  • Welcome to this project on Deploying App with Docker, Travis CI & AWS Elastic Beanstalk. In this project, we will understand about Docker, Travis, and some services of AWS.

    We will first make a simple static website, then dockerize the app. Then we will push it to GitHub and enable Travis to track changes in that repository. Further, we will understand the app deployment on the AWS Elastic Beanstalk using S3 and IAM. We will also host the app on a public domain bought from Google Domains, and configure it with the help of Amazon Route 53.

    Github link: [https://github …

    Instructor: Cloudxlab
  • E

    Topic
    26 Concepts | 10 Questions | 17 Assessments | 177 Learners

    Data analysis is a process of inspecting, cleaning, transforming, and modeling data with the goal of discovering useful information, drawing conclusions, and supporting decision-making.

    The steps to perform Data Analysis depends on the end goal we want to pursue such as to drive business decisions, evaluate performance, for making predictions, etc.

    In this tutorial, we will perform Data Analysis with the end goal of feeding the data to a Machine Learning model i.e for making predictions.

    This is a beginner-friendly end-to-end project for Data Analysis. The only prerequisite of the project is to know Python. Other than it, everything …

    Instructor: Shubh Tripathi
  • P

    Topic
    1 Concept | 9 Assessments | 176 Learners

    In this project, we will learn how to predict images from their noisy version. We will use the MNIST dataset for this project. First, we will load the dataset, explore it, and they we will learn how to introduce noise to an image. Next we will train a KNN Classifier to predict the original image from it's noisy version.

    Skills you will develop:

    1. scikit-learn
    2. Python
    3. KNN Classification
    4. Machine Learning
    5. Pandas
    Instructor: Cloudxlab