All Projects → ccd97 → Hello_nn

ccd97 / Hello_nn

Some of my simple neural networks

Projects that are alternatives of or similar to Hello nn

Colab
Continual Learning tutorials and demo running on Google Colaboratory.
Stars: ✭ 168 (+409.09%)
Mutual labels:  jupyter-notebook, demo
Imodels
Interpretable ML package 🔍 for concise, transparent, and accurate predictive modeling (sklearn-compatible).
Stars: ✭ 194 (+487.88%)
Mutual labels:  jupyter-notebook, demo
Quietnet
Simple chat program that communicates using inaudible sounds
Stars: ✭ 2,924 (+8760.61%)
Mutual labels:  jupyter-notebook, demo
Natural Language Processing
Resources for "Natural Language Processing" Coursera course.
Stars: ✭ 969 (+2836.36%)
Mutual labels:  jupyter-notebook
Sanet Keras
Implement SANet for crowd counting in Keras.
Stars: ✭ 33 (+0%)
Mutual labels:  jupyter-notebook
Retainvis
An implementation of RetainVis: Visual Analytics with Interpretable and Interactive Recurrent Neural Networks on Electronic Medical Records
Stars: ✭ 33 (+0%)
Mutual labels:  jupyter-notebook
Correlationmatrixclustering
An example on how Correlation Matrix can be displayed and clustered
Stars: ✭ 33 (+0%)
Mutual labels:  jupyter-notebook
Geemap
A Python package for interactive mapping with Google Earth Engine, ipyleaflet, and folium
Stars: ✭ 959 (+2806.06%)
Mutual labels:  jupyter-notebook
Unsw
Course materials
Stars: ✭ 33 (+0%)
Mutual labels:  jupyter-notebook
Stats and probability
Tutorial on stats and probability
Stars: ✭ 33 (+0%)
Mutual labels:  jupyter-notebook
Cgm Ml
Child Growth Monitor Machine Learning
Stars: ✭ 33 (+0%)
Mutual labels:  jupyter-notebook
Foltr Es
The source code to reproduce the results reported in the 'Federated Online Learning to Rank with Evolution Strategies' paper, published at WSDM 2019.
Stars: ✭ 33 (+0%)
Mutual labels:  jupyter-notebook
Musicbox
Stars: ✭ 33 (+0%)
Mutual labels:  jupyter-notebook
Multitask Learning
MSc group project: Reproduction of 'Multi-Task Learning using Uncertainty to Weigh Losses for Scene Geometry and Semantics'; A. Kendall, Y. Gal, R. Cipolla
Stars: ✭ 33 (+0%)
Mutual labels:  jupyter-notebook
Deep Dream
PyTorch implement of Google Deep Dream
Stars: ✭ 33 (+0%)
Mutual labels:  jupyter-notebook
Aws Deepracer Workshops
DeepRacer workshop content
Stars: ✭ 968 (+2833.33%)
Mutual labels:  jupyter-notebook
Carvana Image Masking Challenge
https://www.kaggle.com/c/carvana-image-masking-challenge
Stars: ✭ 33 (+0%)
Mutual labels:  jupyter-notebook
Prediciting Binary Options
Predicting forex binary options using time series data and machine learning
Stars: ✭ 33 (+0%)
Mutual labels:  jupyter-notebook
Interviewqs.com code snippets
Stars: ✭ 33 (+0%)
Mutual labels:  jupyter-notebook
Hse Nlp Coursera
Solution for https://www.coursera.org/learn/language-processing
Stars: ✭ 33 (+0%)
Mutual labels:  jupyter-notebook

Hello NN

My Neural Network Codes when I was beginner in Artificial Neural Networks

Clean, Commented, Single-Filed Python Programs + Jupyter Notebooks

Prerequisites

The programs depends upon following dependencies:

  • Python 3.5+
    • Numpy
    • Matplotlib
    • Tensorflow

Index

  • FeedForward Neural Network

  • Recurrent Neural Network

  • Convolutional Neural Network

  • Hopfield Network

  • Restricted Boltzmann Machine

  • Denoising Neural AutoEncoder

  • Deconvolutional Neural AutoEncoder

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].