Posts

Showing posts with the label Tensorflow

12 Must Read Machine Learning Blogs

Image
1. Reddit Machine Learning:                          Reddit  is a social news platform that allows users to discuss and vote on content that other users have submitted. Reddit  came up with “karma” points. Users get karma by their  comments and links  being up-voted by others in the community. Reddit  is an American  social news   aggregation , web content  rating , and  discussion  website. Registered members submit content to the site such as links, text posts, and images, which are then voted up or down by other members. In this blogs a vast number of resources , experiment details, source code of machine learning project .                                                    ...

Tensorflow vs Pytorch

Image
So, since you’re reading this article, I’m going to assume you have started your deep learning journey and have been playing around with artificial neural nets. Or maybe, you’re just thinking about starting your career in this field . Whichever case it be, you find yourself in a bit of a dilemma. You have read about various deep learning frameworks and libraries and maybe two really stand out. The two most popular deep learning libraries: TensorFlow  and  PyTorch  . I’m here to add one  article to the huge repository of the Internet. And maybe, help you get some clarity. Here are the points of comparison, no more. So, let’s begin! Point 1:(Developers) While both Tensorflow and PyTorch are open-source, they have been created by two different powerful tech giants. Tensorflow is based on Theano and has been developed by tech giant Google, whereas PyTorch has been developed by another tech giant Facebook. Point 2:(style of doing computations) The most important differenc...