Victoria Lovictoria.hashnode.net·Oct 31, 2020My October Passion Project: GameoHello everyone! Time sure flies fast and it's almost the end of October! For those who participated in Hacktoberfest, congratulations! I hope it went well and amazing. As for me, though I initially wanted to participate as well, I found Facebook's 20...Osinachi Chukwujama and 3 others are discussing this4 people are discussing thisDiscuss·58 likes·436 readsHackathonsReact
Juan Zamoradoczamora.hashnode.net·May 26, 2022Cats vs Dogs: Binary Classifier with PyTorch CNNMy base stack for deep learning is Tensorflow, but PyTorch has been growing exponentially. Therefore I am going to start exploring PyTorch more and more, so I decided to make some hello-world examples for me (and you) to be updated on how to do thing...Discuss·47 likes·2.8K readsPython
Shubam Sharmasharmashubam.hashnode.net·Apr 17, 2023Introduction to CNN(Convolutional Neural Network) :Convolutional Neural Networks (CNNs) are a class of artificial neural networks that are particularly suited for processing data such as images, videos and other multidimensional data. CNNs are best known for their capabilities to find patterns in vis...Discuss·41 likes·54 readsMachine Learning
Shubam Sharmasharmashubam.hashnode.net·Apr 17, 2023Introduction to CNN(Convolutional Neural Network) :Convolutional Neural Networks (CNNs) are a class of artificial neural networks that are particularly suited for processing data such as images, videos and other multidimensional data. CNNs are best known for their capabilities to find patterns in vis...Discuss·41 likes·54 readsMachine Learning
Ethanethan91.hashnode.net·Apr 1, 2023Editing Images Via A Prompt With Python And PytorchIntroduction Hello! 😃 In this tutorial I will show you how you can use a pre-trained machine learning model to modify an image based on the user's input prompt. The model uses an image editing technique called "instruct-pix2pix" and is implemented i...DiscussPython
Nikhil Akkinikhilakki.hashnode.net·Mar 25, 2023How to setup a Hugging Face model (Stable Diffusion)?What is HuggingFace? Hugging Face is a company and an open-source software library that specializes in natural language processing (NLP) and deep learning technologies. The company is based in New York and was founded in 2016. The Hugging Face librar...Discuss·93 readshuggingface
Eric Hartfordehartford.hashnode.net·Mar 20, 2023Dusting off my blog, and Machine LearningIt's been a while. And I'm digging into Machine Learning. I was watching the excellent video by Andrej Karpathy about how to write a GPT (of which GPT-3 is an example) from scratch, using the paper "Attention is all you need" I implemented it from s...DiscussMachine Learning
Matt Neighbourbrainembedded.hashnode.net·Mar 3, 202310 Python Libraries Every Data Scientist Should Know AboutPython is a popular programming language used in data science, and one of the reasons for its popularity is the vast array of libraries available. These libraries provide pre-built functions and tools that can help data scientists streamline their wo...DiscussPython 3
Giovanni Giacomettigiogiac.hashnode.net·Feb 23, 2023Understanding PyTorch gather functionPyTorch is one of the main libraries when it comes to Deep Learning in Python. Tensors, the key data structure of the framework, can be manipulated in multiple ways. One of the available methods is the gather function. The following is the signature ...Discuss·63 readsPython
SAHIL ALIthestarsahil.hashnode.net·Feb 9, 2023"Building the future with frameworks, that's what the MNCs do!Artificial Intelligence and Machine Learning are rapidly transforming the way that multinational corporations (MNCs) operate, and a wide range of AI frameworks are being used to help these organizations leverage these technologies to improve their pr...DiscussProgramming Blogs
Hemanth Saihemanthsai.hashnode.net·Jan 22, 2023Top PyTorch functions you didn't know aboutIntroduction Are you looking for an efficient and modern framework to create a deep learning model and also which has a pythonic nature? Then you might try considering PyTorch. PyTorch is an open-source machine-learning framework based on the Torch l...Discuss·10 likes·57 readsMachine Learning
MemgraphforMemgraphmemgraph.hashnode.net·Jan 20, 2023Temporal Graph Neural Networks With Pytorch - How to Create a Simple Recommendation Engine on an Amazon DatasetPYTORCH x MEMGRAPH x GNN = 💟 Over the course of the last few months, we at Memgraph have been working on something that we believe could be helpful with classical graph prediction tasks. With our latest newborn query module, you will have the option...DiscussMemgraph
Harpreet Sahotaharpreetsahota.hashnode.net·Jan 16, 2023Breaking Down SGD, Adam, and RMSProp: An Intuitive ExplanationAre you ready to level up your optimization game? Let's talk about optimizers – the steering wheel for your model's learning process. Choosing the right one can mean the difference between aimlessly wandering and smoothly sailing toward your predicti...Discuss·40 readsDeep Learning