Category: Other

#012 PyTorch – How to implement Shallow Neural Network in PyTorch

Highlights: Welcome everyone! In this post we will learn how to use PyTorch for building a shallow neural network. If you want to go through a much detailed theoretical explanation about neural networks, and in particular a shallow neural network you can check out these blog posts. So, let’s start implementing one in PyTorch. Tutorial Overview: Data Preparation Define Model Structure Loss Function (Criterion) and Optimizer Model Training Testing our Model Visualize our Predictions 1.…
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