分类

keep hungry keep foolish
C

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

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


java_问题

java_QA


算法设计与分析-教学大纲

algorithms design and analysis


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

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

      "1天赚钱4500元:网课销量暴增,日销售30份,收益4500元"

    "1天赚钱4500元:网课销量暴增,日销售30份,收益4500元"


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


AI

2024年目前最强的永久免费vless服务器:用CloudFlare Pages部署vless节点更简单的方法,永久免费上网,速度超快,不限流量,不用VPS和域名。

最简单 PagesCloudFlare部署Vless的教程


2024年最强永久免费 VPN,批量节点,舍我其谁?简单部署,傻瓜教程

在 CloudFlare Pages部署 VLESS 节点,设置自定义域


2024最强科学上网方法,用CloudFlare搭建永久免费Vless节点,无需VPS和域名,无流量限制,小白几分钟轻松搭建机场,优选域名,轻松解锁ChatGPT、netflix,看8K视频无压力.

最简单CloudFlare部署Vless的教程


白嫖CloudFlare:在 CloudFlare Workers 部署 VLESS 节点

在 CloudFlare Workers 部署 VLESS 节点


如何从视频中导出一张图片?如何从视频中截取一张图片?

How to export/extract a picture or a frame from a video?


炸裂了:阿里巴巴发布了超越HeyGen的最强肖像说唱技术EMO,只需一张肖像照片和一个音频,即可生成能说会唱的视频,看不出任何破绽!蒙娜丽莎、赫本、AI美女、莱昂纳多可以说唱了。

Shocking: A new breakthrough in Alibaba's EMO technology, which only requires a portrait photo and audio to generate a video that can speak and sing.


让照片开口说话:零成本AI制作爆款视频,无需文案与拍摄,月增粉10万的自媒体秘籍!

Let the photos speak: zero-cost AI to produce popular videos, no copywriting or photography required


2024年最新最强上网插件!完全免费、无流量限制、网速高达80万kbps、无需下载软件安装!沙盒浏览网页不怕病毒不怕木马了!

你值得拥有!


sora从文本生成视频

Introducing Sora, OpenAI text to video model


不写文案不配音不露脸不录视频,剪映AI免费一键创作视频

No need of scripts and no recording, Cutting AI create videos with one click.


如何购买租用美国私人地址?

anytimemailbox 美国私人邮箱地址申请和USPS 1583 公证的过程演示


如何购买美国实体手机卡ultra mobile paygo?每月仅需3美元。

可注册ChatGPT,可申请美国银行卡账户、PayPal、谷歌google voice


'Placement new operator' and emplace_back() in C++

emplace_back() of vector is used to construct an element in-place at the end of the vector.


Anatomy of Deep Learning Principles-Writing a Deep Learning Library from Scratch

has been translated into English, Japanese and published on leanpuband amazon


国内如何玩转各种AI工具?欧易USDT、虚拟信用卡Depay的开通申请教程,购买OpenAI API key、注册Chat GPT Plus等不用愁

Tutorial for opening and applying for a virtual credit card


无需手机号和邮箱,2分钟申请gmail谷歌账号

Apply for a gmail Google account in 2 minutes without a mobile phone number and email address


我的学生在Kaggle和阿里的人工智能比赛中取得第11名和第1名的好成绩

我的学生在Kaggle和阿里的人工智能比赛中取得第11名和第1名的好成绩


策略梯度Policy Gradient

策略梯度Policy Gradient


Entropy, cross Entropy and KL Divergence

Entropy, cross Entropy and KL Divergence


AlphaGo algorithm

AlphaGo algorithm


蒙特卡罗方法Monte Carlo methods

Monte Carlo methodsg


动态规划Dynamic Programming

Dynamic Programming


马尔可夫决策过程MDP

MDP


it

我的编程教学资源

My teaching resources on programming


几千个免费节点供你选择,一键订阅、永久免费、无需搭建、无需配置

Thousands of free nodes are available for you to choose from, so you no longer have to pay expensive fees to access the Internet.


最强开源大语言模型 Llama3来了,性能直逼GPT4。Llama3介绍、免费使用。对话、写故事、逻辑推理、编程问题测试

The most powerful open source large language model Llama3 is introduced and free to use. Conversations, story writing, logical reasoning, programming question tests


12个免费可商用的无版权素材网站

12 copyright-free material websites


Suno AI 作曲爆红全球,五音不全也可以称为音乐家,Suno 简单教程,5分钟学会填词谱曲

Suno AI composition has become popular all over the world. Tone deaf can also be called a musician. Suno simple tutorial, learn to write lyrics and compose music in 5 minutes


如何将三星手机投屏/投影到电脑上?windows 10 ”投影到此电脑“显示灰色的解决办法

How to project Samsung mobile phone screen to computer


视频换脸软件FaceFusion安装运行过程中的3个问题:下载载很慢安装无法完成,无法加载 onnxruntime_providers_shared.dll,找不到 zlibwapi.dll

Three problems during the installation and operation of the video face-changing software FaceFusion: the download is too slow to complete, onnxruntime_providers_shared.dll cannot be loaded, and zlibwapi.dll cannot be found.


4天痛苦的FaceFusion安装过程:下载很慢无法完成,无法加载 onnxruntime_providers_shared.dll,找不到 zlibwapi.dll

4 days of painful FaceFusion installation process: download is too slow to complete, onnxruntime_providers_shared.dll cannot be loaded, zlibwapi.dll cannot be found


剪映电脑版怎么将两个视频并排或多个视频放在同一个画面中?

How To Put Two Videos In One Screen?How to Create a Multi-screen Video?


Youtube编程视频字幕

Youtube编程视频字幕s


解剖深度学习原理、C++17从入门到精通、Python3从入门到实战的勘误

Errors in my books