jjzjj

understanding

全部标签

Tencent AI Lab and its NLP Development in Text Understanding, Text Generation, and Machine T

Duringthelastdecadeorso,artificialintelligence(AI)hasexperiencedarenaissance,withsubstantialtechnologicaladvancementsalsoarisinginnaturallanguageprocessing(NLP).Inadditiontospawningmoredigitalscenarioapplications,suchaschatbotsandintelligentwriting,advancesinNLPhaveresultedindramaticimprovementsinma

Tencent AI Lab and its NLP Development in Text Understanding, Text Generation, and Machine T

Duringthelastdecadeorso,artificialintelligence(AI)hasexperiencedarenaissance,withsubstantialtechnologicaladvancementsalsoarisinginnaturallanguageprocessing(NLP).Inadditiontospawningmoredigitalscenarioapplications,suchaschatbotsandintelligentwriting,advancesinNLPhaveresultedindramaticimprovementsinma

理解梅尔谱图 Understanding the Mel Spectrogram

理解梅尔谱图(UnderstandingtheMelSpectrogram)文章中的示例音频音频文件信号信号就是某一特定量随时间变化。对于音频来说,这个特定的变化量就是气压。那我们如何去数字化地捕获这些信息呢?我们可以在某个时间段内对气压进行采样。我们采集数据的采样率是可以变化的,但是最常用的是44.1kHz(每秒采集44100个样)。我们采集到的信号叫做波形(waveform),并且它可以通过计算机软件进行解释,修改和分析。importlibrosaimportlibrosa.displayimportmatplotlib.pyplotasplty,sr=librosa.load('Cant

理解梅尔谱图 Understanding the Mel Spectrogram

理解梅尔谱图(UnderstandingtheMelSpectrogram)文章中的示例音频音频文件信号信号就是某一特定量随时间变化。对于音频来说,这个特定的变化量就是气压。那我们如何去数字化地捕获这些信息呢?我们可以在某个时间段内对气压进行采样。我们采集数据的采样率是可以变化的,但是最常用的是44.1kHz(每秒采集44100个样)。我们采集到的信号叫做波形(waveform),并且它可以通过计算机软件进行解释,修改和分析。importlibrosaimportlibrosa.displayimportmatplotlib.pyplotasplty,sr=librosa.load('Cant

GopherCon SG 2019 "Understanding Allocations" 学习笔记

本篇是根据GopherConSG2019“UnderstandingAllocations”演讲的学习笔记。UnderstandingAllocations:theStackandtheHeap-GopherConSG2019-YouTube理解分配:栈和堆你的程序中有两种内存,栈内存和堆内存。go中,每个go程都会有一个栈空间,整个程序有一个堆空间。变量是在栈还是堆上负责堆垃圾回收的GC会导致整个程序的延迟,而不仅仅是创建垃圾的部分。你可能会担心你的代码在堆中产生了多少垃圾。什么时候需要优化要有benchmarks基准来证明你的程序不够快(有大量的堆内存分配),够快就不用多此一举了。你要先确

GopherCon SG 2019 "Understanding Allocations" 学习笔记

本篇是根据GopherConSG2019“UnderstandingAllocations”演讲的学习笔记。UnderstandingAllocations:theStackandtheHeap-GopherConSG2019-YouTube理解分配:栈和堆你的程序中有两种内存,栈内存和堆内存。go中,每个go程都会有一个栈空间,整个程序有一个堆空间。变量是在栈还是堆上负责堆垃圾回收的GC会导致整个程序的延迟,而不仅仅是创建垃圾的部分。你可能会担心你的代码在堆中产生了多少垃圾。什么时候需要优化要有benchmarks基准来证明你的程序不够快(有大量的堆内存分配),够快就不用多此一举了。你要先确
78910