Programming Case Types !Explained

we all use naming to things we define in the program from variables to functions. In Programming if you want to name a thing with more than single word then you can’t name it with added space or…

Smartphone

独家优惠奖金 100% 高达 1 BTC + 180 免费旋转




My first ML project

I have been reading a lot about AI and machine learning lately.
Big company Like Google, Facebook, and Microsoft already offering ML and AI related services.I have played around with Google Vision and also seen services from Microsoft. But It was hard to start making your own Service.

Many people talk about AI taking over your job so I got the idea to maybe I can build the AI that takes over my job. The idea was based on my daily job, usually, I got a design or/and a wireframe from our digital designer and turn it into a Wordpress site. We don’t build heavy applications, usually only pages and blogs, maybe a contact and newsletter form.

So the AI needs to look at the design, cut it to different Sections (<sections>) and then find the elements (text, image,link, icon,colors) in a section and calculate the spacing between them, then use pre written CSS and HTML for the every element and build a WordPress site. omg I’m going to lose my job very soon!

But It’s a dream for me to do all that so I need to train with some side projects before I can do it. but what should I build? and how do i find the data to train my AI? weeks went by and no ideas until 💡!
I have watched the Silicon Valley (TV series), where at one point they had a AI that could see if an image contains a hotdog or not! so my idea was based on that, I’ll build an AI that rates how hot girls faces is! It should be fun to find images of pretty girls. Don’t judge me! I really don’t want to objectify women. I think the inner beauty but is the most important thing but, I like to watch pretty faces!

So where do I find all my data? Let’s Use Google image search! 😅
I used the same Google Chrome plugin (Fatkun Batch) as suggested in the article to save all the images at ones. My first searches were “Pretty girl” and “Ugly girls”. I saved the images but wait! there is a lot of things happening in the background. I only want to rate the face not the whole image! 🙃

I did some test but it’s didn’t worked as I expected. It gave Angelina Jolie a 0.3 😔.
Problems:

This time I did a quick search for some models and actuates I like and Angelina July in Instagram! woohoo! my pretty girl’s data is very nice! 1000 images of pretty girls! I added about 400 really ugly girls and cleaned the cropped image to remove some wrong recognized object as a face and some images of the girls when they did a funny face.
I did not put any images of my test object in my training data.and the result was:

I’m pretty satisfied with the result! note that my training data was the type of the face I like, Rihanna and Kate Are so beautiful and i really don’t like Miley and Hillary! And to be honest I think my own face got the fair point! :)

I need some feedback, I don’t have big networks of developer that could give me the feedback’s and the one I know are too busy for this kind of basic stuff. I thought to write this article to get some feedback and give big thanks to the open-source community for putting all the scripts out there❤️!
I also really would like to get started with the project that could turn the Wireframe/design to code in an open-source project! my knowledge about the AI and Ml is not that much but I learn fast and can work with the part of the project that writes the php/html/css/wordpress code.

Finally I want to tell to those who try to learn to code, that you can learn anything! This is 2017 and there is a lot of people that share codes, just copy the code, test it, change some line and see what happens! If I cloud learn to code my self you can do it too! you only need patience!

This is my first article ever!!! I hate writing! So sorry for my bad english but i need to write to learn!

Add a comment

Related posts:

Anime as Art

In This Corner of the World (Kono Sekai no Katasumi ni) is a film about a woman named Suzu living in Japan during the height of World War 2, as Japanese society slowly crumbles around her. Further…

4 Steps to Creating a Successful Design System

Imagine being tasked with a new project: improve the experience and design on 70+ existing brand sites. Simple. No sweat. You’re leaping for joy, right? Now imagine each individual site is managed by…