Pinned Repositories
AsoMasterThesis
BayesSpam
python实现基于贝叶斯的简单垃圾邮件分类
cambricon
CNN-News-Classification
基于CNN的新浪新闻文本分类
DeepLearningForTSF
深度学习以进行时间序列预测
NLP_NewsTextClassification
天池-Datawhale 零基础入门NLP-新闻文本分类 最终榜Top10分享
PingAnFudan-GKJ
一键平安复旦,免去被辅导员盯着打卡的烦恼。
Pothole-Detection
This application focuses on real time detection of road surface anomalies like potholes, cracks or uneven surface. It uses accelerometer, gyroscope to calculate vibration of mobile device while moving across road.
studies
Notes of Develop/NLP/DeepLearning/Algorithms/LeetCodes
study
phsummer's Repositories
phsummer/studies
Notes of Develop/NLP/DeepLearning/Algorithms/LeetCodes
phsummer/study
phsummer/AsoMasterThesis
phsummer/BayesSpam
python实现基于贝叶斯的简单垃圾邮件分类
phsummer/cambricon
phsummer/CNN-News-Classification
基于CNN的新浪新闻文本分类
phsummer/DeepLearningForTSF
深度学习以进行时间序列预测
phsummer/NLP_NewsTextClassification
天池-Datawhale 零基础入门NLP-新闻文本分类 最终榜Top10分享
phsummer/PingAnFudan-GKJ
一键平安复旦,免去被辅导员盯着打卡的烦恼。
phsummer/Pothole-Detection
This application focuses on real time detection of road surface anomalies like potholes, cracks or uneven surface. It uses accelerometer, gyroscope to calculate vibration of mobile device while moving across road.
phsummer/PT_algorithm
phsummer/Smart-Accident-Detection-and-Prvention-System-using-Raspberry-pi
The idea of our project is to incorporate the safety measures of seatbelt detection and alcohol detection and alert message using IOT devices in vehicles to significantly reduce the risk of accidents happening. The first being the detection mechanism. It incorporates the safety measures of seatbelt detection using IR sensors and also tests the alcohol levels in inside the car using Gas detection sensors. It then uses algorithm to test if the alcohol level is below safety limit and then allows the car to advance. Another part of our project focuses on detection of accident. Vibration sensors incorporated in IOT devices inside the car checks for unexpected vibrations and detects accidents. It then proceeds GSM module to mail emergency contacts about the situation, coordinates by GPS module and time. Thus making road driving a lot more secure. We also added the false alarm to the system so that if any case we can say that the accident is false by switching ON it.We made the code in order to work faster and first priority is for accident detection .Since the project is wired in the car, our project is secured and the message sending security is depending on the telecommunication. The results of all the sensors are accurate if in the position implemented.
phsummer/Spam_Email_Classificaton
使用朴素贝叶斯、SVM、逻辑回归、RF、XGBoost、LightGBM的方法实现垃圾邮件分类任务,博客链接:https://blog.csdn.net/ljx0951/article/details/106116944
phsummer/texteditor
texeditor page
phsummer/texteditor-1
A text editor to Create, Open and Save a text file I built using the Tkinter library
phsummer/tkTextEdit
用python3写一个简单的文本编辑器吧