Advanced Artificial Intelligence

Slides:



Advertisements
Similar presentations
Understanding file formats: VECTOR and RASTOR 291 KB1,07 MB In this example you can clearly see the difference between RGB and CMYK. Also, the size differs.
Advertisements

Car Model Recognition with Neural Network CS679 Term Project by Sungwon Jung Computer Science Department KAIST.
Introduction to Digital Image Processing and Digital Image Analysis.
Handwritten Thai Character Recognition Using Fourier Descriptors and Robust C-Prototype Olarik Surinta Supot Nitsuwat.
MACHINE LEARNING AND ARTIFICIAL NEURAL NETWORKS FOR FACE VERIFICATION
Photo Editing Basics with Photoshop. Upload your pictures Connect the camera to an available USB port Connect the camera to an available USB port Turn.
G52IIP, School of Computer Science, University of Nottingham What we will learn … Topics relate to the use of computer to Acquire/generate Process/manipulate/store.
Project 1: Classification Using Neural Networks Kim, Kwonill Biointelligence laboratory Artificial Intelligence.
Additive Color (RGB) is created by mixing a number of different light colors. When you add up all of these colors, you create white light. Subtractive.
COMPARISON OF IMAGE ANALYSIS FOR THAI HANDWRITTEN CHARACTER RECOGNITION Olarik Surinta, chatklaw Jareanpon Department of Management Information System.
Handwritten Recognition with Neural Network Chatklaw Jareanpon, Olarik Surinta Mahasarakham University.
Task 3 Store and Present Your Digital Entry Guidance Notes.
Task 3 Store and Present Your Digital Entry Guidance Notes.
Objectives: Terminology Components The Design Cycle Resources: DHS Slides – Chapter 1 Glossary Java Applet URL:.../publications/courses/ece_8443/lectures/current/lecture_02.ppt.../publications/courses/ece_8443/lectures/current/lecture_02.ppt.
Project 1: Classification Using Neural Networks Kim, Kwonill Biointelligence laboratory Artificial Intelligence.
1 End-to-End Learning for Automatic Cell Phenotyping Paolo Emilio Barbano, Koray Kavukcuoglu, Marco Scoffier, Yann LeCun April 26, 2006.
JRN 302: Introduction to Graphics and Visual Communication - Demos - Color Tuesday,
Facial Smile Detection Based on Deep Learning Features Authors: Kaihao Zhang, Yongzhen Huang, Hong Wu and Liang Wang Center for Research on Intelligent.
Available Backgrounds BlueBG_Logo. Available Backgrounds BlueBG.
Big data classification using neural network
Graphics 1 Graphics 2 Color 2 I Spy 1pt 1 pt 1 pt 1pt 1 pt 2 pt 2 pt
Technical Specifications - Fireplace
Compact Bilinear Pooling
Section 7.1 Section 7.2 Identify presentation design principles
Creating Conference Posters
Intro to Machine Learning
DeepCount Mark Lenson.
PHP Image Manipulation
Professional Template for a poster presentation
Ajita Rattani and Reza Derakhshani,
Sketching the Derivative
Free Flow With Watercolor
Please use following slides to make your presentations
Graphics and Animation
Lecture 5 Smaller Network: CNN
Final Year Project Presentation --- Magic Paint Face
Graphics.
1 2 3.
Bird-species Recognition Using Convolutional Neural Network
Face Recognition with Deep Learning Method
Agenda 9/15/16 Sketchbook #6 Introduction to Photoshop continued:
Agenda 9/13/16 Sketchbook #5 Introduction to Photoshop continued:
Your topic here Your group list and ID
Sketchbook #2: Abstract Masters SB #3: Abstract Examples #2
SB #40: Abstract “Impressionist Photography” Examples and techniques
x = 4y - 4 x = 4y + 4 x = 4y - 1 y = 4x - 4 y = 4x - 1 y = 4x + 4
Text Categorization Document classification categorizes documents into one or more classes which is useful in Information Retrieval (IR). IR is the task.
Transformations of curves
network of simple neuron-like computing elements
Instructions for creating a template in MS Frontpage
Sketchbook #38: Abstract Masters SB #39: Abstract Examples #2
An Experimental Study of the Potential of Using Small
Using Photoshop for Business
MACHINE LEARNING TECHNIQUES IN IMAGE PROCESSING
MACHINE LEARNING TECHNIQUES IN IMAGE PROCESSING
Semantic Similarity Detection
Multimedia Graphics.
Advanced Artificial Intelligence
Corporate template. Brief guidelines.
PRODUCTION PHASES CHANGES
(max 5 slides and 5 minutes) (-5 point for each extra slide or minute)
PRODUCTION PHASES CHANGES
Car Damage Classification
The Updated experiment based on LSTM
Week 8 Farzain Majeed.
Introduction to The Edge
Truman Action Recognition Status update
Corporate template. Brief guidelines.
Deep screen image crop and enhance
Presentation transcript:

Advanced Artificial Intelligence Project Practice: Car Logos Classification

Introduction Datasets The car logos dataset was handpicked from loosely scraped websites and contains images, photos, drawings, sketches at various color schemes (black/white, RGB, CMYK, one-color), different angles and can sometimes contain some noise (other logotypes, background, etc.) Datasets About 20,778 50x50px RGB images depicting logotypes of 40 different car brands.

Experimental environment Keras+TensorFlow You can choose Jupyter notebook or Pycharm as IDE.

Submit Trained network model files, including models (json format), model weights (h5 format). model_architecture_studentId.json model_weights_studentId.h5 Project Experiment Report Including: The experimental result graph contains the curves of accuracy and loss. example: Network model structure ,example: Model identification accuracy If the verification set is divided, the accuracy of the training set and the accuracy of the verification set need to be submitted. If the verification set is not divided, only the accuracy rate on the training set needs to be submitted.

Reference # Network model display model.summary() plot_model(model, to_file=‘your/project/path/model.png')

Reference # Save the model structure as a json file json_string = model.to_json() open(' your/project/path/model_architecture.json', 'w').write(json_string) # Save model parameters to h5 file model.save_weights(' your/project/path/model_weights.h5')

Note This experiment is based on the recognition accuracy of the model on the test set and the experimental report. No plagiarism. I hope that you will try to design a new network model to solve the image recognition task and learn the way of tuning and some suppression methods of overfitting. If the data processing method, the principle of model design, and the method of adjusting the parameters can be reflected in the experimental report, extra points will be considered.

Data Link:https://pan.baidu.com/s/1k-h6VSPi71hgRcbzpR0iSA Password:wm29 Submit email:yukai_tech@163.com way of naming:studentID+name+AAI