Topic

neural-network

Repositories (1342)

neural-network-from-scratch
neural-network-from-scratch Ameobea Rust

A neural network library written from scratch in Rust along with a web-based application for building + training neural networks + visualizing their o...

144
neural-cli
neural-cli hugorut Python

command line neural network

143
pytorch-graphsage
pytorch-graphsage bkj Python

Representation learning on large graphs using stochastic graph convolutions.

143
neural-disaggregator
neural-disaggregator OdysseasKr Jupyter Notebook

Code for NILM experiments using Neural Networks. Uses Keras/Tensorflow and the NILMTK.

143
Neural-Net-Zero-to-Hero-with-Andrej
Neural-Net-Zero-to-Hero-with-Andrej AayushSameerShah Jupyter Notebook

This repository contains the collection of explorative notebooks pure in python and in the language that we, humans can read. Have tried to compile al...

143
deep-learning-resources
deep-learning-resources chasingbob

A Collection of resources I have found useful on my journey finding my way through the world of Deep Learning.

142
kvae
kvae simonkamronn Python

Kalman Variational Auto-Encoder

142
OKAI
OKAI jama1017 HTML

OKAI - An Interactive Introduction to Artificial Intelligence (AI)

142
TinyTensor
TinyTensor haobosang C++

TinyTensor is a tool for running already trained NN (Neural Network) models to be able to use them for inference of various tasks such as image classi...

142
dl4to
dl4to dl4to Jupyter Notebook

DL4TO is a Python library for 3D topology optimization that is based on PyTorch and allows easy integration with neural networks.

142
densenet-sdr
densenet-sdr noahfl Python

repo that holds code for improving on dropout using Stochastic Delta Rule

141
funq
funq psaris q

Source files for "Fun Q: A Functional Introduction to Machine Learning in Q"

141
Awesome-Neural-Logic
Awesome-Neural-Logic FLHonker

Awesome Neural Logic and Causality: MLN, NLRL, NLM, etc. 因果推断,神经逻辑,强人工智能逻辑推理前沿领域。

141
rnn_recsys
rnn_recsys Leavingseason Python

Our implementation of the paper "Embedding-based News Recommendation for Millions of Users"

140
nsfw_api
nsfw_api EugenCepoi Python

Python REST API to detect images with adult content

140
Deep_Learning_in_Python_2018
Deep_Learning_in_Python_2018 snrazavi Jupyter Notebook

Deep Learning workshop including image classification, face recognition, Object detection, language modelling, image captioning and neural machine tra...

140
TACTiS
TACTiS ServiceNow Python

TACTiS-2: Better, Faster, Simpler Attentional Copulas for Multivariate Time Series, from ServiceNow Research

140
urnn
urnn nixers-projects C

A neural network to smartly create coherent terminal colorschemes based on an image.

139
DrowsyDriverDetection
DrowsyDriverDetection nishagandhi Python

This is a project implementing Computer Vision and Deep Learning concepts to detect drowsiness of a driver and sound an alarm if drowsy.

139
Algorithms-Java
Algorithms-Java nishantc1527 Java

A collection of common algorithms and data structures implemented in Java.

138
bot-evolution
bot-evolution MichaelJWelsh Python

An interesting display of evolution through neural networks and a genetic algorithm

138
kaggle-quora-dup
kaggle-quora-dup aerdem4 Python

Solution to Kaggle's Quora Duplicate Question Detection Competition

138
pyAudioClassification
pyAudioClassification micah5 Python

🎶 dead simple audio classification

138
MachineLearningWithPython
MachineLearningWithPython LearnPythonWithRune Jupyter Notebook

Get started with Machine Learning with Python - An introduction with Python programming examples

138
function-identification
function-identification alonstern Python

This project demonstrates how a convolutional neural network can be used to detect the boundaries of a function in compiled code

138
ComboGAN
ComboGAN AAnoosheh Python
137
Deep-Learning-Coursera
Deep-Learning-Coursera fotisk07 Jupyter Notebook

Projects from the Deep Learning Specialization from deeplearning.ai provided by Coursera

137
SelfDrivingRCCar
SelfDrivingRCCar sidroopdaska Python

Autonomous RC Car using Neural Networks, Python and Open CV

137
cuSNN
cuSNN tudelft Cuda

Spiking Neural Networks in C++ with strong GPU acceleration through CUDA

137
seer-nnue
seer-nnue connormcmonigle C++

UCI chess engine using neural networks for position evaluation

136
chemprop
chemprop aamini Python

Fast and scalable uncertainty quantification for neural molecular property prediction, accelerated optimization, and guided virtual screening.

135
INSTA-pytorch
INSTA-pytorch Zielon C

INSTA - Instant Volumetric Head Avatars [Demo]

135
imagefusion-LRRNet
imagefusion-LRRNet hli1221 Python

LRRNet (IEEE TPAMI 2023, Highly Cited Paper), Python 3.7, Pytorch >=1.8

135
NeuralSeed
NeuralSeed GuitarML C++

Neural networks for guitar amp/pedal emulation on Daisy Seed

135
AndrewNg-Deep-Learning
AndrewNg-Deep-Learning GeeeekExplorer Jupyter Notebook

吴恩达深度学习编程作业原版和答案

135
web-deep-learning-classifier
web-deep-learning-classifier npatta01 Jupyter Notebook

Deep Learning model to classify food (Web App)

134
SmallPebble
SmallPebble sradc Python

A minimalist deep learning library written from scratch in Python

134
Data-Science-Regular-Bootcamp
Data-Science-Regular-Bootcamp imsanjoykb Jupyter Notebook

Regular practice on Data Science, Machien Learning, Deep Learning, Solving ML Project problem, Analytical Issue. Regular boost up my knowledge. The go...

134
nn-inference-template
nn-inference-template Torsion-Audio C++

Neural network inference template for real-time cricital audio environments - presented at ADC23

134
forecastML
forecastML nredell R

An R package with Python support for multi-step-ahead forecasting with machine learning and deep learning algorithms

133
ncnn-webassembly-nanodet
ncnn-webassembly-nanodet nihui C++

Deploy nanodet, the super fast and lightweight object detection, in your web browser with ncnn and webassembly

133
MobileNetworks
MobileNetworks titu1994 Python

Keras implementation of Mobile Networks

132
hypnettorch
hypnettorch chrhenning Python

Package for working with hypernetworks in PyTorch.

132
python-machine-learning-book-3rd-edition
python-machine-learning-book-3rd-edition rickiepark Jupyter Notebook

<머신 러닝 교과서 3판>의 코드 저장소

132
the-math-behind-a-neural-network
the-math-behind-a-neural-network olivia-ai TeX

Mathematics paper recapitulating the calculus behind a neural network and its back propagation

131
AdversarialDNN-Playground
AdversarialDNN-Playground QData Python

VizSec17: Web-based visualization tool for adversarial machine learning / LiveDemo

131
Tensorflow-Audio-Classification
Tensorflow-Audio-Classification luuil Python

Audio classification with VGGish as feature extractor in TensorFlow

131
face_ai
face_ai omarmhaimdat Swift

Face Recognition and Detection on iOS Using Native Swift Code, Core ML, and ARKit

131
Restoring-Extremely-Dark-Images-In-Real-Time
Restoring-Extremely-Dark-Images-In-Real-Time MohitLamba94 Python

The project is the official implementation of our CVPR 2021 paper, "Restoring Extremely Dark Images in Real Time"

131
friday-gpt
friday-gpt hmmhmmhm TypeScript

🔮 Assign R&R to AI to proceed with programming tasks

131