分类

keep hungry keep foolish
C

SSH基础知识:使用SSH服务器,客户端和密钥

SSH Essentials: Working with SSH Servers, Clients, and Keys


java_问题

java_QA


拒绝数学界的诺贝尔奖-菲尔茨奖和百万美元悬赏的真正数学天才-佩雷尔曼

The real mathematical genius who refused the Nobel-Fields Prize and the million-dollar bounty in mathematics - Perelman


A PyTorch implementation of deep Q-learning Network (DQN) for Atari games

A PyTorch implementation of deep Q-learning Network (DQN) for Atari games


install swig and box2d-py for windows

install swig and box2d-py for windows


数据结构-C复习-学生成绩表-链表

linked based student list


数据结构-C复习-学生成绩表-数组

Array based student list


3小时学会C语言精华

Master C in three hours


C程序实例7-多维(二维)数组名是什么指针?

which pointer of the name of multidimensional arrays


C程序实例2-删除有序数组中的重复元素

C Example 2 . Remove Duplicates from Sorted Array


C程序实例1-输入输出所有基本数据类型

C Example 1 . input output of all basic data types


10. 输入输出

10. IO(in/outpot)


9. C语言教程-动态内存分配

9. Dynamic memory alloc


8. C语言教程-结构

8. struct


7. C语言教程-指针

7. Pointer


6. C语言教程-数组

6. Array


5. C语言教程-函数

5. function


4. C语言教程-循环

4. Loop


3. C语言教程-条件

3. Conditionals


2. C语言教程-我们来计算吧

2. Let's Compute


1. C语言教程-第一个程序

1. First Program


sublime配置MinGW搭建C/C++编程环境

Configure MinGW GCC in Subliem


0. C语言教程-C语言介绍

0. Introduction to C Language


C语言教程

C Tutorial


DS

课程促销活动

课程促销活动


C++大作业代码(4) 打地鼠、坦克大战

C++大作业代码(4) 打地鼠、坦克大战


C++大作业代码(3)-雷电战机游戏等

C++大作业代码(3)-雷电战机游戏等


C++大作业代码(2) 2048游戏、图书管理程序等

C++大作业代码(2) 2048游戏、图书管理程序等


Let's Learn English(VOA Learning English)

Let's Learn English(VOA Learning English)


公开课

open course


多维数组的C++17代码

A simple implementation of multidimensional array in C++ 17


数据结构之排序

sort algorithm in Data structure


开放课程合集

All Open Courses till now


数据结构'网易云课堂'开通上线

Data structure


数据结构-C语言复习

review of C


数据结构-优先队列的实现

priority queue


数据结构-队列的应用-农夫过河问题

Farmer across river


数据结构-线性查找和二分查找

linear search and ninary search


数据结构-栈的应用-迷宫问题

Maze Problem


数据结构-排序

Sort


数据结构-栈的应用-表达式求值

Expression Evaluation


数据结构-字符串

String


数据结构-多维数组

Array


数据结构-图的创建和Dijkstra最短路径算法

Graph Creation and Dijkstra Algorithm


数据结构-哈希表Hash Table

Hash Table


数据结构-哈夫曼编码

Huffman Coding


数据结构-二叉树

Binary Tree


数据结构-二叉查找树

Binary search tree


数据结构-线性表的链式实现(链式表)

Linked list


线性表的逆置(反转)

convert list


数据结构-栈的顺序实现(顺序栈)

Array implementation for stack


数据结构-栈的链式实现(链式栈)

Linked Stack


数据结构-线性表的顺序实现(顺序表)

Array based list


Python

Python极简入门.md

A minimalist introduction to Python


基于递归深度优先搜索(回溯法)求解迷宫问题,代码结合动画演示

Solve the maze problem based on recursive depth-first search (backtracking method), code combined with animation demonstration


Python程序设计基础与实践(预览版)-勘误表

Python程序设计基础与实践(预览版)-勘误表


Python程序设计基础与实践-目录

Python程序设计基础与实践-目录


吴恩达的房屋价格预测数据

dataset of house prices for Predict housing prices from Andrew Ng


Python程序设计基础与实践-目录

    "Python Programming Basic and practice-catlog"


Python程序设计基础与实践-1.4字符的表示

    "Python Programming Basic and practice-Representation of Char"


Python程序设计基础与实践-1.3数的表示

    "Python Programming Basic and practice-Representation of Number"


Python程序设计基础与实践-1.2安装和解释器

    "Python Programming Basic and practice"


      "使用谷歌云端虚拟机Colaborator运行机器学习、人工智能项目"

    "using google Colaborator to programming for machine learning and deep leanring"


      "Deep Neural Network for Image Classification Application"

    "Deep Neural Network for Image Classification Application"


      "模仿C++的string实现一个字符串String类"

    "Implement a class String similar to c++ string"


      "Logistic Regression with a Neural Network mindset"

    "Logistic Regression with a Neural Network mindset"


      "Stanford 231课程:Python Numpy Tutorial教程"

    "cs231 course:Python Numpy Tutorial"


      "(译文)线性和多项式回归中的学习曲线"

Learning Curves in Linear & Polynomial Regression


Python教程-List

Python tutorial-List


    "简单的Python爬虫程序"

a simple web crawler with python


8 皇后问题

8-Queens Problem (recursion)


用Python从零开始创建区块链

Learn Blockchains by Building One


Python 资源

Python resources


开放课程合集

All Open Courses till now


Python教程-如何编辑运行python程序?

How to run Python program


Python教程-7. 数据结构.

Data structure


Python教程-6. 函数

Functions


Python教程-5. 控制语句

control_flow


Python教程-4. 列表List

List


Python教程-3. Python初步

Introduction to Python


Python教程-2.Python解释器

Python_Interpreter


Python教程-1. Python是什么

What is Python


DL

”解剖深度学习原理-从0实现深度学习库“的资源信息

”解剖深度学习原理-从0实现深度学习库“的资源信息


Seq2Seq模型:基于注意力机制的解码器

Seq2Seq模型:基于注意力机制的解码器


”解剖深度学习原理-从0实现深度学习库“配套视频课程

”解剖深度学习原理-从0实现深度学习库“配套视频课程


比较Pytorch和我的卷积实现

Comparison of my convolution implementation to pytorch


如何用google colab运行你的深度学习代码

how to use google colab for your deep learning


test the deep learning library. in my book

test the deep learning library. in my book


The implementation of LSTM from scratch(LSTM的实现代码)

The implementation of LSTM from scratch(LSTM的实现代码)


人脸相关论文

Face related papers


生成对抗网络 generative adversarial network (GAN)

generative adversarial network (GAN)


编程公开课:C/C++/Python、数据结构、安卓等

编程公开课:C/C++/Python、数据结构、安卓等


      面向深度学习的数学基础

    Mathematical basics for deep learning


      logistic regression逻辑回归的公式推导

    Derivation of Logistic Regression


如何删除windows 系统上的EFI系统分区

How to Delete EFI System Partition in Windows


新书“深度学习理论、实现与实战”目录

新书“深度学习理论、实现与实战”目录


      "Building your Deep Neural Network Step by Step"

    "Building your Deep Neural Network Step by Step"


      "Planar data classification with one hidden layer"

    "Planar data classification with one hidden layer"


从头训练一个简单的线性回归模型

Training a Simple Linear Regression Model From Scratch