1 1 1 1 1 1 1 1 1 1 Rating 0.50 (1 Vote)

Pandas 是基于 NumPy 的一个开源 Python 库,它被广泛用于快速分析数据,以及数据清洗和准备等工作。它的名字来源是由“ Panel data”(面板数据,一个计量经济学名词)两个单词拼成的。简单地说,你可以把 Pandas 看作是 Python 版的 Excel。

 

我喜欢 Pandas 的原因之一,是因为它很酷,它能很好地处理来自一大堆各种不同来源的数据,比如 Excel 表格、CSV 文件、SQL 数据库,甚至还能处理存储在网页上的数据。

 

上篇回顾:30分钟带你入门数据分析工具 Pandas(上篇),果断收藏!今晚发布的为下篇。希望对大家有帮助。

 

分组统计

1 1 1 1 1 1 1 1 1 1 Rating 0.00 (0 Votes)

In the previous post, we discussed various steps of text processing involved in Nature Language Processing (NLP) and also implemented a basic Sentiment Analyzer using some of the classical ML techniques.

Deep learning has demonstrated superior performance on a wide variety of tasks including NLP, Computer Vision, and Games. To explore further, we will discuss and use some of the advanced NLP techniques, based on Deep Learning, to create an improved Sentiment Classifier.

1 1 1 1 1 1 1 1 1 1 Rating 0.00 (0 Votes)

2018,仍是AI领域激动人心的一年。

这一年成为NLP研究的分水岭,各种突破接连不断;CV领域同样精彩纷呈,与四年前相比GAN生成的假脸逼真到让人不敢相信;新工具、新框架的出现,也让这个领域的明天特别让人期待……近日,Analytics Vidhya发布了一份2018人工智能技术总结与2019趋势预测报告,原文作者PRANAV DAR。量子位在保留这个报告架构的基础上,对内容进行了重新编辑和补充。这份报告总结和梳理了全年主要AI技术领域的重大进展,同时也给出了相关的资源地址,以便大家更好的使用、查询。报告共涉及了五个主要部分:

  • 自然语言处理(NLP)
  • 计算机视觉
  • 工具和库
  • 强化学习
  • AI道德

下面,我们就逐一来盘点和展望,嘿喂狗~

自然语言处理(NLP)

1 1 1 1 1 1 1 1 1 1 Rating 0.00 (0 Votes)

Text Processing is one of the most common task in many ML applications. Below are some examples of such applications.

Language Translation: Translation of a sentence from one language to another.
Sentiment Analysis: To determine, from a text corpus, whether the  sentiment towards any topic or product etc. is positive, negative, or neutral.
Spam Filtering:  Detect unsolicited and unwanted email/messages.