楊明翰 (whuang022ai)

whuang022ai

Geek Repo

Location:Taiwan Taipei

Home Page:https://1fly2sky.wordpress.com/

Github PK Tool:Github PK Tool

楊明翰's repositories

LiteNN

A Lite ,easy for learning neural networks Implementation project.

Language:C++License:Apache-2.0Stargazers:6Issues:1Issues:0

AI-Tutorial-Perceptron

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

Language:JavaLicense:Apache-2.0Stargazers:5Issues:2Issues:0

chatGPTCodeCopilot

using chatGPT to help coding

Language:PythonLicense:GPL-3.0Stargazers:5Issues:0Issues:0

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.

Language:JavaLicense:Apache-2.0Stargazers:4Issues:1Issues:1

AI-Tutorial-VanillaRNN

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

Language:PythonLicense:Apache-2.0Stargazers:3Issues:3Issues:0

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.

Language:PythonLicense:Apache-2.0Stargazers:2Issues:1Issues:0

AI-Tutorial-PerceptronGUI

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

Language:HTMLLicense:Apache-2.0Stargazers:2Issues:1Issues:0

AI-Tutorial-Tess4J-Example

A Hello World of Tess4j Example

Language:JavaLicense:Apache-2.0Stargazers:2Issues:0Issues:0

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.

Language:PythonLicense:Apache-2.0Stargazers:1Issues:0Issues:0

AI-Tutorial-Multiple-Linear-Regression

A basic multiple linear regression example. the training data was from mubaris

Language:PythonLicense:Apache-2.0Stargazers:1Issues:1Issues:0

AI-Tutorial-Python-Data-Science-Basic

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

Language:PythonLicense:Apache-2.0Stargazers:1Issues:1Issues:0

Keras_CNN

This is a project about digital picture classification. (used Keras and TensorFlow)

Language:PythonStargazers:1Issues:1Issues:0

LiteAPI

A lite token based API server lib.

Language:JavaLicense:Apache-2.0Stargazers:1Issues:1Issues:0

LiteMatrix

A pure java object-oriented matrix computing and numerical analysis lib.

Language:HTMLLicense:Apache-2.0Stargazers:1Issues:1Issues:0

OpenCV-Tutorial-Canny

Canny Filter Use Example of OpenCV 3

Language:C++License:Apache-2.0Stargazers:1Issues:1Issues:0

RNN_Example

A basic sample RNN build from scratch using Java.

Language:JavaLicense:Apache-2.0Stargazers:1Issues:2Issues:0

Bobatea

a toolset wrapper for Sklearn , pandas ... etc. for data analysis tasks and ML tasks in terminal.

Language:PythonLicense:Apache-2.0Stargazers:0Issues:2Issues:0

convolution1d_experiment

A visual Experiment to explain signal filtering and convolution

Language:PythonStargazers:0Issues:0Issues:0

Cycle

Cycle.sh is a small bash script to auto-run the custom commands with looping in folders in linux-like system

Language:ShellLicense:MITStargazers:0Issues:2Issues:0

handwrite_dataset_generator

This is a tool which helps to build handwrite digit dataset like MNIST. It can extract image patch(figure.2 ) from many printing forms(figure. 1), and build a 10 class dataset with labels.

Language:C++License:MITStargazers:0Issues:1Issues:0

sklearn_naive_bayes_example

A example of <play tennis> data set using sklearn naive bayes classifer

Language:PythonLicense:Apache-2.0Stargazers:0Issues:2Issues:0