Pinned Repositories
CourseraML
I took Andrew Ng's Machine Learning course on Coursera and did the homework assigments... but, on my own in python because I love jupyter notebooks!
Data-Presentation
北京理工大学嵩天老师数据处理和展示练习代码
data-science-your-way
利用Python和R语言处理数据
deep-learning-keras-tensorflow
Introduction to Deep Neural Networks with Keras and Tensorflow
labVIEW-Machine-Learning
labVIEW做机器学习的实例
Mental_Health_Support_Chatbot
书生.浦语大模型实战营比赛代码
notes-python
中文 Python 笔记
Python-scientific-computation
《Python科学计算》第二版张若愚老师的演示代码
PythonDataScienceHandbook
Jupyter Notebooks for the Python Data Science Handbook
User-Python-Write-a-web-crawler
韦玮老师的《精通Python网络爬虫》配套代码
xiexiaoshinick's Repositories
xiexiaoshinick/Python-scientific-computation
《Python科学计算》第二版张若愚老师的演示代码
xiexiaoshinick/Mental_Health_Support_Chatbot
书生.浦语大模型实战营比赛代码
xiexiaoshinick/deep-learning-keras-tensorflow
Introduction to Deep Neural Networks with Keras and Tensorflow
xiexiaoshinick/yolov5-face-landmarks-opencv-v2
更新的yolov5检测人脸和关键点,只依赖opencv库就可以运行,程序包含C++和Python两个版本的
xiexiaoshinick/bgslibrary
A background subtraction library
xiexiaoshinick/BlazeFace-TFLite-Inference
Python scripts to detect faces in Python with the BlazeFace Tensorflow Lite models
xiexiaoshinick/CS20
CS20 : Tensorflow for Deep Learning Research의 내용 및 코드를 정리
xiexiaoshinick/DBFace
DBFace is a real-time, single-stage detector for face detection, with faster speed and higher accuracy
xiexiaoshinick/face_classification
Real-time face detection and emotion/gender classification using fer2013/imdb datasets with a keras CNN model and openCV.
xiexiaoshinick/face_recognition
The world's simplest facial recognition api for Python and the command line
xiexiaoshinick/facenet
Face recognition using Tensorflow
xiexiaoshinick/handson-ml2
A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in Python using Scikit-Learn, Keras and TensorFlow 2.
xiexiaoshinick/HyperNSFW
基于深度学习图片鉴黄 Caffe implementation of Not Suitable for Work (NSFW)
xiexiaoshinick/InternLM_Camp
书生.浦语大模型实战营
xiexiaoshinick/MentalHealth_InternLM2
书生
xiexiaoshinick/mmpose_mnn
c++ implementation of mmpose inference, for pose estimation based on MNN
xiexiaoshinick/nsfw
Suitable for Work (NSFW) classification
xiexiaoshinick/nsfw_model
Keras model of NSFW detector
xiexiaoshinick/nsfwjs
NSFW detection on the client-side via Tensorflow JS
xiexiaoshinick/NsfwSqueezenet
Caffe Squeezenet model for binary classification of pornographic/non-pornographic material
xiexiaoshinick/Occlusion_Net
Occlusion-Net: 2D/3D Occluded Keypoint Localization Using Graph Networks
xiexiaoshinick/ocr_TDR
好未来Feature Camp:中文手写汉字识别
xiexiaoshinick/OpenCV2-Python-Tutorials
This repo contains tutorials on OpenCV-Python library using new cv2 interface
xiexiaoshinick/PRNet
Joint 3D Face Reconstruction and Dense Alignment with Position Map Regression Network (ECCV 2018)
xiexiaoshinick/pyparis-2018-sklearn
PyParis tutorial on machine learning using scikit-learn
xiexiaoshinick/rocketmq-client-python
Apache RocketMQ python client
xiexiaoshinick/tensorflow-open_nsfw
Tensorflow Implementation of Yahoo's Open NSFW Model
xiexiaoshinick/two-stream-action-recognition-keras
Two-stream CNNs for video action recognition implemented in Keras
xiexiaoshinick/UDP-Pose
Official code of The Devil is in the Details: Delving into Unbiased Data Processing for Human Pose Estimation
xiexiaoshinick/yolov5-opencv-cpp-python
Example of using ultralytics YOLO V5 with OpenCV 4.5.4, C++ and Python