Manish ShivanandhanforfreeCodeCampfreecodecamp.org·Feb 2, 2024How to Use Fast.ai – A Beginner-Friendly Gateway to Deep LearningFast.ai is a user-friendly library that brings the power of deep learning to your fingertips, regardless of your skill level. Let’s learn how it works. Have you ever felt curious about deep learning but found the technical complexity overwhelming? Fa...Deep Learning
Pawel Kowalewskipracticalearning.hashnode.dev·Jan 15, 2024Fine-tune a ML Model under 50 lines of code with FastAIOur learning journey of Machine Learning, starts with building a very simple model for recognising objects in the images. Worth mentioning is the fact that we are not going to create a model from scratch, not train it from scratch. We are going to us...AI
Joel Montanojoelmontano.hashnode.dev·Feb 21, 20231 to N Journey to Deep Learning EngineerIt's been about 2 weeks since I decided to actively work on my long-term goal of becoming a deep-learning engineer. And there are a handful of catalysts that spurred my motivation: My transition into my remote MS degree in data science in the Fall ...2 likes·44 readsDeep Learning
Udaybhanudaybhan.hashnode.dev·Dec 4, 2022Top Courses to learn more about Machine LearningThere are many great courses available for learning more about machine learning. Here are a few suggestions: Coursera's Machine Learning course by Andrew Ng: This is a popular and highly regarded course that covers the fundamentals of machine learni...59 readsStanford
freeCodeCampforfreeCodeCampfreecodecamp.org·Mar 7, 2022How to Deploy a TensorFlow Model as a RESTful API ServiceBy Neil Ruaro If you're like I am, then you've probably watched and read a number of tutorials on creating machine learning models with TensorFlow, PyTorch, Scikit-Learn or any other framework out there. But there is one thing that these tutorials t...deployment
Harshit TyagiforfreeCodeCampfreecodecamp.org·Oct 6, 2020Deep Learning Tutorial – How to Train and Deploy a Deep Learning Model with fast.aiDeep learning is bringing revolutionary changes to many disciplines. It is also becoming more accessible to domain experts and AI enthusiasts with the advent of libraries like TensorFlow, PyTorch, and now fast.ai. fast.ai's mission is to democratize ...Artificial Intelligence
freeCodeCampforfreeCodeCampfreecodecamp.org·Jul 21, 2019How to Train an Image Classifier and Teach Your Computer JapaneseBy Ajay Uppili Arasanipalai Introduction Hi. Hello. こんにちは Those squiggly characters you just saw are from a language called Japanese. You’ve probably heard of it if you’ve ever watched Dragon Ball Z. _Source_ Here’s the problem though: you know thos...AI
freeCodeCampforfreeCodeCampfreecodecamp.org·Feb 27, 2019How I used Deep Learning to classify medical images with Fast.aiBy James Dietle Convolutional Neural Networks (CNNs) have rapidly advanced the last two years helping with medical image classification. How can we, even as hobbyists, take these recent advances and apply them to new datasets? We are going to walk th...AI