Pinned Repositories
EdTok
The EdTok aims to spread more knowledge in the form of short videos, helping users to utilize their leisure time to gain some interesting things through enjoyable ways. Users can follow any other users on the platform, find who has followed them and who they are following. Users share their work or expertise by uploading videos to the app and others can find it, respond (similar to a like button) to it if they like it, or make a comment on it.
antra_rest_api
Homework at Antra for practicing rest api design
daily_practice_python_numpy
gnn_MPNN
MNIST-CNN
First attempt to build Convolutional Neural Network(CNN)
PyG_GNN_toy_model
Follow tutorial of Pytorch_Geometric, a toy model
Recommedation_System
spring-dynamoDB-demo
t-SNE
t-SNE is similar to PCA in that they both reduce high-dimensional features into low-dimensional features. However, the difference between t-SNE and PCA is that after using t-SNE, the inner cluster distance will be increased and inter clusters distance will shrink. And t-SNE's time complexity is much more than PCA.
SoochowRobin's Repositories
SoochowRobin/spring-dynamoDB-demo
SoochowRobin/t-SNE
t-SNE is similar to PCA in that they both reduce high-dimensional features into low-dimensional features. However, the difference between t-SNE and PCA is that after using t-SNE, the inner cluster distance will be increased and inter clusters distance will shrink. And t-SNE's time complexity is much more than PCA.
SoochowRobin/antra_rest_api
Homework at Antra for practicing rest api design
SoochowRobin/daily_practice_python_numpy
SoochowRobin/datascrap
SoochowRobin/Recommedation_System
SoochowRobin/Django_basic_practice
This project is created by practicing some basic operations after learning Django.
SoochowRobin/hw3
HW3: rest api for postrequest and with two junit test
SoochowRobin/JavaPractice
This repository is used to store some basic review of Java programming language. I have been using Python during last 2 years and I want to grasp some basic operation about Java to further learning SpringBoot framework etc.
SoochowRobin/JavaSE
This is a repository created for JavaSE basic knowledge. This repository will contain several packages: basic, collections, map, leetcode etc.
SoochowRobin/JDBC
Use JDBC to connect DB and execute Query/Update SQL.
SoochowRobin/Junit_Mockito_Integration_test
SoochowRobin/matplotlib_practice
This repository contains files to practice matplotlib which is powerful at drawing pictures
SoochowRobin/Messag_Queue_Section
Message Queue section includes two broker systems in marketing: Kafka and RabbitMQ. And use spring boot to build a microservice architecture to implement asynchronous communication between services.
SoochowRobin/mimic_JDBC
This repository is to mimic the working essence of JDBC. SUN define Interface, Java developer write codes according to API, also for developers in database companies.
SoochowRobin/node_js
node.js projects
SoochowRobin/numpy_practice
This repository contains jupyter notebook files which record my learning process for Numpy library
SoochowRobin/PrintNumChar
Antra thread assignment
SoochowRobin/python-blockchain
SoochowRobin/python_fluency
Python Fluency is a python tutorial book to guide me through mastering basic and advanced python skills. And I want to use this repository to store some practical code for such book.
SoochowRobin/react_project
This is an front_end project followed from Coursera.
SoochowRobin/recursive_get_files_in_folder
Practice how to recursively get all files in a folder which contains many sub-folders.
SoochowRobin/rest_api_2.0
Improvement on REST API(students_courses, many2many)
SoochowRobin/RobinBlog
SoochowRobin/Serverless-Lambda-Python
This repository is stored a SAM yml file as well as Lambda handler function written in Python.
SoochowRobin/spring_cloud_config_repo
Spring_Cloud_Project is a toy project of Spring Cloud with component service like Service Registry & Discovery and Spring Config Center.
SoochowRobin/titanic_prediction
SoochowRobin/tomcat_image
This repository stores my practice of using Docker to build tomcat image
SoochowRobin/weather-config-server
This is used for config server for weather project
SoochowRobin/weather-project