Adityaascendantaditya.hashnode.dev·Nov 7, 2023Empower Your ML Skills with Free Python ResourcesScikit-Learn Documentation: Scikit-Learn is a popular machine learning library for Python. The official documentation includes comprehensive guides, tutorials, and examples to get you started. Scikit-Learn Documentation TensorFlow Tutorials: Tensor...Discuss·1 like·55 readsMachine Learning
GeekyAntsforGeekyAnts Tech Blogtechblog.geekyants.com·Nov 5, 2023How to Build a Basic Speech Recognition Network with Tensorflow (Demo Video Included)Introduction This tutorial will show you how to build a basic speech recognition network that recognizes simple speech commands. Speech recognition is a subfield of computer science and linguistics that identifies spoken words and converts them into ...Discussspeech to text
Hope Ogidanoluwatimilehinogidan.hashnode.dev·Oct 31, 2023TensorFlow vs PyTorchBuilding machine learning(ML) models from scratch can turn out to be a daunting task, especially for newbies in the field. As a result, ML frameworks came to the rescue by simplifying the process of creating and productionising ML models. Due to the ...DiscussTensorFlow
Ragnor Lathbrokakblogs.hashnode.dev·Oct 30, 2023Setting up my GPU for ML and DL (tensorflow)In this blog, I want to share my experience of how I set up my GPU to run ML (machine learning) and DL (deep learning) models. Please note that this is not a guide, and I don't recommend anyone to follow the same process to set up their GPU. In this ...Discuss·1 likeTensorFlow
Koko Davidwww.kokodavid.com·Oct 27, 2023Incorporating Machine Learning Models into Node.js Backend SystemsIntroduction Hey there, curious coder! it's me again, the rocket lover 🚀 Ever scrolled through a playlist and thought, "How did they know I'd like this song?" or been impressed when your email sorted out that ad-email as spam?That's Machine Learning...Discuss·7 likes·87 readsNode.js
Vanshika Nagarajanvanshikanagarajan.hashnode.dev·Oct 23, 2023Unlocking Machine Learning: The beginner's guideIntroduction: Machine Learning is a rapidly evolving field within artificial intelligence. Whether it's a speech recognition system, breast cancer prediction, image recognition system, or recommendation system for e-commerce websites, machine learnin...Discuss·1 like·29 readsMachine Learning
Anudeep Adirajuanudeepadi.hashnode.dev·Oct 18, 2023Yes! I have passed the TensorFlow Developer CertificationI recently completed the TensorFlow Developer Certificate in about 2 months. This certificate has been an enlightening introduction to Deep Learning for me as a Computer Science student from a tier-3 college in India. I am deeply fascinated by Deep L...DiscussTensorFlow
Vaishnav Uppalapatiuvaishnav.hashnode.dev·Oct 15, 2023Save Your Peach Crops from Infection with This Simple TensorFlow CNN ModelPeach crop plants are susceptible to several diseases, which can have a significant impact on yield. Early detection and diagnosis of these diseases are essential for effective control measures to be implemented. Traditional methods of disease detect...Discuss·87 readsDeep Learning
Shubham Kumars1d.hashnode.dev·Oct 8, 2023AI vs Machine Learning vs Neural NetworkThis is the first article of my new series Machine Learning with Python From Basic to Advanced, In this Series, I'll be explaining Machine learning in simple language from what I learn every day from my journey of mine becoming a Machine Learning Dev...DiscussMachine Learning From Basic To Advance 2Articles1Week
Rhythm Rawatrhythmblogs.hashnode.dev·Oct 7, 2023Intro to Functional API: Empowering Deep Learning Architectures🧠Imagine you're handed a task: predicting emotions from images, essentially an image classification project. How would you approach it?Traditionally, you might think of building a neural network model with convolutional layers, dense layers, or even l...DiscussDeep Learning