自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Chae's Blog

博客均为本人的学习笔记,若是有错误被读者发现,本人虚心接受并积极修改!

  • 博客(29)
  • 收藏
  • 关注

原创 My blog has been migrated to GitHub.

All are welcome to visit my new blog site.😇

2022-12-14 11:58:52 236

原创 [ML] 基于SVM的传统ML方法完成情感分析任务(包含所有数据集,从0开始构建,可放心食用!)

本文将使用实现:包含数据预处理,模型构建等一系列操作,从0开始构建了完整的项目。🌹,让我们共同进步!!⛽️。本文的最后,挂出了使用的数据集,所以读者可以放心食用~ 🤠。

2022-11-15 21:46:10 1457

原创 [NN] 多分类问题:基于PyTorch的多层神经网络完成iris数据集训练和测试

使用PyTorch解决iris数据集的多分类问题。

2022-11-13 15:25:10 1956 4

原创 [Algorithm] 哥德巴赫猜想的验证(使用Python从0开始实现)

哥德巴赫猜想(使用Python从0开始实现)

2022-07-02 17:29:33 13279 1

原创 [Algorithm] 科学家的h-index的理解与算法实现(Python)

h-index的理解与算法实现。

2023-06-03 16:32:23 1040 1

原创 [Algorithm] NPC问题 --- 集合覆盖问题

集合覆盖问题(使用贪婪算法)。

2023-03-02 11:25:57 387

原创 [Spring] 2. SpringBean的配置详解

SpringBean的配置详解

2023-02-21 15:07:48 206

原创 [Spring] 1. 什么是BeanFactory和ApplicationContext?之间的关系是什么?

BeanFactory && ApplicationContext的使用和区别

2023-02-20 21:32:45 383

原创 [NLP] Transformer,使用PyTorch从0开始实现整体框架

从0开始实现Transformer。

2023-02-14 14:03:43 570 2

原创 [OpenCV] 在DataSpell (PyCharm)使用CV2的时候“代码不提示 + 看不了源码”的解决方案

[OpenCV] 在DataSpell (PyCharm)使用CV2的时候“代码不提示 + 看不了源码”的解决方案

2023-02-10 15:17:53 621 3

原创 [Java] JDBC的使用方法,“仅需无脑复制,即可链接MySQL” (最易方法 & 优化方法)

Java连接MySQL(JDBC),“无脑复制,即可链接”。

2023-02-01 18:41:06 309

原创 [Algorithm] How should we think about recursion? (Contains two algorithm questions)

Recursion

2023-01-14 16:04:19 131

原创 [RL] The Study note of Reinforcement Learning.

The study note on reinforcement learning.

2023-01-13 18:17:33 235 2

原创 [Java] String类型的超长数字的操作思想

[Java] String类型的超长数字的操作思想。

2023-01-08 19:46:18 331

原创 [English] (1) on, off, in, out, at 介词的深度理解

on, off, in, out, at 介词深度理解

2023-01-02 14:39:01 1228

原创 [Java] 员工管理系统

今天,让我们存粹的使用数组来完成员工管理系统吧!😇

2022-12-30 20:55:43 1304

原创 [NLP] Summary of the input details of embedding layer, LSTM layer.

Today, I summarize the details of the problems I encountered through the NLP experiments I did before. Although it is a small detail, it will determine whether the experiment can go on or not, so it is very important for us. 🏫

2022-12-07 22:49:50 703 2

原创 [NLP] Sentiment classification using LSTMs and torchtext

Today I want to use LSTM to do sentiment classification on the IMDB dataset. 😇

2022-12-06 23:10:09 271

原创 [NLP] Description and implementation of LSTM neural network.

Today I intend to move from an intuitive understanding of LSTM to its implementation with PyTorch, and I believe readers can get substantial help through this blog.

2022-12-04 19:30:12 475

原创 [NN] What is Gradient exploding & Gradient vanishing? and how to solve it?

Gradient exploding and vanishing!

2022-12-03 21:02:29 343 2

原创 [NLP] Teach RNN to output ‘ihello‘ when ‘hihell‘ is entered.

[NLP] Teach RNN to output 'ihello' when 'hihell' is entered.

2022-12-01 23:28:51 391

原创 [NLP] Predicting trigonometric functions with RNNs

RNNs are neural networks being affected by h(t-1) and x(t).

2022-12-01 00:51:16 554

原创 [CV] How to Develop a CNN From Scratch for CIFAR-10 Photo Classification in PyTorch?

(Computer Vision) How to Develop a CNN From Scratch for CIFAR-10 Photo Classification in PyTorch?

2022-11-26 23:00:18 538

原创 [PyTorch] The confusion of the parameter “dim” in PyTorch. ‍

The confusion of the parameter “dim” in Pytorch. 😮‍💨。

2022-11-21 18:59:44 414

原创 [PyTorch] How can I reduce the memory processing large dataset(Array, Tensor, etc.) in PyTorch?

How can I reduce the memory processing large dataset(Array, Tensor, etc.) in PyTorch?

2022-11-20 19:00:55 364

原创 [CV] Read the “ImageNet Classification with Deep Convolutional Neural Networks“ paper. (计算机视觉经典论文01)

AlexNet(计算机视觉经典论文)

2022-11-15 19:43:24 668 2

原创 [Paper] How to read a paper efficiently?(如何高效的阅读论文?)

How to read papers efficiently? (如何高效的读论文?)

2022-11-15 16:47:18 355

原创 [PyTorch] 使用PyTorch求解函数的偏微分

使用PyTorch求解函数的偏微分

2022-01-11 14:28:57 1209

原创 [Python] 信息论:计算机自信息,信息熵,对比中文和英文信息熵。

#1. 编写自信息量计算的函数(可以使用任意编程语言)#2. 编写计算信息熵的函数(要求:其中的自信息量的计算要调用前面定义的函数#3.读取英文文本文件的内容,统计文本中每个字符出现的频率,做为无记忆信源一的输出概率分布并保存#4.读取中文文本文件的内容,统计文本中每个字符出现的频率,做为无记忆信源二的输出概率分布并保存.

2021-11-19 09:57:08 3215

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除