All Projects → AyushExel → Neo

AyushExel / Neo

Licence: other
Deep learning library in python from scratch

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Neo

Learn Machine Learning In Two Months
Những kiến thức cần thiết để học tốt Machine Learning trong vòng 2 tháng. Essential Knowledge for learning Machine Learning in two months.
Stars: ✭ 1,726 (+4694.44%)
Mutual labels:  numpy, machine-learning-tutorials
Pytorch Tutorials Examples And Books
PyTorch1.x tutorials, examples and some books I found 【不定期更新】整理的PyTorch 1.x 最新版教程、例子和书籍
Stars: ✭ 346 (+861.11%)
Mutual labels:  numpy, deep-learning-tutorial
dsp-theory
Theory of digital signal processing (DSP): signals, filtration (IIR, FIR, CIC, MAF), transforms (FFT, DFT, Hilbert, Z-transform) etc.
Stars: ✭ 643 (+1686.11%)
Mutual labels:  numpy, numpy-tutorial
Ilearndeeplearning.py
This repository contains small projects related to Neural Networks and Deep Learning in general. Subjects are closely linekd with articles I publish on Medium. I encourage you both to read as well as to check how the code works in the action.
Stars: ✭ 896 (+2388.89%)
Mutual labels:  numpy, deep-learning-tutorial
Py
Repository to store sample python programs for python learning
Stars: ✭ 4,154 (+11438.89%)
Mutual labels:  numpy, numpy-tutorial
numpy-neuralnet-exercise
Implementation of key concepts of neuralnetwork via numpy
Stars: ✭ 49 (+36.11%)
Mutual labels:  numpy, numpy-neuralnet-exercise
sklearn-audio-classification
An in-depth analysis of audio classification on the RAVDESS dataset. Feature engineering, hyperparameter optimization, model evaluation, and cross-validation with a variety of ML techniques and MLP
Stars: ✭ 31 (-13.89%)
Mutual labels:  deep-learning-tutorial, machine-learning-tutorials
Image-Classifier
Final Project of the Udacity AI Programming with Python Nanodegree
Stars: ✭ 63 (+75%)
Mutual labels:  numpy
ml
经典机器学习算法的极简实现
Stars: ✭ 130 (+261.11%)
Mutual labels:  numpy
Data-Scientist-In-Python
This repository contains notes and projects of Data scientist track from dataquest course work.
Stars: ✭ 23 (-36.11%)
Mutual labels:  numpy
jwql
The James Webb Space Telescope Quicklook Application
Stars: ✭ 42 (+16.67%)
Mutual labels:  numpy
Exploratory Data Analysis Visualization Python
Data analysis and visualization with PyData ecosystem: Pandas, Matplotlib Numpy, and Seaborn
Stars: ✭ 78 (+116.67%)
Mutual labels:  numpy
gcpy
Python toolkit for GEOS-Chem.
Stars: ✭ 34 (-5.56%)
Mutual labels:  numpy
Machine-Learning-in-Python-Workshop
My workshop on machine learning using python language to implement different algorithms
Stars: ✭ 89 (+147.22%)
Mutual labels:  numpy
gaia
Gaia is a geospatial analysis library jointly developed by Kitware and Epidemico.
Stars: ✭ 29 (-19.44%)
Mutual labels:  numpy
cnn np
使用numpy构建cnn复习深度学习知识
Stars: ✭ 33 (-8.33%)
Mutual labels:  numpy
poisson-matting
Python implementation of Poisson matting method
Stars: ✭ 41 (+13.89%)
Mutual labels:  numpy
hypothesis-gufunc
Extension to hypothesis for testing numpy general universal functions
Stars: ✭ 32 (-11.11%)
Mutual labels:  numpy
Numscrypt
A port of a small but relevant part of Numpy to Transcrypt, simplified for the sake of speed
Stars: ✭ 53 (+47.22%)
Mutual labels:  numpy
molml
A library to interface molecules and machine learning.
Stars: ✭ 57 (+58.33%)
Mutual labels:  numpy

Neo

Deep learning library in python from scratch

Documentation

The documentation generated using Doxygen can be found in documentaion folder. Please open documentation/html/index.html to view the documentation.

Dependencies

Numpy Pandas These packages can be installed using pip. For python3.x, run:

sudo pip3 install numpy
sudo pip3 install pandas

Test:

Run test.py file to test nueral networks on classification and regression problems using various optimizers

Contributing

If you are someone looking to understand deep learning models by implementing or if you are an expert and want to improve the code or fix bugs, you are very welcome. Feel free to suggest improvements and fork the repository.

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