Artificial Intelligence
رفتن به کانال در Telegram
Admin: @PranavReal Free Resources for: 📌 Artificial Intelligence 📌 Machine Learning 📌 Deep Learning 📌 Data Science 📌 Python Programming
نمایش بیشتر8 926
مشترکین
اطلاعاتی وجود ندارد24 ساعت
-77 روز
-6630 روز
آرشیو پست ها
Do join for coding resources, Cheat Sheets & Quizzes! 🧑💻
https://t.me/LearnPython24x7
Repost from Artificial Intelligence
I recently created a Python Related Telegram channel where i will provide free Python programming resources and conduct daily quizzes. Do join it now👇👇
Click here
🔰 Neural Networks with Tensorflow | Udemy
A Primer
3 sections • 38 lectures • 5h 13m total length
⏳ FREE for: ⚠️ First 1000 enrolls
📶 Rating: 4.1 ⭐️
✅ Rated by: 40 students
🧲 Category: #IT_And_Software
🔄 Last Updated: 12/2020
👤 Instructor: Cristi Zot
Link : https://www.udemy.com/course/tensorflownets/?deal_code=&utm_source=aff-campaign&utm_medium=udemyads&utm_term=Homepage&utm_content=Textlink&utm_campaign=Admitad-default&admitad_uid=f4f30f1c34b823b1b7721020826aa224&publisher_id=1718133&website_id=2091989&couponCode=MARCHOFAI
Learn to build AI bots for free! With a live AI project & certification 💛
✅ Earn a Certificate
✅100% Online Live Class
Do join for free! 👇
Register Now!
Note: Limited seat’s available. ⚠️
Repost from Artificial Intelligence
Data Science from Scratch- First Principles with Python.pdf5.57 MB
I recently created a Python Related Telegram channel where i will provide free Python programming resources and conduct daily quizzes. Do join it now👇👇
Click here
⚠️Get Free Certification! ⚠️
Learn Machine Learning with real world project for free!❤️
Project topic: “How Uber Saves Your time using ML algorithms” 👨💻
Register : 👇
https://www.techlearn.live/course/how-uber-uses-clustering-algorithms-for-cluster-analysis?aref=AI-PRANAV-14083
Don’t miss it 💯
Do Join Guys 💯 it’s free! 💛
⚠️Get Free Certification! ⚠️
Learn Python with real world project for free!❤️
Project topic: “How google maps works” 👨💻
Register here
Don’t miss it 💯
Do Join Guys 💯 it’s free! 💛
What are some ways I can make my model more robust to outliers?
There are several ways to make a model more robust to outliers, from different points of view (data preparation or model building). An outlier in the question and answer is assumed being unwanted, unexpected, or a must-be-wrong value to the human’s knowledge so far (e.g. no one is 200 years old) rather than a rare event which is possible but rare.
Outliers are usually defined in relation to the distribution. Thus outliers could be removed in the pre-processing step (before any learning step), by using standard deviations (Mean +/- 2*SD), it can be used for normality. Or interquartile ranges Q1 - Q3, Q1 - is the "middle" value in the first half of the rank-ordered data set, Q3 - is the "middle" value in the second half of the rank-ordered data set. It can be used for not normal/unknown as threshold levels.
Moreover, data transformation (e.g. log transformation) may help if data have a noticeable tail. When outliers related to the sensitivity of the collecting instrument which may not precisely record small values, Winsorization may be useful. This type of transformation has the same effect as clipping signals (i.e. replaces extreme data values with less extreme values). Another option to reduce the influence of outliers is using mean absolute difference rather mean squared error.
For model building, some models are resistant to outliers (e.g. tree-based approaches) or non-parametric tests. Similar to the median effect, tree models divide each node into two in each split. Thus, at each split, all data points in a bucket could be equally treated regardless of extreme values they may have.
We got you one of the most comprehensive cheatsheets on Machine Learning and Data Science. It covers all the essential topics and we would highly recommend using it as a roadmap or quick review for your learning. 🤓 Credit: Fjodor van Veen, via LinkedIn.
Checkout our new Instagram page related to Python Programming.
Link: https://instagram.com/coderhub.py?utm_medium=copy_link
In this article, is a curated list of the latest breakthroughs in AI by release date with a clear video explanation, link to a more in-depth article, and code! 🤓
Link: https://www.kdnuggets.com/2021/12/2021-year-review-amazing-ai-papers.html
Stay subscribed to our channel for more of such informative updates! 😉
