Mindblown: a blog about philosophy.

  • Artificial Intelligence Cat Sprinkler

    Links:

  • Build/Install GCC Compiler for C, C++, Fortran, Go, Ada in Ubuntu Operating System

    Build/Install GCC Compiler for C, C++, Fortran, Go, Ada in Ubuntu Operating System

    I need to compare performance of various C,C++, Fortran,Go and ADA compiler. So I need to install or build various version of GCC compilers. Installing from apt is easier but not all versions are available from apt. First step is to install all prerequisites Most gcc is in C/C++, so we need to install any…

  • Problem Compiling with Clang 16.0.0 in Ubuntu 20.04

    I encountered a problem when compiling a C program with Clang compiler version 16.0.0 , in Ubuntu 20.04 Here is the error message: Most likely reason: clang version 16.0.0 need GLIBCXX_3.4.30 , which is not available in Ubuntu 20.04 Solution: find newer libstdc++.so.6. In my case, I obtained it from gcc 12.1.0 in other directory.…

  • Energy Efficiency Across Programming Languages

    Main Literature: Related Links Related Paper Discussion on HN

  • Model Smoothness Can Predict Intra Domain and Out of Domain Generalization

    Paper: Predicting Out-of-Domain Generalization with Local Manifold Smoothness Code: none yet

  • You Only Look Once (YOLO) Object Detection Models

    You Only Look Once (YOLO) Object Detection Models

    YOLOv1 Code Paper: JOseph Redmon, Santosh Divvala, Ross Girshick, Ali Farhadi, “You Only Look Once: Unified, Real-Time Object Detection“, 2016 Code: https://github.com/AlexeyAB/darknet YOLOv2 Paper: “YOLO9000:Better, Faster, Stronger“ Code: https://pjreddie.com/darknet/yolov2/ YOLOv3 Paper: YOLOv3: An Incremental Improvement Code: https://pjreddie.com/darknet/yolo/ YOLOv4 Paper: YOLOv4: Optimal Speed and Accuracy of Object Detection Scaled-YOLOv4: Scaling Cross Stage Partial Network Code: https://github.com/AlexeyAB/darknet…

  • Ethereum Merge

    Ethereum Merge

    Update: March 24,2022 Reference: https://ethereum.org/en/upgrades/merge/

  • ICEYE Free Dataset

    ICEYE Free Dataset

    This data is collected by the world’s largest SAR satellite constellation. Ready to take a dive in the data? You can use it in research, and get an understanding of what radar satellite data can offer you. Download your free dataset (instant access): https://hubs.ly/Q0168WYZ0 Reference: https://twitter.com/iceyefi/status/1504369483913256962 Downloaded file: ICEYE_Strip_Example_SAR_Dataset_Singapore_Strait_12_2021.zip (size: 2.74 GB) ICEYE also offers…

  • Probabilistic Machine Learning Book

    Probabilistic Machine Learning Book

    Probabilistic Machine Learning: An Introduction Referensi “Probabilistic Machine Learning” a book Series by Kevin Murphy Book 0: “Machine Learning: A Probabilistic Perspective” (2012) https://probml.github.io/pml-book/book0.html Book 1: “Probabilistic Machine Learning: An Introduction” (2022) https://probml.github.io/pml-book/book1.html Book 2: “Probabilistic Machine Learning: Advanced Topics” (2023) https://probml.github.io/pml-book/book2.html https://twitter.com/sirbayes/status/1500603941007998979/photo/1

  • Incorrect Labels in Global Wheat Head Dataset 2021

    Incorrect Labels in Global Wheat Head Dataset 2021

    There are several incorrect labels in Global Wheat Head Dataset 2021. Some images are annotated in their original size. After that, the images are resized to final size (1024×1024 pixels). As the result, the bounding boxes are a little bit off. Here is the list of affected images Image Label Reason 0af5c1bc753619e4f5d504e5424d056af22954f04d50cd0d4a21682cfdd9a4dc.png Image file resized…

Got any book recommendations?