clustering algorithm, decision tree
deep learning
linear regression
probability and Bayes
introduce several AI methods and provide self-learning material
Use Python to complement simple AI problem
primary research company going to add a comments feature function include 1. create comments 2. edit comments 3. login require 4.public comments
- download this repo
- download mysql in your local db
- create a database named
- import the comment table and users table to the comments database
- open with intellij
- build and click run
- Spring boot to create the repo
- Spring JPA for the data layer
- Spring security to the login/register
- MySQL for the database
- Bootstrap for some page layouts
In the development, I read open source code and used them in my project, thanks for the authors