Giter Site home page Giter Site logo

Alif_Rahman's Projects

alif2499.github.io icon alif2499.github.io

Hello! this is Md. Alif Rahman Ridoy. I have created this repository for hosting my portfolio website from where you can know all about my background & achievements.

bccd_dataset icon bccd_dataset

BCCD (Blood Cell Count and Detection) Dataset is a small-scale dataset for blood cells detection.

covid-19-detection-using-transfer-learning icon covid-19-detection-using-transfer-learning

In this notebook, the COVID-19 detection is performed using the COVID-19 Chest X-ray Image Dataset. The dataset contains chest X-ray images of normal and COVID-19 affected patients. Here, a convolutional neural network is adopted to extract features and classify images as normal and COVID-19 affected.

digit-recognizer-using-ensemble-method-in-cnn icon digit-recognizer-using-ensemble-method-in-cnn

In this version of my notebook, I have used the ensemble method using Sequential Convolutional Neural Network for digits recognition trained on MNIST dataset. I choosed to build it with keras API (Tensorflow backend) which is very intuitive. Firstly, I will prepare the data (handwritten digits images) then i will focus on the CNN modeling and evaluation.

face-detection-in-an-image icon face-detection-in-an-image

Here it shows how to detect dace in any image. The coding is performed in python. It is a very basic and simple coding performed in OpenCV calling various image processing libraries.

gradient-checking-v1 icon gradient-checking-v1

Welcome to the final assignment for this week! In this assignment you will learn to implement and use gradient checking. You are part of a team working to make mobile payments available globally, and are asked to build a deep learning model to detect fraud--whenever someone makes a payment, you want to see if the payment might be fraudulent, such as if the user's account has been taken over by a hacker. But backpropagation is quite challenging to implement, and sometimes has bugs. Because this is a mission-critical application, your company's CEO wants to be really certain that your implementation of backpropagation is correct. Your CEO says, "Give me a proof that your backpropagation is actually working!" To give this reassurance, you are going to use "gradient checking".

image-classification-with-cnn-using-keras icon image-classification-with-cnn-using-keras

Here in this project the cifar10 dataset has been used to classify the images. Among all the classes only three classes were chosen for this process. The link to the dataset is also provided here in the README file.

initialization icon initialization

Welcome to the first assignment of "Improving Deep Neural Networks".

live_face_detection icon live_face_detection

Here the live face detection using webcam is demonstrated. The coding language used here is Python. Here some function are called to perform the detection.

optimization-methods icon optimization-methods

Until now, you've always used Gradient Descent to update the parameters and minimize the cost. In this notebook, you will learn more advanced optimization methods that can speed up learning and perhaps even get you to a better final value for the cost function. Having a good optimization algorithm can be the difference between waiting days vs. just a few hours to get a good result.

pneumonia-detection-using-convolutional-neural-network icon pneumonia-detection-using-convolutional-neural-network

In this notebook, I tried to differentiate the Normal and Pneumonia affected patients using chest X-ray images using a Lightweight Convolutional Neural Network. As a beginner myself, I searched a lot to perform prediction with higher acccuracy but less number of parameters thus know the difficulties and misunderstanding in the way. That's why, Here I will try my best to explain every steps for the sake of better understanding. Hope this will help the beginners like me to learn the basic image classification using CNN.

regularization_v2a icon regularization_v2a

Welcome to the second assignment of this week. Deep Learning models have so much flexibility and capacity that overfitting can be a serious problem, if the training dataset is not big enough. Sure it does well on the training set, but the learned network doesn't generalize to new examples that it has never seen! You will learn to: Use regularization in your deep learning models.

some-basic-c-code-for-practice icon some-basic-c-code-for-practice

This repository contains some of the C codes I had done during my undergrad studies. They are very basic and solutions for small problems. Anyone with very limited understanding of C , can get these. Hope these will help.

tensorflow-tutorial icon tensorflow-tutorial

Welcome to this week's programming assignment. Until now, you've always used numpy to build neural networks. Now we will step you through a deep learning framework that will allow you to build neural networks more easily. Machine learning frameworks like TensorFlow, PaddlePaddle, Torch, Caffe, Keras, and many others can speed up your machine learning development significantly. All of these frameworks also have a lot of documentation, which you should feel free to read

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.