Python Tensorflow for image approval system

General Tech Learning Aids/Tools 3 years ago

8.95K 2 0 0 0

User submissions are the sole responsibility of contributors, with TuteeHUB disclaiming liability for accuracy, copyrights, or consequences of use; content is for informational purposes only and not professional advice.

Answers (2)

Post Answer
profilepic.png
manpreet Tuteehub forum best answer Best Answer 3 years ago

I've been dabbling around with machine learning and tensorflow, and have successfully used a github repo to solve captchas. Now I want go a step further.

I already have a dataset(and its still growing), of images that are labeled 1 or 0, based on if it was approved or not. (Approved=1)

I want to use machine learning, to learn from what was approved and denied, and make a prediction based on new incoming images. My issue is however, that I'm not sure what kind of neural network I would need for this, nor how to research such thing.

If you guys have any references that could aid me in, or if you know, what kind of neural network setup I need to begin this machine learned approval system?

0 views
0 shares

profilepic.png
manpreet 3 years ago

You gonna need a huge dataset for such task.

The neural network that you are looking for is Convolutional Neural Network (CNN).

If you are completely new to CNN, then I recommend you looking at this article.

The article will give you an idea of what is CNN, how it works, what is filter and pooling, etc...


0 views   0 shares

No matter what stage you're at in your education or career, TuteeHUB will help you reach the next level that you're aiming for. Simply,Choose a subject/topic and get started in self-paced practice sessions to improve your knowledge and scores.

Similar Forum