SunJackson Blog


  • 首页

  • 分类

  • 关于

  • 归档

  • 标签

  • 站点地图

  • 公益404

What R version do you really need for a package?

转载自:http://feedproxy.google.com/~r/RBloggers/~3/UyLTbVwHIK4/

Colin Gillespie


发表于 2018-11-01

At Jumping Rivers we run a lot of R courses. Some of our most popular courses revolve around the tidyverse, in particular, our Introduction to the tidyverse and our more advanced mastering course. We even trained over 200 data scientists NHS – see our case study for more details.

阅读全文 »

If you did not already know

转载自:https://advanceddataanalytics.net/2018/11/01/if-you-did-not-already-know-532/

Michael Laux


发表于 2018-11-01

Feature Sampling Deep Neural Networks (DNNs) thrive in recent years in which Batch Normalization (BN) plays an indispensable role. However, it has been observed that BN is costly due to the reduction operations. In this paper, we propose alleviating this problem through sampling only a small fraction of data for normalization at each iteration. Specifically, we model it as a statistical sampling problem and identify that by sampling less correlated data, we can largely reduce the requirement of the number of data for statistics estimation in BN, which directly simplifies the reduction operations. Based on this conclusion, we propose two sampling strategies, ‘Batch Sampling’ (randomly select several samples from each batch) and ‘Feature Sampling’ (randomly select a small patch from each feature map of all samples), that take both computational efficiency and sample correlation into consideration. Furthermore, we introduce an extremely simple variant of BN, termed as Virtual Dataset Normalization (VDN), that can normalize the activations well with few synthetical random samples. All the proposed methods are evaluated on various datasets and networks, where an overall training speedup by up to 20% on GPU is practically achieved without the support of any specialized libraries, and the loss on accuracy and convergence rate are negligible. Finally, we extend our work to the ‘micro-batch normalization’ problem and yield comparable performance with existing approaches at the case of tiny batch size. …

阅读全文 »

R Packages worth a look

转载自:https://advanceddataanalytics.net/2018/11/02/r-packages-worth-a-look-1321/

Michael Laux


发表于 2018-11-01

Computes Powell’s Generalized Synthetic Control Estimator (pgsc)Computes the generalized synthetic control estimator described in Powell (2017) <doi:10.7249/WR1142>. Provides both point estimates, and hypothes …

阅读全文 »

Why AI will not replace radiologists

转载自:http://feedproxy.google.com/~r/kdnuggets-data-mining-analytics/~3/CU50s1oSmxU/why-ai-will-not-replace-radiologists.html

Dan Clark


发表于 2018-11-01

By Hugh Harvey, MD.

阅读全文 »

Spam Detection with Natural Language Processing – Part 3

转载自:https://dimensionless.in/spam-detection-with-natural-language-processing-part-3/

Kartik Singh


发表于 2018-11-01

Building spam detection classifier using Machine learning and Neural Networks

阅读全文 »

Now use Pipe mode with CSV datasets for faster training on Amazon SageMaker built-in algorithms

转载自:https://aws.amazon.com/blogs/machine-learning/now-use-pipe-mode-with-csv-datasets-for-faster-training-on-amazon-sagemaker-built-in-algorithms/

Can Balioglu


发表于 2018-11-01

Amazon SageMaker built-in algorithms now support Pipe mode for fetching datasets in CSV format from Amazon Simple Storage Service (S3) into Amazon SageMaker while training machine learning (ML) models.

阅读全文 »

Upcoming Meetings in AI, Analytics, Big Data, Data Science, Deep Learning, Machine Learning: November and Beyond

转载自:http://feedproxy.google.com/~r/kdnuggets-data-mining-analytics/~3/Z4F4lvm195g/upcoming-meetings-ai-analytics-big-data-science-machine-learning.html

Gregory Piatetsky


发表于 2018-11-01

 

阅读全文 »

Tomorrow, Nov 8 Webinar: Transform Your Stagnant Data Swamp into a Pristine Data Lake

转载自:http://feedproxy.google.com/~r/kdnuggets-data-mining-analytics/~3/8XR0d2fh79Y/caserta-webinar-transform-data-swamp-lake.html

Gregory PS Editor


发表于 2018-11-01

Sponsored Post.

阅读全文 »

Distilled News

转载自:https://advanceddataanalytics.net/2018/10/31/distilled-news-898/

Michael Laux


发表于 2018-10-31

A Wake-Up Call for Software Development Practices?

阅读全文 »

How to Highlight 3D Brain Regions

转载自:http://feedproxy.google.com/~r/RBloggers/~3/EPqRS0Lov_I/

Matt.0


发表于 2018-10-31

Recently, I was reading Howard et. al., (2018) “Genome-wide meta-analysis of depression in 807,553 individuals identifies 102 independent variants with replication in a further 1,507,153 individuals� and saw a really cool 3D visualization of highlighted brain regions associated with depression:

阅读全文 »
1 … 144 145 146 … 398
SunJackson

SunJackson

3974 日志
5 分类
© 2018 - 2019 SunJackson