Non-overlapping Intervals: Leetcode Medium — Blind 75 (Intervals)
https://medium.com/@ektadhobley/non-overlapping-intervals-leetcode-medium-blind-75-intervals-edba189b97c
https://medium.com/@ektadhobley/non-overlapping-intervals-leetcode-medium-blind-75-intervals-edba189b97c
Medium
Non-overlapping Intervals: Leetcode Medium — Blind 75 (Intervals)
Question Link
Visualising photo geolocation data using Python
https://medium.com/@pavelcherepansky/visualising-photo-geolocation-data-using-python-73ac47059112
https://medium.com/@pavelcherepansky/visualising-photo-geolocation-data-using-python-73ac47059112
Medium
Visualising photo geolocation data using Python
Most modern GPS-enabled cameras and mobile phones record geolocation information when a photo is taken and this information is stored along…
Monte Carlo Simulations may help you save a lot of money!
https://blog.prateekja.in/monte-carlo-simulations-may-help-you-save-a-lot-of-money-9d24132fe6f7
https://blog.prateekja.in/monte-carlo-simulations-may-help-you-save-a-lot-of-money-9d24132fe6f7
Medium
Monte Carlo Simulations may help you save a lot of money!
Understanding what Monte Carlo Simulations are and how they may be applied by Analysts for a variety of business problems using Python
Image and Bounding Box Rotation Using OpenCV (Python)
https://medium.com/@pokomaru/image-and-bounding-box-rotation-using-opencv-python-2def6c39453
https://medium.com/@pokomaru/image-and-bounding-box-rotation-using-opencv-python-2def6c39453
Medium
Image and Bounding Box Rotation Using OpenCV (Python)
Use python OpenCV to rotate images and bounding boxes without corners and sides being cropped!
7 Python Advanced Project with Source Code
https://medium.com/@technologynous/7-python-advanced-project-with-source-code-926eb7e5a57
https://medium.com/@technologynous/7-python-advanced-project-with-source-code-926eb7e5a57
Medium
7 Python Advanced Project with Source Code
Here is the list of the top 10 advanced python projects with source code in 2022. 1. Facial Recognition Employee Attendance System
MicroPython 如此簡單: 計時與計次器
https://yungger.medium.com/micropython-%E5%A6%82%E6%AD%A4%E7%B0%A1%E5%96%AE-%E8%A8%88%E6%99%82%E8%88%87%E8%A8%88%E6%AC%A1%E5%99%A8-b7b3c3275a13
https://yungger.medium.com/micropython-%E5%A6%82%E6%AD%A4%E7%B0%A1%E5%96%AE-%E8%A8%88%E6%99%82%E8%88%87%E8%A8%88%E6%AC%A1%E5%99%A8-b7b3c3275a13
Medium
MicroPython 如此簡單: 計時與計次器
雖然 MicroPython 內建有個 Timer 的模組, 雖然呼叫的方式很簡單, 但個人卻覺得用途有限與功能被限制而不夠彈性。使用時需要 init(), 使用後又需要 deinit() 來避免佔用太多的記憶體, 而且宣告上更有數量上的限制。
욕설, 혐오 분류기에 지식 증류(Knowledge Distillation) 적용해보기
https://heegyukim.medium.com/%EC%9A%95%EC%84%A4-%ED%98%90%EC%98%A4-%EB%B6%84%EB%A5%98%EA%B8%B0%EC%97%90-%EC%A7%80%EC%8B%9D-%EC%A6%9D%EB%A5%98-knowledge-distillation-%EC%A0%81%EC%9A%A9%ED%95%B4%EB%B3%B4%EA%B8%B0-9cd7701c5a3c
https://heegyukim.medium.com/%EC%9A%95%EC%84%A4-%ED%98%90%EC%98%A4-%EB%B6%84%EB%A5%98%EA%B8%B0%EC%97%90-%EC%A7%80%EC%8B%9D-%EC%A6%9D%EB%A5%98-knowledge-distillation-%EC%A0%81%EC%9A%A9%ED%95%B4%EB%B3%B4%EA%B8%B0-9cd7701c5a3c
Medium
욕설, 혐오 분류기에 지식 증류(Knowledge Distillation) 적용해보기
얼마전 kcbert-base를 fine-tuning해서 욕설분류기를 만들었습니다. 문제는 bert-base의 400MB에 달하는 모델 크기와 그에 따른 추론속도였습니다. 그래서 지식 증류(Knowledge Distillation)을 이용해서 모델…