This media is not supported in your browser
VIEW IN TELEGRAM
Create pivot tables in your Jupyter Notebook:
Here's the link to the #GitHub repo and documentation:
https://pivottable.js.org/examples/
Here's the link to the #GitHub repo and documentation:
https://pivottable.js.org/examples/
#MachineLearning #DeepLearning #BigData #Datascience #ML #HealthTech #DataVisualization #ArtificialInteligence #SoftwareEngineering #GenAI #deeplearning #ChatGPT #OpenAI #python #AI #keras
https://t.me/DataScienceM
๐6
Forwarded from Machine Learning with Python
A Complete Course to Learn Robotics and Perception
Notebook-based book "Introduction to Robotics and Perception" by Frank Dellaert and Seth Hutchinson
github.com/gtbook/robotics
roboticsbook.org/intro.html
โก๏ธ BEST DATA SCIENCE CHANNELS ON TELEGRAM ๐
Notebook-based book "Introduction to Robotics and Perception" by Frank Dellaert and Seth Hutchinson
github.com/gtbook/robotics
roboticsbook.org/intro.html
#Robotics #Perception #AI #DeepLearning #ComputerVision #RoboticsCourse #MachineLearning #Education #RoboticsResearch #GitHub
Please open Telegram to view this post
VIEW IN TELEGRAM
๐3โค2
Microsoft launched the best course on Generative AI!
The Free 21 lesson course is available on #Github and will teach you everything you need to know to start building #GenerativeAI applications.
Enroll: https://github.com/microsoft/generative-ai-for-beginners
https://github.com/microsoft/generative-ai-for-beginners๐ฉท
The Free 21 lesson course is available on #Github and will teach you everything you need to know to start building #GenerativeAI applications.
Enroll: https://github.com/microsoft/generative-ai-for-beginners
https://github.com/microsoft/generative-ai-for-beginners
Please open Telegram to view this post
VIEW IN TELEGRAM
โค6
๐ฅ Trending Repository: dyad
๐ Description: Free, local, open-source AI app builder โจ v0 / lovable / Bolt alternative ๐ Star if you like it!
๐ Repository URL: https://github.com/dyad-sh/dyad
๐ Website: https://dyad.sh
๐ Readme: https://github.com/dyad-sh/dyad#readme
๐ Statistics:
๐ Stars: 13.2K stars
๐ Watchers: 73
๐ด Forks: 1.3K forks
๐ป Programming Languages: TypeScript - JavaScript - CSS - HTML - Shell - Python
๐ท๏ธ Related Topics:
==================================
๐ง By: https://t.me/DataScienceM
๐ Description: Free, local, open-source AI app builder โจ v0 / lovable / Bolt alternative ๐ Star if you like it!
๐ Repository URL: https://github.com/dyad-sh/dyad
๐ Website: https://dyad.sh
๐ Readme: https://github.com/dyad-sh/dyad#readme
๐ Statistics:
๐ Stars: 13.2K stars
๐ Watchers: 73
๐ด Forks: 1.3K forks
๐ป Programming Languages: TypeScript - JavaScript - CSS - HTML - Shell - Python
๐ท๏ธ Related Topics:
#github #react #typescript #nextjs #artificial_intelligence #gemini #openai #bolt #v0 #lovable #vercel #llm #llms #generative_ai #anthropic #ollama #qwen #deepseek #ai_app_builder
==================================
๐ง By: https://t.me/DataScienceM
๐ค๐ง AI Projects : A Comprehensive Showcase of Machine Learning, Deep Learning and Generative AI
๐๏ธ 27 Oct 2025
๐ AI News & Trends
Artificial Intelligence (AI) is transforming industries across the globe, driving innovation through automation, data-driven insights and intelligent decision-making. Whether itโs predicting house prices, detecting diseases or building conversational chatbots, AI is at the core of modern digital solutions. The AI Project Gallery by Hema Kalyan Murapaka is an exceptional GitHub repository that curates a wide ...
#AI #MachineLearning #DeepLearning #GenerativeAI #ArtificialIntelligence #GitHub
๐๏ธ 27 Oct 2025
๐ AI News & Trends
Artificial Intelligence (AI) is transforming industries across the globe, driving innovation through automation, data-driven insights and intelligent decision-making. Whether itโs predicting house prices, detecting diseases or building conversational chatbots, AI is at the core of modern digital solutions. The AI Project Gallery by Hema Kalyan Murapaka is an exceptional GitHub repository that curates a wide ...
#AI #MachineLearning #DeepLearning #GenerativeAI #ArtificialIntelligence #GitHub
Forwarded from Machine Learning with Python
This media is not supported in your browser
VIEW IN TELEGRAM
YOLO Training Template
Manual data labeling has become significantly more convenient. Now the process looks like in the usual labeling systems - you just outline the object with a frame and a bounding box is immediately created.
The platform allows:
โข to upload your own dataset
โข to label manually or auto-label via DINOv3
โข to enrich the data if desired
โข to train a #YOLO model on your own data
โข to run inference immediately
โข to export to ONNX or NCNN, which ensures compatibility with edge hardware and smartphones
All of this is available for free and can already be tested on #GitHub.
Repo:
https://github.com/computer-vision-with-marco/yolo-training-template
https://t.me/CodeProgrammer
Manual data labeling has become significantly more convenient. Now the process looks like in the usual labeling systems - you just outline the object with a frame and a bounding box is immediately created.
The platform allows:
โข to upload your own dataset
โข to label manually or auto-label via DINOv3
โข to enrich the data if desired
โข to train a #YOLO model on your own data
โข to run inference immediately
โข to export to ONNX or NCNN, which ensures compatibility with edge hardware and smartphones
All of this is available for free and can already be tested on #GitHub.
Repo:
https://github.com/computer-vision-with-marco/yolo-training-template
https://t.me/CodeProgrammer
โค3
Forwarded from Machine Learning with Python
๐ Building our own mini-Skynet โ a collection of 10 powerful AI repositories from big tech companies
1. Generative AI for Beginners and AI Agents for Beginners
Microsoft provides a detailed explanation of generative AI and agent architecture: from theory to practice.
2. LLMs from Scratch
Step-by-step assembly of your own GPT to understand how LLMs are structured "under the hood".
3. OpenAI Cookbook
An official set of examples for working with APIs, RAG systems, and integrating AI into production from OpenAI.
4. Segment Anything and Stable Diffusion
Classic tools for computer vision and image generation from Meta and the CompVis research team.
5. Python 100 Days and Python Data Science Handbook
A powerful resource for Python and data analysis.
6. LLM App Templates and ML for Beginners
Ready-made app templates with LLMs and a structured course on classic machine learning.
If you want to delve deeply into AI or start building your own projects โ this is an excellent starting kit.
tags: #github #LLM #AI #ML
โก๏ธ https://t.me/CodeProgrammer
1. Generative AI for Beginners and AI Agents for Beginners
Microsoft provides a detailed explanation of generative AI and agent architecture: from theory to practice.
2. LLMs from Scratch
Step-by-step assembly of your own GPT to understand how LLMs are structured "under the hood".
3. OpenAI Cookbook
An official set of examples for working with APIs, RAG systems, and integrating AI into production from OpenAI.
4. Segment Anything and Stable Diffusion
Classic tools for computer vision and image generation from Meta and the CompVis research team.
5. Python 100 Days and Python Data Science Handbook
A powerful resource for Python and data analysis.
6. LLM App Templates and ML for Beginners
Ready-made app templates with LLMs and a structured course on classic machine learning.
If you want to delve deeply into AI or start building your own projects โ this is an excellent starting kit.
tags: #github #LLM #AI #ML
Please open Telegram to view this post
VIEW IN TELEGRAM
โค3
Forwarded from Machine Learning with Python
Found an easy way to learn math for ML: Mathematics for Machine Learning ๐๐
This is a curated collection on GitHub, including books, research papers, video lectures, and basic materials on math for studying and reviewing the mathematical foundations of machine learning. ๐๐
It helps build a stronger knowledge base by bringing together trusted resources around topics that machine learning engineers constantly encounter: linear algebra, mathematical analysis, probability theory, statistics, information theory, matrix calculus, and deep learning mathematics. ๐งฎ๐ค
Free public repository on GitHub. ๐ปโจ
https://github.com/dair-ai/Mathematics-for-ML
#MachineLearning #Mathematics #DataScience #Learning #GitHub #AI
This is a curated collection on GitHub, including books, research papers, video lectures, and basic materials on math for studying and reviewing the mathematical foundations of machine learning. ๐๐
It helps build a stronger knowledge base by bringing together trusted resources around topics that machine learning engineers constantly encounter: linear algebra, mathematical analysis, probability theory, statistics, information theory, matrix calculus, and deep learning mathematics. ๐งฎ๐ค
Free public repository on GitHub. ๐ปโจ
https://github.com/dair-ai/Mathematics-for-ML
#MachineLearning #Mathematics #DataScience #Learning #GitHub #AI
GitHub
GitHub - dair-ai/Mathematics-for-ML: ๐งฎ A collection of resources to learn mathematics for machine learning
๐งฎ A collection of resources to learn mathematics for machine learning - dair-ai/Mathematics-for-ML
โค6