Machine Learning with Python
68K subscribers
1.28K photos
94 videos
161 files
928 links
Learn Machine Learning with hands-on Python tutorials, real-world code examples, and clear explanations for researchers and developers.
Download Telegram
All Cheat Sheets Collection (3).pdf
2.7 MB
Python For Data Science Cheat Sheet

#python #datascience #DataAnalysis

https://t.iss.one/CodeProgrammer

React ♥️ for more amazing content
13👍4👏2
🚀 𝐄𝐩𝐨𝐜𝐡 𝐯𝐬 𝐈𝐭𝐞𝐫𝐚𝐭𝐢𝐨𝐧 𝐢𝐧 𝐃𝐞𝐞𝐩 𝐋𝐞𝐚𝐫𝐧𝐢𝐧𝐠 – 𝐓𝐡𝐞 𝐌𝐨𝐬𝐭 𝐂𝐨𝐦𝐦𝐨𝐧𝐥𝐲 𝐂𝐨𝐧𝐟𝐮𝐬𝐞𝐝 𝐓𝐞𝐫𝐦𝐬!

When training a neural network, two words confuse most beginners:

🔹 𝐄𝐩𝐨𝐜𝐡
𝘈𝘯 𝘦𝘱𝘰𝘤𝘩 𝘮𝘦𝘢𝘯𝘴 𝘵𝘩𝘦 𝘮𝘰𝘥𝘦𝘭 𝘩𝘢𝘴 𝘴𝘦𝘦𝘯 𝘵𝘩𝘦 𝘦𝘯𝘵𝘪𝘳𝘦 𝘥𝘢𝘵𝘢𝘴𝘦𝘵 𝘰𝘯𝘤𝘦.
𝘐𝘧 𝘺𝘰𝘶 𝘵𝘳𝘢𝘪𝘯 𝘧𝘰𝘳 10 𝘦𝘱𝘰𝘤𝘩𝘴, 𝘺𝘰𝘶𝘳 𝘮𝘰𝘥𝘦𝘭 𝘨𝘰𝘦𝘴 𝘵𝘩𝘳𝘰𝘶𝘨𝘩 𝘵𝘩𝘦 𝘸𝘩𝘰𝘭𝘦 𝘥𝘢𝘵𝘢 10 𝘵𝘪𝘮𝘦𝘴.

🔹 𝐈𝐭𝐞𝐫𝐚𝐭𝐢𝐨𝐧
𝘈𝘯 𝘪𝘵𝘦𝘳𝘢𝘵𝘪𝘰𝘯 𝘪𝘴 𝘰𝘯𝘦 𝘸𝘦𝘪𝘨𝘩𝘵 𝘶𝘱𝘥𝘢𝘵𝘦, 𝘣𝘢𝘴𝘦𝘥 𝘰𝘯 𝘢 𝘴𝘪𝘯𝘨𝘭𝘦 𝘣𝘢𝘵𝘤𝘩 𝘰𝘧 𝘥𝘢𝘵𝘢.

If you have:
10,000 𝘳𝘦𝘤𝘰𝘳𝘥𝘴
𝘉𝘢𝘵𝘤𝘩 𝘴𝘪𝘻𝘦 = 100
👉 𝘛𝘩𝘦𝘯 𝘺𝘰𝘶 𝘨𝘦𝘵 100 𝘪𝘵𝘦𝘳𝘢𝘵𝘪𝘰𝘯𝘴 𝘱𝘦𝘳 𝘦𝘱𝘰𝘤𝘩.

✔️ 𝐒𝐢𝐦𝐩𝐥𝐞 𝐀𝐧𝐚𝐥𝐨𝐠𝐲
𝐓𝐡𝐢𝐧𝐤 𝐨𝐟 𝐠𝐨𝐢𝐧𝐠 𝐭𝐨 𝐭𝐡𝐞 𝐠𝐲𝐦:
𝐄𝐩𝐨𝐜𝐡 = 𝐜𝐨𝐦𝐩𝐥𝐞𝐭𝐢𝐧𝐠 𝐭𝐡𝐞 𝐞𝐧𝐭𝐢𝐫𝐞 𝐰𝐨𝐫𝐤𝐨𝐮𝐭 𝐩𝐥𝐚𝐧 𝐨𝐧𝐜𝐞
𝐈𝐭𝐞𝐫𝐚𝐭𝐢𝐨𝐧 = 𝐝𝐨𝐢𝐧𝐠 𝐨𝐧𝐞 𝐬𝐞𝐭 𝐢𝐧𝐬𝐢𝐝𝐞 𝐭𝐡𝐚𝐭 𝐰𝐨𝐫𝐤𝐨𝐮𝐭

The model becomes stronger with every iteration, and improves overall with more epochs.


Read More: https://telegra.ph/Demystifying-Epochs--Iterations-in-Deep-Learning-11-24

👉  @codeprogrammer
5👍2🔥2