Link: http://databookuw.com/
Proxmox
posisi setting setiap VM:
- /etc/pve/qemu-server
Daftar storage:
- /etc/pve/storage.cfg
Registering LVM Thin:
Datacenter -> Storage -> Add (LVM Thin)
Cek daftar VS
- lvs
Free Ebook: Machine Learning – A First Course for Engineers and Scientists
An interesting free ebook
When we developed the course Statistical Machine Learning for engineering students at Uppsala University, we found no appropriate textbook, so we ended up writing our own. It will be published by Cambridge University Press in 2021.
Andreas Lindholm, Niklas Wahlström, Fredrik Lindsten, and Thomas B. Schön
A draft of the book is available below. We will keep a PDF of the book freely available also after its publication.
Latest draft of the book (older versions >>)
Table of Contents
- Introduction
- The machine learning problem
- Machine learning concepts via examples
- About this book
- Supervised machine learning: a first approach
- Supervised machine learning
- A distance-based method: k-NN
- A rule-based method: Decision trees
- Basic parametric models for regression and classification
- Linear regression
- Classification and logistic regression
- Polynomial regression and regularization
- Generalized linear models
- Understanding, evaluating and improving the performance
- Expected new data error: performance in production
- Estimating the expected new data error
- The training error–generalization gap decomposition
- The bias-variance decomposition
- Additional tools for evaluating binary classifiers
- Learning parametric models
- Principles pf parametric modelling
- Loss functions and likelihood-based models
- Regularization
- Parameter optimization
- Optimization with large datasets
- Hyperparameter optimization
- Neural networks and deep learning
- The neural network model
- Training a neural network
- Convolutional neural networks
- Dropout
- Ensemble methods: Bagging and boosting
- Bagging
- Random forests
- Boosting and AdaBoost
- Gradient boosting
- Nonlinear input transformations and kernels
- Creating features by nonlinear input transformations
- Kernel ridge regdression
- Support vector regression
- Kernel theory
- Support vector classification
- The Bayesian approach and Gaussian processes
- The Bayesian idea
- Bayesian linear regression
- The Gaussian process Online material: Gaussian process visualization
- Practial aspects of the Gaussian process
- Other Bayesian methods in machine learning
- Generative models and learning from unlabeled data
- The Gaussian mixture model and discriminant analysis
- Cluster analysis
- Deep generative models
- Representation learning and dimensionality reduction
- User aspects of machine learning
- Defining the machine learning problem
- Improving a machine learning model
- What if we cannot collect more data?
- Practical data issues
- Can I trust my machine learning model?
- Ethics in machine learning (by David Sumpter)
- Fairness and error functions
- Misleading claims about performance
- Limitations of training data
Memori DDR4 Kingston HyperX Fury
Real World Machine Learning System
Speeding Up Reinforcement Learning with a New Physics Simulation Engine
Source: https://ai.googleblog.com/2021/07/speeding-up-reinforcement-learning-with.html
Reinforcement learning (RL) is a popular method for teaching robots to navigate and manipulate the physical world, which itself can be simplified and expressed as interactions between rigid bodies1 (i.e., solid physical objects that do not deform when a force is applied to them). In order to facilitate the collection of training data in a practical amount of time, RL usually leverages simulation, where approximations of any number of complex objects are composed of many rigid bodies connected by joints and powered by actuators. But this poses a challenge: it frequently takes millions to billions of simulation frames for an RL agent to become proficient at even simple tasks, such as walking, using tools, or assembling toy blocks.
NOAA Fisheries Steller Sea Lion Population Count
Original Competition: https://www.kaggle.com/c/noaa-fisheries-steller-sea-lion-population-count
Best solutions:
- 1st place solution by @outrunner
- 2nd place solution by @Konstantin Lopuhin
- 3rd place solution by @bestfitting
- 4th place solution by @Artem.Sanakoev (https://github.com/asanakoy/kaggle_sea_lions_counting)
- 5th place solution by @Dmytro Poplavskiy
- 6th place solution by @yingxiaowei
- 9th place solution by @harshml
- 21th place solution by @Liangkai
- 23th place solution by @toshi_k
- 27th place solution by @rakhlin
- 43rd place solution by @JandJ
- 69th place solution by @GarethJones
- 75th place solution by @Vader | Charles
- 165th place solution by @Tuomas Tikkanen
Related Articles
- Tensorflow Object Counting API https://github.com/ahmetozlu/tensorflow_object_counting_api
- Daniel Onoro, Towards Perspective-Free Object Counting with Deep Learning https://www.researchgate.net/publication/306118084_Towards_Perspective-Free_Object_Counting_with_Deep_Learning
- Victor Lempitsky, Andrew Zisserman, Learning to Count Objects in Images, https://papers.nips.cc/paper/2010/file/fe73f687e5bc5280214e0486b273a5f9-Paper.pdf
- Objects Counting pada Data Video http://klik.ulm.ac.id/index.php/klik/article/view/307
Papers
- Chirag Prabhakar Padubidri, Aerial Images Sea Lion Counting With Deep Learning: A Density Map Approach, University of Twente
Pengukuran Kualitas Ventilasi Dengan Sensor CO2
Belgia sudah mewajibkan pengukuran CO2 di tempat umum. [https://www.info-coronavirus.be/en/ventilation/]
Penelitian menganjurkan CO2 sebagai sarana mengukur resiko penularan COVID-19
Referensi
Mengecek versi CUDA di Windows 10
Mengecek versi CUDA di Windows 10
Pengecekan versi CUDA di Windows 10 dapat dilakukan dengan perintah “nvcc –version”
Berikut ini contoh pengecekan versi CUDA:
C:\Users\admin>nvcc --version
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2019 NVIDIA Corporation
Built on Sun_Jul_28_19:12:52_Pacific_Daylight_Time_2019
Cuda compilation tools, release 10.1, V10.1.243
C:\Users\admin>
Tampilan di atas menunjukkan versi CUDA adalah 10.1
Apa itu Chipageddon?
Apa itu Chipageddon?
Istilah ‘chipageddon’ diperkenalkan oleh orang yang biasa berkecimpung di industri mikroelektronika sebagai sebutan untuk masalah kekurangan pasokan mikrochip yang akhir-akhir ini (tahun 2020 ~ 2021) terjadi. Istilah ini adalah lakuran dari ‘microchip’ dan ‘armageddon‘
Istilah chipageddon ini memang agak berlebihan, karena armageddon kurang lebih artinya bencana besar di akhir zaman, sedangkan kekurangan pasokan microchip ini hanya menyebabkan kehidupan lebih repot, namun tidak sampai membuat kehidupan dunia berakhir.
Microchip adalah rangkaian elektronik yang digabungkan pada suatu keping kecil (‘chip’) bahan semikonduktor. Bahan semikonduktor yang paling umum dipakai adalah silikon. Microchip dikenal juga sebagai sirkuit terpadu (‘Integrated Circuit‘) atau IC.
Referensi
- BBC: How will ‘chipageddon’ affect you?
- Forbes: How We Got To ‘Chipageddon’
- Wikipedia: Lakuran
- Wikipedia: Armageddon
- Wikipedia: Integrated Circuit
- Wikipedia: Sirkuit Terpadu
Artikel terkait
- Kelangkaan Chip: Harga Ponsel Diprediksi Akan Naik
- What does chupageddon have to do with climate change?
- The Times: ‘Chipageddon’ hits cars, Playstations and toasters
- Global Rangking Rates: Chipageddon Could Last Until 2023, According to Analysts
- How will ‘chipageddon’ affect the smart wearable market in the next 6 months?
- VOI: Chipageddon: Chip Supply Depletion, The Digital Era Is Not As We Expected
- VOI: Chipageddon: Menipisnya Persediaan Chip, Era Digital Tak Semapan Dugaan Kita