Giter VIP home page Giter VIP logo

cnn's Introduction

CNN

convolution neural network ( deep learning )

*Image super-resolution is a software technique which let us enhance the image spatial resolution with existing hardware. In low resolution image-Pixel density with in an image is small, and in High resolution image- Pixel density with in an image is large.

Screenshot 2021-11-17 at 11 16 27 PM

As per image pro- cessing it suggest to perform Interpolation on low resolu- tion image , so researchers done different kind of interpo- lation such as Nearest-neighbour interpolation , Bi-linear interpolation , Bicubical interpolation. In which Bicubical Interpolation produces noticeably sharper images than the previous two methods and balances processing time and output quality. Convolutional neural network (ConvNet/CNN) is a Deep Learning algorithm which can take in an input image, as- sign importance (learnable weights and biases) to various aspects/objects in the image and be able to differentiate one from the other. The pre-processing required in a ConvNet is much lower as compared to other classifica- tion algorithms. While in primitive methods filters are hand-engineered, with enough training, ConvNets have the ability to learn these filters/characteristics. A ConvNet is able to successfully capture the Spatial and Temporal dependencies in an image through the applica- tion of relevant filters. The architecture performs a better fitting to the image dataset due to the reduction in the number of parameters involved and reusability of weights. In other words, the network can be trained to understand the sophistication of the image better.The role of the Con- vNet is to reduce the images into a form which is easier to process, without losing features which are critical for getting a good prediction. it has several filter The objective of the Convolution Operation is to extract the high-level features such as edges, from the input im- age. ConvNets need not be limited to only one Con- volutional Layer. Conventionally, the first ConvLayer is responsible for capturing the Low-Level features such as edges, color, gradient orientation and many others. With added layers, the architecture adapts to the High-Level features as well, giving us a network which has the to- tally understanding of images in the dataset .let say f(i,j) is a i row and j column matrix and h(k,l) is a kernel , where i less than k and j less than l, otherwise we have to introduce zero padding in f(i,j) , and g is the convolu- tion of f and h, and The distance between two successive kernel positions is called a stride. Let the matrix rep- resenting the function f is A and the matrix representing the function h is B. For two matrices A and B of the same dimension, the array multiplication (or sweeping)

some results :

0 2 3

cnn's People

Contributors

harshra1-ultra avatar

Stargazers

 avatar

Watchers

 avatar

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.