原创 [ML&&DL]--Machine learning/Deep learning Open Courses Collection

1. cs 299: Machine Learning 2. cs 231n: Convolutional Neural Networks for Visual Recognition 3. cs 230: Deep learni

原创 [CPP]--Unicode 字符編碼

文章目錄1. 內容待續2. Reference 1. 內容待續 2. Reference 談編碼與 Unicode 標準 csdn 徹底弄懂 Unicode 編碼 csdn

原创 [ML]--梯度下降 GD 的理解和探究

文章目錄1. Content2. References 1. Content 2. References 深度理解機器學習“梯度下降” jianshu 一文讀懂梯度下降算法 cnblog – 有方向導

原创 [cpp]c++中的 _t 類的數據類型

文章目錄1. 簡介2.例子3.Reference 1. 簡介 _t 類的數據結構大都是用 typedef 來定義的,主要用於跨平臺時,平臺字長不一,會造成代碼不好維護的情況。 2.例子 一般整型對應的 *_t 類型有: unit8_

原创 [NLP]--NLP programming tutorial

文章目錄NLP programming tutorial1.課程地址2.幾個解答的 github NLP programming tutorial 1.課程地址 http://www.phontron.com/teaching.php

原创 C 中的內存操作函數-memcpy 等(to be continued)

文章目錄C中的內存操作函數1.memcpy()1.1 函數介紹1.2 示例代碼1.3 Reference C中的內存操作函數 1.memcpy() 1.1 函數介紹 void *memcpy(void*dest, const void

原创 機器學習書籍資料(自己正在讀的)---self-reading ML booklist ( To be continued )

###0.Introduction to ML & DL (both wholly and briefly) Foundations of Machine Learning–MIT Understanding Machine Lea

原创 [Machine Learning]--知識點疑問彙總[持續更新中]

[Machine Learning]–知識點彙總 1.邏輯迴歸是線性還是非線性? https://stats.stackexchange.com/questions/93569/why-is-logistic-regression-a

原创 [Machine Learning]--無監督學習

文章目錄無監督學習1.相關資源 無監督學習 1.相關資源 good books about unsupervised learning.Quora quotation begin Check out this old, bu

原创 [Math][Algebra]--線性代數中的各種空間

文章目錄線性代數中的各種空間1.幾個比較好的資源 線性代數中的各種空間 1.幾個比較好的資源 深刻理解各種空間 csdn 如何理解各個空間 csdn

原创 手機端移動框架簡介

文章目錄1. 手機端常用框架的評測:2.如何看待小米開源移動端 AI 框架 MACE3.騰訊 NCNN4. ARM NEON 編程指南4.1 ARM 官方文檔4.2 一個小例子 RGB 轉 Gray4.3 Android NDK 中有

原创 深度學習機器學習大牛

文章目錄1. Charu Aggarwal2. Charu Aggarwal 1. Charu Aggarwal Charu Aggarwal是位於紐約Yorktown Heights的IBM Watson研究中心的一名傑出的研究人

原创 Unix shell 編程相關命令

1. 命令移動到命令開頭和結尾 1.ctrl+a 開頭 2.ctrl+e 結尾

原创 tf.nn.softmax_cross_entropy_with_logits 和 tf.contrib.legacy_seq2seq.sequence_loss_by_example 的聯繫與區別

文章目錄0.函數介紹1.區別聯繫1.1 tf.nn.softmax_cross_entropy_with_logits1.2 tf.nn.sparse_softmax_cross_entropy_with_logits1.3 tf.c