SunJackson Blog


  • 首页

  • 分类

  • 关于

  • 归档

  • 标签

  • 站点地图

  • 公益404

R Packages worth a look

转载自:https://analytixon.com/2018/11/09/r-packages-worth-a-look-1328/

Michael Laux


发表于 2018-11-09

Genetic Algorithms for Multivariate Statistical Models from Large-Scale Functional Genomics Data (galgo)Build multivariate predictive models from large datasets having far larger number of features than samples such as in functional genomics datasets. Tre …

阅读全文 »

Image segmentation based on Superpixels and Clustering

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

mlampros


发表于 2018-11-09

In this blog post, I’ll explain the new functionality of the OpenImageR package, SLIC and SLICO superpixels (Simple Linear Iterative Clustering) and their applicability based on an IJSR article. The author of the article uses superpixel (SLIC) and Clustering (Affinity Propagation) to perform image segmentation. The article was reproduced (and extended with Kmeans) using the latest versions of the OpenImageR and ClusterR packages.

阅读全文 »

T-mobile uses R for Customer Service AI

转载自:https://blog.revolutionanalytics.com/2018/11/t-mobile-uses-r.html

David Smith


发表于 2018-11-09

T-Mobile, the global telecommunication company, is using R in production to automatically classify text messages to customer service  and route them to an agent that can help. The AI@T-mobile team used the keras library in R to build a natural language processing engine with Tensorflow, and deployed it to production as a docker container. The MRAN Time Machine ensures the container gets fixed R package versions for reproducibility. 

阅读全文 »

Escaping the macOS 10.14 (Mojave) Filesystem Sandbox with R / RStudio

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

hrbrmstr


发表于 2018-11-09

If you’re an R/RStudio user who has migrated to Mojave (macOS 10.14) or are contemplating migrating to it, you will likely eventually run into an issue where you’re trying to access resources that are in Apple’s new hardened filesystem sandboxes.

阅读全文 »

“Recapping the recent plagiarism scandal”

转载自:https://andrewgelman.com/2018/11/09/recapping-recent-plagiarism-scandal/

Andrew


发表于 2018-11-09

Benjamin Carlisle writes:

阅读全文 »

What does a data scientist REALLY look like?

转载自:http://feedproxy.google.com/~r/kdnuggets-data-mining-analytics/~3/3DvOHtIDAZo/data-scientist-look-like.html

Dan Clark


发表于 2018-11-09

By Genevieve Hayes, Stitchdata.

阅读全文 »

simmer 4.1.0

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

Iñaki Úcar


发表于 2018-11-09

The 4.1.0 release of simmer, the Discrete-Event Simulator for R, is on CRAN. As per request in the mailing list, now get_global() is able to work inside a generator function. Moreover, the new add_global() method attaches a global attribute to a simulator.

阅读全文 »

Top 5 Trends in Data Science

转载自:https://dimensionless.in/top-5-trends-in-data-science/

Kartik Singh


发表于 2018-11-09

Top 5 trends in Data Science

阅读全文 »

Coding Regression trees in 150 lines of R code

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

André Bleier


发表于 2018-11-09

Motivation There are dozens of machine learning algorithms out there. It is impossible to learn all their mechanics, however, many algorithms sprout from the most established algorithms, e.g. ordinary least squares, gradient boosting, support vector machines, tree-based algorithms and neural networks. At STATWORX we discuss algorithms daily to evaluate their usefulness for a specific project. In any case, understanding these core algorithms is key to most machine learning algorithms in the literature.

阅读全文 »

Why would I ever NEED Bayesian Statistics?

转载自:https://peadarcoyle.com/2018/11/09/why-would-i-ever-need-bayesian-statistics/

Peadar Coyle


发表于 2018-11-09

Probabilistic Programming versus Machine Learning

阅读全文 »
1 … 125 126 127 … 398
SunJackson

SunJackson

3974 日志
5 分类
© 2018 - 2019 SunJackson