New: deeplearningAll contenthive-129948krhive-196917steemzzanhive-183959hive-166405hive-180932hive-185836photographyuncommonlabhive-183397hive-101145hive-150122hive-188619hive-144064bitcoinhive-145157krsuccesslifehive-184714hive-109690hive-193637hive-103599hive-139150TrendingNewHotLikerscameliaw95 (29)in ai • 4 months agoAI Solutions🚀 Are you keeping up with AI transformation? NO? 🌐 BlockchainAppsDeveloper builds cutting-edge AI solutions that help businesses make AI-driven decisions using analytics. 📢📢Don't watch the…bibich (31)in ai • 6 months agoThe Power of AI: Shaping Our Future, One Algorithm at a TimeArtificial intelligence (AI) is no longer a concept confined to science fiction. It has permeated every facet of our lives, from the mundane to the extraordinary. It powers our smartphones, guides…musaibkhan (25)in hive-196917 • 9 months ago"Unlocking the Power of Deep Learning: A Beginner's Guide"Are you fascinated by artificial intelligence but unsure where to start? Dive into the exciting world of deep learning with me! In this post, I'll be sharing the fundamentals of deep learning…ninad-w (27)in artificialintelligence • 11 months agoExploring the Wonders of Deep Learning: A Journey into AIIn today's rapidly evolving technological landscape, one area that continually captivates minds and pushes the boundaries of what's possible is artificial intelligence (AI), particularly deep…stellarscribe (25)in ai • last year"지평선 탐색: 인공지능 기술 발전의 정점"캡션: 놀라운 사건의 반전과 미래의 방향성 도출하기 컴퓨터 발전을 위한 끈질긴 탐구에서 한 가지 영역이 개발의 선봉에 서 있는데, 바로 인공 추론(시뮬레이션 인텔리전스)입니다. 이 놀라운 힘은 비즈니스를 재편하고, 잠재적 결과를 재분류하며, 인간의 통찰력과 AI의 협업이 주목할 만한 시대로 우리를 이끌었습니다. 인공 지능 발전의 구체화…maahiigull (28)in hive-149647 • last yearExploring the Wonders of Artificial Intelligence: A Journey into the World of AIArtificial Intelligence, or AI, has become an integral part of our daily lives, shaping the way we interact with technology, solve complex problems, and even understand the world around us. It's a…xiaozhi666 (33)in artificialneuralnetwork • last year探索人工神经网络:多层网络的奥秘人工神经网络(Artificial Neural Network, ANN)是模拟人脑神经元网络结构的计算模型,其核心是通过大量简单的处理单元之间的交互,实现复杂的计算和学习能力。在众多的人工神经网络结构中,多层神经网络(Multilayer Neural Network)是一种常见且重要的模型。…codemy (64)in pytorch • last yearSend New Image Thru The Model - Deep Learning with PyTorch 19In this video I'll show you how to send a new image through our Convolutional Neural Network with Pytorch and Python. Now that we've finished creating the model, it's time to send a new image thru…codemy (64)in pytorch • last yearGraph CNN Results - Deep Learning with PyTorch 18In this video I'll show you how to graph our CNN Results. We'll use Matplotlib to chart our results from the last video. We'll also calculate how correct we were! ✅ Watch The Entire Deep…amolmahajan380 (35)in artificialintelligence • last yearArtificial Intelligence and Cognitive ReasoningArtificial intelligence (AI) and cognitive reasoning are two closely related fields. AI is the field of computer science that deals with the creation of intelligent agents, which are systems that…codemy (64)in pytorch • last yearTrain and Test CNN Model - Deep Learning with PyTorch 17In this video we'll Train and Test our Convolutional Neural Network with Pytorch and Python. In the last video we built out the model, in this video we'll train and test it. We'll also keep…codemy (64)in pytorch • last yearConvolutional Neural Network Model - Deep Learning with PyTorch 16In this video we'll build the model for our Convolutional Neural Network in Pytorch with Python. In the last video we walked thru the steps that the model will take. In this video we'll put all…codemy (64)in pytorch • last yearConvolutional and Pooling Layers - Deep Learning with PyTorch 15In this video we'll start to build out our Convolutional Neural Network with PyTorch and Python. We'll build the Convolution and Pooling layers in this video. We won't build the model just yet…amolmahajan380 (35)in mlpneuralnetwork • last yearMultilayered Perceptron and Artificial IntelligenceMultilayer perceptron (MLP) is a type of artificial neural network that is commonly used in machine learning. It is a feedforward network, which means that the data flows in one direction, from the…codemy (64)in pytorch • last yearImport MNIST Images - Deep Learning with PyTorch 14In this video we'll import the MNIST data set that we'll be using for our Convolutional Neural Network. It's finally time to start coding our CNN! In this video we'll import the libraries we'll…codemy (64)in pytorch • last yearPooling Layer in Convolutional Neural Network - Deep Learning with PyTorch 13In this video we'll talk about the pooling layer for a Convolutional Neural Network. The pooling layer generally comes after the Convolutional Layer. We can have one pooling layer, or many…baljeetsaini (26)in pca • last yearPrincipal Component Analysis (PCA)Principal Component Analysis (PCA) is a popular unsupervised learning technique used for dimensionality reduction and feature extraction. PCA transforms a high-dimensional dataset into a…codemy (64)in pytorch • last yearConvolutional Layer and RGB - Deep Learning with PyTorch 12In this video I want to talk about the convolutional layer of our convolutional neural network. We'll talk about local connectivity vs full connectivity in a regular artificial neural network.…codemy (64)in pytorch • last yearImage Filter / Image Kernel Overview - Deep Learning with PyTorch 11In this video I'll start to discuss image filters, or image kernels as they're also called, for convolutional neural networds in Pytorch and Python. Image filters, or image kernels, are small…codemy (64)in pytorch • last yearConvolutional Neural Network Intro - Deep Learning with PyTorch 10In this video we'll start to talk about Convolutional Neural Networks (Or CNN's for short). CNN's are neural networks that are used to classify images. We'll look at the Mnist Dataset and I'll…