All Projects → DimaKrotov → Biological_learning

DimaKrotov / Biological_learning

Licence: apache-2.0
Example of "biological" learning for MNIST

Projects that are alternatives of or similar to Biological learning

Jupyterhub Deploy Teaching
Reference deployment of JupyterHub and nbgrader on a single server
Stars: ✭ 194 (-1.02%)
Mutual labels:  jupyter-notebook
Cvx short course
Materials for a short course on convex optimization.
Stars: ✭ 194 (-1.02%)
Mutual labels:  jupyter-notebook
Auto ts
Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of Code. Now updated with Dask to handle millions of rows.
Stars: ✭ 195 (-0.51%)
Mutual labels:  jupyter-notebook
Compstats
Code for a workshop on statistical interference using computational methods in Python.
Stars: ✭ 194 (-1.02%)
Mutual labels:  jupyter-notebook
Python tutorial
python tutorial
Stars: ✭ 195 (-0.51%)
Mutual labels:  jupyter-notebook
Score sde
Official code for Score-Based Generative Modeling through Stochastic Differential Equations (ICLR 2021, Oral)
Stars: ✭ 190 (-3.06%)
Mutual labels:  jupyter-notebook
Ctr nn
基于深度学习的CTR预估,从FM推演各深度学习CTR预估模型(附代码)
Stars: ✭ 194 (-1.02%)
Mutual labels:  jupyter-notebook
Deep Learning With Python
Deep learning codes and projects using Python
Stars: ✭ 195 (-0.51%)
Mutual labels:  jupyter-notebook
Largitdata
LargitData Course Material
Stars: ✭ 195 (-0.51%)
Mutual labels:  jupyter-notebook
Covid19italia
Stars: ✭ 195 (-0.51%)
Mutual labels:  jupyter-notebook
Nbqa
Run any standard Python code quality tool on a Jupyter Notebook
Stars: ✭ 193 (-1.53%)
Mutual labels:  jupyter-notebook
Imodels
Interpretable ML package 🔍 for concise, transparent, and accurate predictive modeling (sklearn-compatible).
Stars: ✭ 194 (-1.02%)
Mutual labels:  jupyter-notebook
Hacktoberfest2020 Contributions
A beginner-friendly project to help you in open-source contributions. Made specifically for contributions in HACKTOBERFEST 2020! Hello World Programs and Algorithms! Please leave a star ⭐ to support this project! ✨
Stars: ✭ 196 (+0%)
Mutual labels:  jupyter-notebook
Sklearn Benchmarks
A centralized repository to report scikit-learn model performance across a variety of parameter settings and data sets.
Stars: ✭ 194 (-1.02%)
Mutual labels:  jupyter-notebook
Gp4a
Code for NeurIPS 2019 paper: "Tensor Programs I: Wide Feedforward or Recurrent Neural Networks of Any Architecture are Gaussian Processes"
Stars: ✭ 196 (+0%)
Mutual labels:  jupyter-notebook
Snippet
just some code snippet
Stars: ✭ 194 (-1.02%)
Mutual labels:  jupyter-notebook
Notes Linear Algebra
线性代数笔记
Stars: ✭ 2,393 (+1120.92%)
Mutual labels:  jupyter-notebook
Lernapparat
Various Notebooks for Lernapparat.de
Stars: ✭ 196 (+0%)
Mutual labels:  jupyter-notebook
Bayes computing course
Stars: ✭ 195 (-0.51%)
Mutual labels:  jupyter-notebook
Covid19 Japan Reff
Stars: ✭ 196 (+0%)
Mutual labels:  jupyter-notebook

Biological_Learning

Example of "biological" learning for MNIST based on the paper Unsupervised Learning by Competing Hidden Units by D.Krotov and J.Hopfield. If you want to learn more about this work you can also check out this lecture from MIT's 6.S191 course.

Getting started

install jupyter notebook and numpy, scipy, matplotlib.

> jupyter notebook

run Unsupervised_learning_algorithm_MNIST.ipynb and observe weights.

Author and License

(c) 2018 Dmitry Krotov -- Apache 2.0 License

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