#pythonml kết quả tìm kiếm
Day 10/40 of my Python journey. After learning the basics, I’ve started my first real project — Alien Invasion 🛸 using Pygame. So far, I’ve built the game window, background, and ship display. Excited to make it come alive! ⚡ #PythonML
practiced using Matplotlib to create a scatter plot(showing start and ending point), histogram and line graph. visuals makes data clearer and more powerful. #pythonML #matplotlib #learningEveryday
Alien Invasion Game is finally complete . You start by choosing your difficulty level, then dive into the battle. The game now features a scoreboard, high score tracking (saved even after restart), and shows the remaining ships (lives) as you play. #pythonML #pygame @clcoding
Some sample project i worked on: Using exception to prevent crashes , handling FileNotFoundError, and analyzing text . On the second frame is a sample of storing data using json and refactoring into more easier and understandable program... #pythonML #LearningEveryday
@CDACINDIA is organizing online certificate courses with internship opportunities, starting from 18th March 2024 @GoI_MeitY #ethicalhacking #businessanalyticsAI #pythonML #NLP #cybersecurity #ICT
Python is widely considered as the preferred language for teaching and learning Ml (Machine Learning). As compared to C, C++ and Java the syntax is simpler and Python also consists of a lot of code libraries for ease of use. #Python #ML #PythonML #Shadow
Day 12/40 of Python-ML. Alien Invasion game..👽 Today I added new features to my #Pygame project — built the alien fleet, made them move, and change direction when they hit the screen edge. The game is really taking shape now. #pythonMl #pygame #learningEveryday
Day 16/40 of Python-ML Working with CSV files in Python. Today I learned how to read data, handle dates, and plot cool visualizations with matplotlib 📊 From parsing headers to shading charts — it’s all about turning raw data into insights that tell a story. #pythonMl
Day 14/40 of python-Ml Alien Invasion Completed! After weeks of learning #Python fundamentals, I’ve fully built my first game using Pygame. I implemented difficulty levels, scoring, high scores, and level progression , turning code into a complete playable experience! #PythonML
Masked #mammogram data-sets seem to be extremely popular with young data scientists and developers. The number of tests run with #PythonML on mammography data keeps growing everyday. #machinelearning #datascience #Python #breastcancer #oncology #medtech #acumen #healthdata
🚀 **Python: ML's Ultimate Weapon? ABSOLUTELY!** Why? 1️⃣ Dead-simple syntax—prototype like a boss! 2️⃣ Killer libs: TensorFlow, PyTorch, Scikit-learn FTW. 3️⃣ Epic community + endless resources. 4️⃣ Scales from notebook to prod, future-proofed. #PythonML #MachineLearning
Day 15/40 of Python-ML Data Visualization. Today I moved on to something new-- I explored how Python helps us visualize data using Matplotlib and Plotly, turning raw numbers into meaningful visuals. I’m learning how to make data tell a story through visuals with python #pythonMl
Thank you, Maviya! Delighted to hear your positive feedback on our Machine Learning with Python training at myTectra. We're thrilled to have empowered you in your learning journey! #pythonML #pythonMachineLearning #machineLearningWithPython #ML #myTectra #MLTraining
Day 11/40 of python-ML journey. Today I improved my Alien Invasion game — added smooth ship movement (left &right), set screen limits, and enabled bullet firing and auto deletion . Each line of code brings it closer to a real game! #PythonML #Pygame
4/ Hands-On Machine Learning with Python 🐍 🎓 Course: Machine Learning with Python: A Practical Introduction 📚 Platform: edX 📖 What you'll learn: Practical Python applications in machine learning, data preprocessing, and model building. #PythonML #HandsOnLearning
Day 8 /40 of Python, Files & Exceptions: Today I learned how to read, write, and store data using files in Python. Also covered error handling with 'try–except' and saving user data using JSON. Python can now not only run — it can remember, recover, and handle errors. #PythonML
Day 16/40 of Python-ML Working with CSV files in Python. Today I learned how to read data, handle dates, and plot cool visualizations with matplotlib 📊 From parsing headers to shading charts — it’s all about turning raw data into insights that tell a story. #pythonMl
practiced using Matplotlib to create a scatter plot(showing start and ending point), histogram and line graph. visuals makes data clearer and more powerful. #pythonML #matplotlib #learningEveryday
Day 15/40 of Python-ML Data Visualization. Today I moved on to something new-- I explored how Python helps us visualize data using Matplotlib and Plotly, turning raw numbers into meaningful visuals. I’m learning how to make data tell a story through visuals with python #pythonMl
Alien Invasion Game is finally complete . You start by choosing your difficulty level, then dive into the battle. The game now features a scoreboard, high score tracking (saved even after restart), and shows the remaining ships (lives) as you play. #pythonML #pygame @clcoding
Day 14/40 of python-Ml Alien Invasion Completed! After weeks of learning #Python fundamentals, I’ve fully built my first game using Pygame. I implemented difficulty levels, scoring, high scores, and level progression , turning code into a complete playable experience! #PythonML
Day 12/40 of Python-ML. Alien Invasion game..👽 Today I added new features to my #Pygame project — built the alien fleet, made them move, and change direction when they hit the screen edge. The game is really taking shape now. #pythonMl #pygame #learningEveryday
Day 11/40 of python-ML journey. Today I improved my Alien Invasion game — added smooth ship movement (left &right), set screen limits, and enabled bullet firing and auto deletion . Each line of code brings it closer to a real game! #PythonML #Pygame
Day 10/40 of my Python journey. After learning the basics, I’ve started my first real project — Alien Invasion 🛸 using Pygame. So far, I’ve built the game window, background, and ship display. Excited to make it come alive! ⚡ #PythonML
Some sample project i worked on: Using exception to prevent crashes , handling FileNotFoundError, and analyzing text . On the second frame is a sample of storing data using json and refactoring into more easier and understandable program... #pythonML #LearningEveryday
Day 8 /40 of Python, Files & Exceptions: Today I learned how to read, write, and store data using files in Python. Also covered error handling with 'try–except' and saving user data using JSON. Python can now not only run — it can remember, recover, and handle errors. #PythonML
Day 8 /40 of Python, Files & Exceptions: Today I learned how to read, write, and store data using files in Python. Also covered error handling with 'try–except' and saving user data using JSON. Python can now not only run — it can remember, recover, and handle errors. #PythonML
Day 7 /40 of Python-ML Continuing from yesterday’s class lessons, today I explored how to import classes — from single and multiple modules, entire modules, and even modules within modules. I also learned how to style classes properly for clean and readable code. #PythonML #OOP
Day 5/40 of my Python-ML journey Today was all about functions... Learned how to write and use functions — defining, passing info, returning values, default parameters and keeping code clean & reusable. Feeling more confident with each line I write 💪 #PythonMl #40DaysOfCode
Day 4/40 of Python -ML Today I explored while loops — how to keep programs running until a condition is met. I learned about using flags, break and continue, avoiding infinite loops, and looping through lists and dictionaries. It’s amazing learning new things ... #PythonML
🚀 **Python: ML's Ultimate Weapon? ABSOLUTELY!** Why? 1️⃣ Dead-simple syntax—prototype like a boss! 2️⃣ Killer libs: TensorFlow, PyTorch, Scikit-learn FTW. 3️⃣ Epic community + endless resources. 4️⃣ Scales from notebook to prod, future-proofed. #PythonML #MachineLearning
Not sure when to use SelectKBest, RFE, or SelectFromModel? 🤔 Here’s a quick visual summary of feature selection methods in Scikit-Learn: 🧠 Simple → Powerful 📊 Efficient → Accurate 📎 buff.ly/Lr3X5q5 #DataScience #AIWorkflow #PythonML
@CDACINDIA is organizing online certificate courses with internship opportunities, starting from 18th March 2024 @GoI_MeitY #ethicalhacking #businessanalyticsAI #pythonML #NLP #cybersecurity #ICT
Day 10/40 of my Python journey. After learning the basics, I’ve started my first real project — Alien Invasion 🛸 using Pygame. So far, I’ve built the game window, background, and ship display. Excited to make it come alive! ⚡ #PythonML
Python is widely considered as the preferred language for teaching and learning Ml (Machine Learning). As compared to C, C++ and Java the syntax is simpler and Python also consists of a lot of code libraries for ease of use. #Python #ML #PythonML #Shadow
practiced using Matplotlib to create a scatter plot(showing start and ending point), histogram and line graph. visuals makes data clearer and more powerful. #pythonML #matplotlib #learningEveryday
Masked #mammogram data-sets seem to be extremely popular with young data scientists and developers. The number of tests run with #PythonML on mammography data keeps growing everyday. #machinelearning #datascience #Python #breastcancer #oncology #medtech #acumen #healthdata
Data Warehousing E-Learning Video Courses ✅13 Career building courses @ Rs 1,999/- Contact / WhatsApp +91 9676 33 6666 Visit us visualpath.in/datawarehousin… #DataScience #pythonML #ArtificialIntelligence #AI #AppleEvent #RahulVaidya
Some sample project i worked on: Using exception to prevent crashes , handling FileNotFoundError, and analyzing text . On the second frame is a sample of storing data using json and refactoring into more easier and understandable program... #pythonML #LearningEveryday
Got a great idea but not sure how to pitch it? Meet our #MyGalileoApp mentor and a @SiliconLondon Cofounder @FrancescoAgape! He's your go-to-person for any entrepreneurship #startup business modeling questions! 💡 #PythonML #UseGalileo @infosharepl @geoworldmedia @geoawesomeness
4/ Hands-On Machine Learning with Python 🐍 🎓 Course: Machine Learning with Python: A Practical Introduction 📚 Platform: edX 📖 What you'll learn: Practical Python applications in machine learning, data preprocessing, and model building. #PythonML #HandsOnLearning
Under #ESoWC2021 STREAM 2 on #MachineLearning 👀Browse challenge 24➡️ CliMetLab: extending new #pythonml package to simplify access to #climate and #weather #data github.com/esowc/challeng… @ECMWF @CopernicusECMWF @pyladies Apply before 16 Apr👉 esowc.ecmwf.int
"Gratitude to everyone who joined Day 2 of our Python ML track. Your presence made it a success. Looking forward to more learning and collaboration ahead! 🚀 #PythonML #GdscNdejje
Python's essential role in ML due to its libraries, ease of use, and community support. 🐍 #PythonML #TechSkills
🚀Explore the synergy of Python and Machine Learning in #AWSDevOps with me at #Conf42Python! 🌐conf42.com/Python_2024_Gu… Let's unlock the potential of AI-driven DevOps together! 🌟 #PythonML #MachineLearning #CloudInfrastructure #DevOpsOptimization #TechConference #AIinDevOps
4/7 ✅ Running the Model 🖥️ - We are getting output with 10 classes! #PythonML #AIForAll #PyTorchTutorial
Boost your AI career with the Scikit-Learn Machine Learning Certification 🎯 Take the Free Certification Exam : edchart.com/certificate/sc… 🏅 Earn a Globally Recognized Digital Badge : credly.com/org/edchart-te… #ScikitLearn #MachineLearningCertification #PythonML #DataScience
Not sure when to use SelectKBest, RFE, or SelectFromModel? 🤔 Here’s a quick visual summary of feature selection methods in Scikit-Learn: 🧠 Simple → Powerful 📊 Efficient → Accurate 📎 buff.ly/Lr3X5q5 #DataScience #AIWorkflow #PythonML
Alien Invasion Game is finally complete . You start by choosing your difficulty level, then dive into the battle. The game now features a scoreboard, high score tracking (saved even after restart), and shows the remaining ships (lives) as you play. #pythonML #pygame @clcoding
Python dominates ML with frameworks like TensorFlow, PyTorch & Scikit-learn. Hire ML developers skilled in Python to build scalable AI apps for your business. 🐍 Python = ML powerhouse. Hire ML developers today at HourlyDeveloper.io #HireMLDevelopers #PythonML
Something went wrong.
Something went wrong.
United States Trends
- 1. #SaveSudan N/A
- 2. StandX 5,080 posts
- 3. #NationalCatDay 2,207 posts
- 4. Aidan Hutchinson 4,335 posts
- 5. FOMC 37.1K posts
- 6. Huda 21.5K posts
- 7. #SpaceMarine2 N/A
- 8. South Korea 149K posts
- 9. NBA Street N/A
- 10. Brad Holmes N/A
- 11. Mandy 16.6K posts
- 12. #wednesdaymotivation 4,839 posts
- 13. Jay Z 1,254 posts
- 14. Hump Day 20K posts
- 15. Good Wednesday 34.3K posts
- 16. Happy Hump 12.4K posts
- 17. #Wednesdayvibe 2,444 posts
- 18. Marcedes Lewis 1,157 posts
- 19. Olandria 35.1K posts
- 20. Cookbook 2,227 posts