All Projects → kashimAstro → NNet

kashimAstro / NNet

Licence: other
algorithm for study: multi-layer-perceptron, cluster-graph, cnn, rnn, restricted boltzmann machine, bayesian network

Programming Languages

C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to NNet

Free Courses
A collection of free courses about programming 📖
Stars: ✭ 281 (+1070.83%)
Mutual labels:  course, study
Handwritten-Names-Recognition
The goal of this project is to solve the task of name transcription from handwriting images implementing a NN approach.
Stars: ✭ 54 (+125%)
Mutual labels:  restricted-boltzmann-machine, multilayer-perceptron-network
Course Crawler
🎓 中国大学MOOC、学堂在线、网易云课堂、好大学在线、爱课程 MOOC 课程下载。
Stars: ✭ 611 (+2445.83%)
Mutual labels:  course, study
rust-course
<<Rust语言圣经(Book & Course)>>对Rust语言进行全面且深入的讲解,书中辅以生动的示例和习题,带你攻克从入门学习到实践应用的各种难关。 我们的目标是做一门优秀的开源Rust教程(课程)——学Rust就上course.rs。
Stars: ✭ 2,739 (+11312.5%)
Mutual labels:  course, study
Dat8
General Assembly's 2015 Data Science course in Washington, DC
Stars: ✭ 1,516 (+6216.67%)
Mutual labels:  course, clustering
Machine-Learning-Algorithms
All Machine Learning Algorithms
Stars: ✭ 24 (+0%)
Mutual labels:  clustering
AlgoSSAFY
삼성 청년 SW 아카데미 4기 서울 알고리즘 스터디 🔥🧑‍💻🔥
Stars: ✭ 14 (-41.67%)
Mutual labels:  study
The Complete JavaScript Course
The Complete JavaScript Course https://www.udemy.com/course/the-complete-javascript-course/
Stars: ✭ 12 (-50%)
Mutual labels:  course
Nodebook
nodejs 基础教程
Stars: ✭ 241 (+904.17%)
Mutual labels:  course
tsp-essay
A fun study of some heuristics for the Travelling Salesman Problem.
Stars: ✭ 15 (-37.5%)
Mutual labels:  clustering
ExpressionMatrix2
Software for exploration of gene expression data from single-cell RNA sequencing.
Stars: ✭ 29 (+20.83%)
Mutual labels:  clustering
fsfc
Feature Selection for Clustering
Stars: ✭ 80 (+233.33%)
Mutual labels:  clustering
ml-book
Codice sorgente ed Errata Corrige del mio libro "A tu per tu col Machine Learning"
Stars: ✭ 16 (-33.33%)
Mutual labels:  clustering
DESOM
🌐 Deep Embedded Self-Organizing Map: Joint Representation Learning and Self-Organization
Stars: ✭ 76 (+216.67%)
Mutual labels:  clustering
dmmclust
dmmclust is a package for clustering short texts, based on Yin and Wang (2014)
Stars: ✭ 23 (-4.17%)
Mutual labels:  clustering
rabbitmq-peer-discovery-consul
Consul-based peer discovery backend for RabbitMQ 3.7.0+
Stars: ✭ 39 (+62.5%)
Mutual labels:  clustering
N Blog
《一起学 Node.js》
Stars: ✭ 15,059 (+62645.83%)
Mutual labels:  course
scicloj.ml
A Clojure machine learning library
Stars: ✭ 152 (+533.33%)
Mutual labels:  clustering
clueminer
interactive clustering platform
Stars: ✭ 13 (-45.83%)
Mutual labels:  clustering
Pottslab
Unsupervised multilabel image segmentation (color/gray/multichannel) based on the Potts model (aka piecewise constant Mumford-Shah model)
Stars: ✭ 97 (+304.17%)
Mutual labels:  clustering

(Under Construction)
Study, implementation of various algorithm: multi-layer-perceptron, cluster graph, cnn, rnn

Restricted Boltzmann Machine

  • Restricted Boltzmann Machine simple data
RBM
https://en.wikipedia.org/wiki/Restricted_Boltzmann_machine


Mnist convolutional neural network

  • Simple MNIST detect number
CNN
https://en.wikipedia.org/wiki/Convolutional_neural_network


Perceptron

  • Perceptron
  • Multilayer-perceptron
Single neuron perceptron
https://en.wikipedia.org/wiki/Perceptron


Multilayer perceptron
https://en.wikipedia.org/wiki/Multilayer_perceptron


Clustering graph

  • K-Means
  • Affinity propagation
  • Agglomerative hierarchical

Test K-Means image
https://en.wikipedia.org/wiki/K-means_clustering


Test agglomerative 2D
https://en.wikipedia.org/wiki/Hierarchical_clustering


Test affinity 2D
https://en.wikipedia.org/wiki/Affinity_propagation



Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].