neuronal-network
There are 140 repositories under neuronal-network topic.
MarioSieg/magnetron
(WIP) A small but powerful, homemade PyTorch from scratch.
mikeroyal/Neuromorphic-Computing-Guide
Learn about the Neumorphic engineering process of creating large-scale integration (VLSI) systems containing electronic analog circuits to mimic neuro-biological architectures.
krystianity/coinpusher
:chart_with_upwards_trend: real-time cryptocurrency chart prediction based on neuronal-networks :bowtie:
jonescompneurolab/hnn
The Human Neocortical Neurosolver (HNN) is a software tool that gives researchers/clinicians the ability to develop/test hypotheses on circuit mechanisms underlying EEG/MEG data.
DataScienceResearchPeru/meetups-archivos
Ppts, códigos y videos de las meetups, data science days, videollamadas y workshops. Data Science Research es una organización sin fines de lucro que busca difundir, descentralizar y difundir los conocimientos en Ciencia de Datos e Inteligencia Artificial en el Perú, dando oportunidades a nuevos talentos mediante MeetUps, Workshops y Semilleros de Conocimiento e Investigación.
dominikjung42/AIAlgorithmsAndApplications
Course Material: AI Algorithms and Applications with Python I + II
aikupoker/deeper-stacker
DeeperStacker: DeepHoldem Evil Brother
the-lans/NeuroRepository
Фреймворк для построения нейронных сетей, комитетов, создания агентов с параллельными вычислениями.
enrique-lozano/Football-Data-Predictions
Python script that shows statistics and predictions about different soccer leagues using Pandas and some AI techniques.
NicolasPresta/ReconoBook
Un proyecto open source de visión artificial para reconocer la portada de libros implementado en TensorFlow.
aminatouseyeup/Deepfakes
Streamlit application for generating and detecting deepfakes. Generates deepfakes in audio, image, and video, and detects deepfakes in images. Uses advanced AI models for accurate results.
iraikov/neuroh5
An HDF5-based library for parallel I/O operations on data structures for large-scale neural networks
jraleman/42.Walking_Marvin
Python project that uses OpenAI Gym with an environment called Marvin. The goal is to train Marvin to walk, having the training and walking process.
qicosmos/cnn_net
show how to build a simple cnn/bp net in c++
toaomalkster/conscious-calculator
A research project into the underlying mechanisms of consciousness, and an emulation of a calculator that is conscious.
Tom-Haustein/GTSRB_Neural_Network
Dieses Projekt beschäftigt sich mit der Entwicklung eines flachen CNN zur Erkennung von Verkehrsschildern. Das Projekt beinhaltet alle dazu benötigten Programme und Tools.
DubiousCactus/Amygdala
An easy to read and Object Oriented implementation of a simple Neural Network using back-propagation and hidden layers, applied on a basic image classification problem.
scalytics/LSTM-NNW
Specialized LSTM & AI models
sebastianbreguel/Basic_NeuronalNetwork
A Neuronal Network builded with only fors, simple functions and lists
Quantum-Colombia/Course_AI
Curso Inteligencia Artificial: Auscultando las Redes Neuronales con Python
BBVA/pacarana
A standalone ETL tool to generate advanced features for your Machine Learning projects
Daraan/DynamicPCALayer-for-TensorFlow
A layer for TensorFlow to dynamically reduce the dimension via PCA
Dseym/LibNeuronNetwork
Neuron network lib
GGasset/NeatNetwork
Easy to use, Neat based Recurrent Neural Network, able to train using other learning methods, like Supervised Learning or Reinforcement Learning. DISCONTINUED PROJECT, USE TENSORFLOW .NET OR UNITY MACHINE LEARNING FRAMEWORK
hatimwen/NN_homework
Some codes during my NN lesson.
mathigatti/EmotivClassifier
Scripts for prediction of individual characteristics based on brain connectome using Emotiv Epoch Data
NicoFilips/CS50AI-Harvard
Harvard University Online Course | CS50-AI | Artificial Intelligence with Python | Project Solution
fllaryora/ANN
artificial neural network.
Gaps0n/NeuralNetwork
Network of neural | SLP, MLP
Jens01/NewFann
Newfann is Fann for Delphi -> http://leenissen.dk/fann/wp/
jhonvegamas/Perceptron
Perceptron creado en Python para demostrar el uso de redes neuronales en la inteligencia artificial
jucarata/Neuronal_Network_impl
That's my implementation of a Neural Network from scratch, It's a simple model that uses Dense Layers as a base.
awaLiny2333/LinysNN16
a really rough neuron network training script for 14 * 14 hand written digits recognition
PilotLeoYan/inside-deep-learning
Inside deep learning, a repository to explain and apply deep learning concepts.