Dive into Deep Learning
Dive into Deep Learning An interactive deep learning book with code, math, and discussions, based on the NumPy interface. https://d2l.ai/
Dive into Deep Learning An interactive deep learning book with code, math, and discussions, based on the NumPy interface. https://d2l.ai/
URL: https://idao.world/ Higher School of Economics and Yandex are proud to announce the 3rd international data analysts olympiad. The event is open to all teams and individuals, be they undergraduate, postgraduate or PhD students, company employees, researchers or new data scientists, . The event aims to bridge the gap between the all-increasing complexity of Machine … Lanjutkan membaca IDAO: International Data Analysis Olympiad
LINK: https://www.drivendata.org/competitions/60/building-segmentation-disaster-resilience/
Link: https://www.drivendata.org/competitions/59/camera-trap-serengeti/ Overview Leverage millions of images of animals on the Serengeti to build a classifier that distinguishes between gazelles, lions, and more! In this competition, participants will predict the presence and species of wildlife in new camera trap data from the Snapshot Serengeti project, which boasts over 6 million images. Camera traps are motion-triggered … Lanjutkan membaca DrivenData: Hakuna Ma-data: Identify Wildlife on the Serengeti with AI for Earth
National Data Science Challenge: https://careers.shopee.co.id/ndsc/ The objectives of the National Data Science Challenge (NDSC) are to: Bring the tech community closer through working together and knowledge sharing Provide an environment for the development of creative new ideas in Data Science Equip students and professionals with essential technical skills and expertise to prepare them for Industry … Lanjutkan membaca National Data Science Challenge
A new competition from crowdanalytix: https://www.crowdanalytix.com/contests/gamma-log-facies-type-prediction
Deep Learning for Climate Adaptation: Detecting Drought from Space The challenge The dataset contains about 100,000 satellite images of Northern Kenya in 10 frequency bands, collected by the International Livestock Research Institute. Local experts (pastoralists, or nomadic herders) manually labeled the forage quality at the corresponding geolocations—specifically, the number of cows from {0, 1, 2, … Lanjutkan membaca Collaborative Challenge: Detecting Drought from Space
Berikut ini beberapa buku data mining yang nampaknya bagus (dari situs http://christonard.com/12-free-data-mining-books/): An Introduction to Statistical Learning with Applications in R by James, Witten, Hastie & Tibshirani – . 426 Pages. The Elements of Statistical Learning by Hastie, Tibshirani & Friedman – 745 Pages. A Programmer’s Guide to Data Mining by Ron Zacharski – Probabilistic … Lanjutkan membaca Buku Gratis Data Mining
At the moment of writing this article, default installation in Ubuntu 18.04.03 will give you Redmine version 3.4.4.-stable Installing Redmine 3.4.4-stable in 18.04.03 Use live server ISO (ubuntu-18.04.3-live-server-amd64.iso) # reference: How to Install Redmine on Ubuntu step by stepapt-get update apt-get upgrade # install dependencies apt install apache2 software-properties-common ruby-rmagick mysql-server mysql-client mysql-common ruby-dev build-essential … Lanjutkan membaca Instalasi Redmine 3.4.4-stable di Ubuntu 18.04.03
Prosedur instalasi Redmine di Ubuntu secara umum dapat dibaca di http://www.redmine.org/projects/redmine/wiki/howto_install_redmine_on_ubuntu_step_by_step , namun untuk setiap versi Ubuntu ada kemungkina perbedaan-perbedaan kecil. Instalasi Aplikasi Pendukung Berikut ini proses instalasi aplikasi pendukung Redmine: Konfigurasi Apache edit file /etc/apache2/mods-available/passenger.conf existing: PassengerRoot /usr/lib/ruby/vendor_ruby/phusion_passenger/locations.ini PassengerDefaultRuby /usr/bin/ruby ditambah “PassengerDefaultUser www-data” menjadi: PassengerDefaultUser www-data PassengerRoot /usr/lib/ruby/vendor_ruby/phusion_passenger/locations.ini PassengerDefaultRuby /usr/bin/ruby tambahkan symlink: ln -s … Lanjutkan membaca Instalasi Redmine 4.01 di Ubuntu 19.04