Posts

Showing posts with the label tensorflow

Leaf Me Alone: Pattern Recognition and Machine Learning

Image
UBUNTU 17.10 IS COMING OUT SO SOON! Short post today but I will do a longer post next week focusing on the beautiful new operating system that is getting released. I am really sorry about the posting dry-spell of late. I have been immensely busy with school work and training. You could go so far as to describe my life with the following pseudocode: > location = &Alex; > self_approval = 0; > > if (location == school) || (location == judo); >     self_approval = 1; // hooray! > > else >     self_approval = 0; // GET BACK TO WORK I finally have a course at school where I get to formally learn about Artificial Intelligence. My university has graduate level courses that are about AI for electrical engineers but until this year had no undergraduate courses for ECE students. The course is looking at pattern recognition and data processing and so far it has been fantastic. AI has been an interest of mine for a while but I ...

Machine Learning: Fight Smarter Not Harder

Image
Multi-layer neural network. Brains are cool. Computers are cool. Over the past several decades people have looked at creating a computer "brain" and boy were the researchers successful. Neural networks, or as I like to call them "computer brains" have come a long way and are something I am very interested in. Being able to add abstract learning to a computer is strange. Being able to "teach" a computer has been done for the past years without a problem but for me to sit down and try to do it is mindbogglingly complex. Sadly I haven't had much free time to write this week and so I will only quickly skim the surface and direct you to a great video to talk about the neural networks that I am going to be studying. I found this guy on YouTube and think his content is great. I am following along through his tutorials. Here is a link to his video and to my playlist that I am slowly building about ECE topics that interest me. You can check the videos ...