DOC-20240319-WA0000_240319_161313 (1).pptx

AmitSinghYadav21 17 views 13 slides Jun 26, 2024
Slide 1
Slide 1 of 13
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13

About This Presentation


Wikipedia

Search
Large language model
Article Talk
Language
Download PDF
Watch
Edit
Not to be confused with Logic learning machine.
A large language model (LLM) is a computational model notable for its ability to achieve general-purpose language generation and other natural language processing tas...


Slide Content

Application to classifying the images in convolution neural network Prepared by: AMIT SINGH YADAV PHD CSE 2301201001 IIT INDORE

OUTL I NE ▶ Deep learning ▶ Convolutional Neural Networks ▶ The problem space ▶ How can the computer recognize images ▶ Our work

Deep Learning Deep Learning is a new area of Machine Learning research, which has been introduced with the objective of moving Machine Learning closer to one of its original goals to artificial Intelligence. The main aim of this learning is to help to achieve and understanding the data such as images, text and video to recognize them.

Convolutional Neural Networks Most of large companies uses this kind of deep learning at the core of their service. Facebook uses neural nets for their automatic tagging algorithms, Google for their photo search, Amazon for their product recommendations, and Instagram for their search infrastructure. However, use case of these networks is for image processing.

The problem space ▶ When a computer sees an image (takes an image as input), it will see an array of pixel values. Depending on the resolution and size of the image. let's say we have a color image in JPG form and its size is 480 x 480. The representative array will be 480 x 480 x 3. Each of these numbers is given a value from to 255 which describes the pixel intensity at that point. ▶ The computer is able perform image classification by looking for low level features such as edges and curves, and then building up to more abstract concepts through a series of convolutional layers.

Our work Dataset consist of three section 1- Training consist of: 4000 of images cat. 4000 of images dog 2- Test section consist of: 1000 of images cat 1000 of images dog 3- 4 images of single prediction Perhaps we put four images in single predication to testes the system learned or not.

Deep Learning Basics Deep Learning – is a set of machine learning algorithms based on multi-layer networks OUTPUTS HIDD E N NODES INPUTS

Deep Learning Basics CAT D O G Train i ng

Deep Learning Basics CAT DOG

Deep Learning CAT DOG