Author: datahacker.rs

#010 TF TensorBoard: Visualizing Learning

Highlights: In this post we will learn what is TensorBoard and how to use it. For most people, neural networks can sometimes be a bit of black box. Debugging problems is also a lot easier when we can see what the problem is. Thankfully, TensorBoard is a tool that will help us to analyze neural networks and to visualize learning. Tutorial Overview: Sequential API Model Subclassing Intro The idea of TensorBoard is to help to…
Read more

#002 PyTorch – Tensors – The main data structure

Highlights: Welcome everyone! In this post we will cover the main data structure of PyTorch – tensors. Before we proceed with tensors, we will first give a quick overview of what PyTorch is and why it has been popular lately. Next, in the following posts we will use this knowledge to build interesting applications. Tutorial Overview: What is PyTorch?. What is a Tensor? 1. What is PyTorch? PyTorch is an open-source Python framework released from…
Read more

Top 5 #AI #MachineLearning and #Datascience Tweets for 06.02. 2020

#AI Generated Facesby @kashthefuturist#ArtificialIntelligence #Blockchain Cc: @jblefevre60 @blockstream @samiranghosh @alvinfoo @sheena2804 pic.twitter.com/HrVJfxPiBa — Ronald van Loon #OOWLON #MWC20 (@Ronald_vanLoon) February 6, 2020 Robot builder!#AI #Robotics #5G via @techinsider@evankirstel @MikeQuindazzi @HaroldSinnott @Paula_Piccard @diioannid @Droit_IA @ipfconline1 @sebbourguignon @labordeolivier @kalydeoo @Ym78200 @tewoz @Nicochan33 @chboursin @mallys_ @3itcom @HITpol @Fisher85M @sallyeaves @AkwyZ pic.twitter.com/mxuwnHfdHl — Jean-Baptiste Lefevre #MWC20 (@jblefevre60) February 6, 2020 #Driverless bicycle is one of the latest #AutonomousVehicles leveraging #SelfDriving technology >>> @Tsinghua_Uni via @MikeQuindazzi >>> #AI #IoT #Automation…
Read more

#005 Fatal Crashes Caused by Self-driving Technology

A new era in transportation has already begun. We can see autonomous vehicles on the roads of almost every developed country in the world. In recent few years, self- driving cars have started moving alongside with real cars driving on real streets with people inside. Many people probably think that the future with fully autonomous vehicles is around the corner and that in few years from now cities will resemble scenes from science fiction movies. But prepare…
Read more

11 Amazing Computer Vision Books for Data Scientist

 In this post, we will share with you the 11 most recommended books in computer vision. This would be divided in 5 theoretical and 6 practical books. Note: This is not in particular order.  You should note that most of the books that are here contain a lot of theoretical concepts, focusing on the mathematics behind computer vision. If you getting into computer vision it is recommended to get the theoretical knowledge before jumping right…
Read more