• Stars
    star
    1
  • Language
    Java
  • License
    Apache License 2.0
  • Created about 6 years ago
  • Updated about 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A lite token based API server lib.

More Repositories

1

LiteNN

A Lite ,easy for learning neural networks Implementation project.
C++
6
star
2

chatGPTCodeCopilot

using chatGPT to help coding
Python
5
star
3

AI-Tutorial-Perceptron

This is a hard coding version of Sigmoid Perceptron. It is just for "Hello World" for the A.I beginners.
Java
5
star
4

AI-Tutorial-Multilayer-Perceptron

This is a hard coding version of Sigmoid Multilayer Perceptron with 2 input *2 hideen *1 output that can slove XOR problem. It is just for "Hello World" for the A.I beginners.
Java
4
star
5

AI-Tutorial-VanillaRNN

This is a break down / hard coding version of an RNN with three timesteps and solving the binary addition problem.
Python
3
star
6

AI-Tutorial-Tess4J-Example

A Hello World of Tess4j Example
Java
2
star
7

AI-Tutorial-Multilayer-Perceptron-Numpy-Version-

This is a 3 layer MLP Neural Network using only Numpy that can help us understand the principle of the neural network.
Python
2
star
8

AI-Tutorial-PerceptronGUI

This is a Perceptron with JavaFX GUI and error chart to observe the SGD training.
HTML
2
star
9

AI-Tutorial-Python-Data-Science-Basic

This is a series of Python tutorial for basic data science.
Python
1
star
10

AI-Tutorial-Multiple-Linear-Regression

A basic multiple linear regression example. the training data was from mubaris
Python
1
star
11

RNN_Example

A basic sample RNN build from scratch using Java.
Java
1
star
12

LiteMatrix

A pure java object-oriented matrix computing and numerical analysis lib.
HTML
1
star
13

OpenCV-Tutorial-Canny

Canny Filter Use Example of OpenCV 3
C++
1
star
14

AI-Tutorial-Multilayer-Perceptron-Numpy-Batch-Version

This is a 3 layer MLP Neural Network using only Numpy that can help us understand the principle of the neural network.This is a version that processes the data by full batch which is more easier than the older version.
Python
1
star