Pinned Repositories
3D-model-viewer
Computer graphics experiment.3D model viewer based on OpenGL and MFC.IDE:Visual Studio 2013
admm-for-lasso
The implement of admm for lasso by Python, based on MATLAB scripts on https://web.stanford.edu/~boyd/papers/admm/ (Example5)
autoencoder_practice
AutoEncoder implements by keras. Including AE, DAE, DAE_CNN, VAE, VAE_CNN, CVAE, Sparse AE, Stacked DAE.
ChatRoom
基于TCP和UDP协议的点对点聊天室,关键词:socket编程、TCP/UDP协议、计网实验
DeepLearningStudy
Deep Learning practices, based on the book “Getting Started and Best Practices with Tensorflow for Deep Learning”
MFCDrawLine
Computer graphics experiment.Bresenham, DDA and Midpoint draw line based on OpenGL and MFC.IDE:Visual Studio 2013
Resource-Management-System
教学资源管理系统,By Java
rms_django
ResourceManagementSystem 2.0. Implemented by Python and Django. Front-end template can be found here https://github.com/CLaraRR/BackgroundManagementSystem-template. Also the version1.0 can be found here https://github.com/CLaraRR/Resource-Management-System, which is implemented by Java.
RNN-IMDB
Movie reviews sentiment classification. Based on Keras, RNN, dataset: IMDB
xiaozao-data-analysis
This repo includes several data analysis projects during my class in XiaoZao, a data analysis course learning platform in China. Please feel free to check it out!
CLaraRR's Repositories
CLaraRR/Resource-Management-System
教学资源管理系统,By Java
CLaraRR/autoencoder_practice
AutoEncoder implements by keras. Including AE, DAE, DAE_CNN, VAE, VAE_CNN, CVAE, Sparse AE, Stacked DAE.
CLaraRR/ChatRoom
基于TCP和UDP协议的点对点聊天室,关键词:socket编程、TCP/UDP协议、计网实验
CLaraRR/3D-model-viewer
Computer graphics experiment.3D model viewer based on OpenGL and MFC.IDE:Visual Studio 2013
CLaraRR/admm-for-lasso
The implement of admm for lasso by Python, based on MATLAB scripts on https://web.stanford.edu/~boyd/papers/admm/ (Example5)
CLaraRR/MFCDrawLine
Computer graphics experiment.Bresenham, DDA and Midpoint draw line based on OpenGL and MFC.IDE:Visual Studio 2013
CLaraRR/twitter-sentiment-dataset
This repository summarizes some public text sentiment analysis datasets including twitter and sinaweibo(Chinese) sentiment datasets. Some datasets are collected from Internet and some are crawled by myself using GooSeeker which is a web crawler software.Welcome everybody to download!
CLaraRR/xiaozao-data-analysis
This repo includes several data analysis projects during my class in XiaoZao, a data analysis course learning platform in China. Please feel free to check it out!
CLaraRR/LeetCode-Practice
这是我在LeetCode平台上的练习,关键词:java语言,eclipse
CLaraRR/DeepLearningStudy
Deep Learning practices, based on the book “Getting Started and Best Practices with Tensorflow for Deep Learning”
CLaraRR/rms_django
ResourceManagementSystem 2.0. Implemented by Python and Django. Front-end template can be found here https://github.com/CLaraRR/BackgroundManagementSystem-template. Also the version1.0 can be found here https://github.com/CLaraRR/Resource-Management-System, which is implemented by Java.
CLaraRR/RNN-IMDB
Movie reviews sentiment classification. Based on Keras, RNN, dataset: IMDB
CLaraRR/3D-object-display
Computer graphics experiment.3D object display and geometric transformation based on OpenGL and MFC.IDE:Visual Studio 2013
CLaraRR/BackgroundManagementSystem-template
A beautiful and practical HTML/CSS template for background management system development. It contains a variety of components, UI elements, forms, tables, charts and so on.
CLaraRR/BPapp
CLaraRR/C-plus-plus-practice
C++ daily practice. Including LeetCode, PAT and some data structures implements.
CLaraRR/clararr.github.io
my tech blog.
CLaraRR/CNN-MNIST
Handwritten digits recognition. Using Keras and CNN, dataset: MNIST
CLaraRR/CNN-WarningShortText-ch
Alarm short text classification. Using Keras and CNN, datasets: Alarm short text in Chinese
CLaraRR/DjangoAuthExample
Personal learning: This example implements user registration, login, logout, password change, password reset, etc.Reference: https://github.com/zmrenwu/django-auth-example
CLaraRR/JavaPractise
平时练习
CLaraRR/kaggle-solutions
🏅 Collection of Kaggle Solutions and Ideas 🏅
CLaraRR/Keras-GAN
Keras implementations of Generative Adversarial Networks.
CLaraRR/MailServer
by NetPower
CLaraRR/Mining-the-Social-Web-2nd-Edition
The official online compendium for Mining the Social Web, 2nd Edition (O'Reilly, 2013)
CLaraRR/MyBlog
Build a simple blog by using Python and Django. Reference: https://github.com/zmrenwu/django-blog-tutorial
CLaraRR/Named-Entity-Recognition
CLaraRR/NetProgrameServer
网络编程课程项目的服务器端
CLaraRR/NewBlog
Built a new blog using a more beautiful front-end web template. Still using Python and Django to implement it. Reference: https://github.com/zmrenwu/django-blog-tutorial
CLaraRR/patternrecognition_matlab
pattern recognition practice by matlab