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
posisi setting setiap VM:
Daftar storage:
Registering LVM Thin:
Datacenter -> Storage -> Add (LVM Thin)
Cek daftar VS
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 >>)
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.
Original Competition: https://www.kaggle.com/c/noaa-fisheries-steller-sea-lion-population-count
Best solutions:
Related Articles
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
Popular Augmentation library:
Augly (https://github.com/facebookresearch/AugLy) and Albumentations (https://github.com/albumentations-team/albumentations)
Albumentations example:
URL: https://huggingface.co/course/chapter1
This course will teach you about natural language processing (NLP) using libraries from the Hugging Face ecosystem — 🤗 Transformers, 🤗 Datasets, 🤗 Tokenizers, and 🤗 Accelerate — as well as the Hugging Face Hub. It’s completely free and without ads.
Summary of the course:
Papers
Research Papers:
CovidGAN: Data Augmentation Using Auxiliary Classifier GAN for Improved Covid-19 Detection – in this research, we present a method to generate synthetic chest X-ray (CXR) images by developing an Auxiliary Classifier Generative Adversarial Network (ACGAN) based model called CovidGAN. In addition, we demonstrate that the synthetic images produced from CovidGAN can be utilized to enhance the performance of CNN for COVID-19 detection. Classification using CNN alone yielded 85% accuracy. By adding synthetic images produced by CovidGAN, the accuracy increased to 95%. We hope this method will speed up COVID-19 detection and lead to more robust systems of radiology.
Iteratively Pruned Deep Learning Ensembles for COVID-19 Detection in Chest X-rays – The best performing models are iteratively pruned to reduce complexity and improve memory efficiency. The predictions of the best-performing pruned models are combined through different ensemble strategies to improve classification performance. Empirical evaluations demonstrate that the weighted average of the best-performing pruned models significantly improves performance resulting in an accuracy of 99.01% and area under the curve of 0.9972 in detecting COVID-19 findings on CXRs. The combined use of modality-specific knowledge transfer, iterative model pruning, and ensemble learning resulted in improved predictions. We expect that this model can be quickly adopted for COVID-19 screening using chest radiographs.
COVID-ResNet: A Deep Learning Framework for Screening of COVID19 from Radiographs – Using these techniques, we showed the state of the art results on the open-access COVID-19 dataset. This work presents a 3-step technique to fine-tune a pre-trained ResNet-50 architecture to improve model performance and reduce training time. We call it COVIDResNet. This is achieved through progressively re-sizing of input images to 128x128x3, 224x224x3, and 229x229x3 pixels and fine-tuning the network at each stage. This approach along with the automatic learning rate selection enabled us to achieve the state of the art accuracy of 96.23% (on all the classes) on the COVIDx dataset with only 41 epochs. This work presented a computationally efficient and highly accurate model for multi-class classification of three different infection types from along with Normal individuals. This model can help in the early screening of COVID19 cases and help reduce the burden on healthcare systems.
More Papers (from https://www.kaggle.com/c/siim-covid19-detection/discussion/240838)
X-rays COVID-19 Localization
Common Pitfalls (https://www.kaggle.com/c/siim-covid19-detection/discussion/240639)
The above is a link to a peer-reviwed paper recently published in the prestigious journal Nature Machine Intelligence. They examined 2,212 studies published in 2020, of which 415 were included after initial screening and, after quality screening, 62 studies were included in the systematic review.
Unfortunately they found that “…none of the models identified are of potential clinical use due to methodological flaws and/or underlying biases.“
Their main findings were:
They then proceed to suggest a number of recommendations. The paper is well worth reading and is Open Access:
Top Solutions
This is an object detection and classification problem.
1st place solution + code by @morizin
2nd place solution by @ivanpan
Components: Detection models (YOLO-V4 ), Specialized detector for aortic enlargement, Multi-label classifier-based post-processing. Image size 1280.
2nd place by @dmytropoplavskiy
high image resolution was not necessary for pneumonia bounding box prediction.
2nd place + code by @lanjunyelan
classification and segmentation pipeline.
Classification: classify whether an image in related with pneumothorax or not. Multi-task model based on UNET (seresnext 50, seresnext101, efficientnet-b3
) with a branch for classifying. BCE + focal loss. Basic augmentation: hflip, scale, rotate, bright, blur
Segmentation: 2 base models: unet and deeplabv3. Loss: dice loss. Augmentation: same as classification
3rd place + code by @bestfitting
Segmentation
Resources :
Research Papers
Pabrikan | Tipe | Harga | Read / Write | TBW | Harga / TBW | Garansi |
Corsair | 4720000 | 3480/3000 | 400 atau 1440? | 11800 atau 3277? | 5 tahun | |
Corsair | MP600 NVMe PCIe M.2 SSD 2TB | 5500000 | 4950/4250 | 3600 | 1527 | 5 tahun |
Gigabyte | Aorus NVMe PCIe Gen 4 2TB |
6700000 |
5000/4400 | 3600 | 186 | 5 tahun |
V-Gen | SSD NVMe 2TB HYper | 4000000 | 3500/2500 | tidak jelas | – | 3 tahun |
vgscan
vgs
lvcreate -L 1000G -n data_volume2 ubuntu-vg
mkfs.xfs /dev/ubuntu-vg/data_volume2
mount /dev/ubuntu-vg/data_volume2 /data