All Projects → Jackpopc → Ailearnnotes

Jackpopc / Ailearnnotes

Artificial Intelligence Learning Notes.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Ailearnnotes

Ai sudoku
GUI based Smart Sudoku Solver that tries to extract a sudoku puzzle from a photo and solve it
Stars: ✭ 830 (+325.64%)
Mutual labels:  cnn, image-segmentation, image-processing
Catalyst
Accelerated deep learning R&D
Stars: ✭ 2,804 (+1337.95%)
Mutual labels:  reinforcement-learning, image-segmentation, image-processing
Keras Icnet
Keras implementation of Real-Time Semantic Segmentation on High-Resolution Images
Stars: ✭ 85 (-56.41%)
Mutual labels:  image-segmentation, image-processing
Automatic Leaf Infection Identifier
Automatic detection of plant diseases
Stars: ✭ 97 (-50.26%)
Mutual labels:  image-segmentation, image-processing
Reproducible Image Denoising State Of The Art
Collection of popular and reproducible image denoising works.
Stars: ✭ 1,776 (+810.77%)
Mutual labels:  cnn, image-processing
Multiclass Semantic Segmentation Camvid
Tensorflow 2 implementation of complete pipeline for multiclass image semantic segmentation using UNet, SegNet and FCN32 architectures on Cambridge-driving Labeled Video Database (CamVid) dataset.
Stars: ✭ 67 (-65.64%)
Mutual labels:  image-segmentation, image-processing
X Ray Classification
X-ray Images (Chest images) analysis and anomaly detection using Transfer learning with inception v2
Stars: ✭ 83 (-57.44%)
Mutual labels:  vgg, image-processing
Self Driving Car
A End to End CNN Model which predicts the steering wheel angle based on the video/image
Stars: ✭ 106 (-45.64%)
Mutual labels:  cnn, image-processing
Svhn Cnn
Google Street View House Number(SVHN) Dataset, and classifying them through CNN
Stars: ✭ 44 (-77.44%)
Mutual labels:  cnn, dropout
Easyocr
Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic, Devanagari, Cyrillic and etc.
Stars: ✭ 13,379 (+6761.03%)
Mutual labels:  cnn, image-processing
Hyperdensenet
This repository contains the code of HyperDenseNet, a hyper-densely connected CNN to segment medical images in multi-modal image scenarios.
Stars: ✭ 124 (-36.41%)
Mutual labels:  cnn, image-segmentation
Livianet
This repository contains the code of LiviaNET, a 3D fully convolutional neural network that was employed in our work: "3D fully convolutional networks for subcortical segmentation in MRI: A large-scale study"
Stars: ✭ 143 (-26.67%)
Mutual labels:  cnn, image-segmentation
Nlp overview
Overview of Modern Deep Learning Techniques Applied to Natural Language Processing
Stars: ✭ 1,104 (+466.15%)
Mutual labels:  reinforcement-learning, cnn
One Pixel Attack Keras
Keras implementation of "One pixel attack for fooling deep neural networks" using differential evolution on Cifar10 and ImageNet
Stars: ✭ 1,097 (+462.56%)
Mutual labels:  cnn, image-processing
Cfsrcnn
Coarse-to-Fine CNN for Image Super-Resolution (IEEE Transactions on Multimedia,2020)
Stars: ✭ 84 (-56.92%)
Mutual labels:  cnn, image-processing
Gait Recognition
Distance Recognition of a Human Being with Deep CNN's
Stars: ✭ 51 (-73.85%)
Mutual labels:  cnn, image-processing
Lesrcnn
Lightweight Image Super-Resolution with Enhanced CNN (Knowledge-Based Systems,2020)
Stars: ✭ 101 (-48.21%)
Mutual labels:  cnn, image-processing
Tensorflow Mnist Cnn
MNIST classification using Convolutional NeuralNetwork. Various techniques such as data augmentation, dropout, batchnormalization, etc are implemented.
Stars: ✭ 182 (-6.67%)
Mutual labels:  cnn, dropout
Grabcutweb
Full web grabcut example using opencvjs
Stars: ✭ 40 (-79.49%)
Mutual labels:  image-segmentation, image-processing
Neural Style
本代码加入了神经风格迁移中文注释,更易理解,同时新加入begin.py可直接运行调试。
Stars: ✭ 42 (-78.46%)
Mutual labels:  cnn, vgg

aiLearnNotes

GitHub stars GitHub watchers GitHub forks

人工智能相关领域知识学习笔记,理论与实践相结合,利用Python语言逐步实现计算机视觉、机器学习、强化学习、优化算法等方向内容,目前正在进行《动手学计算机视觉》系列的更新,后续会逐渐加入《动手学机器学习》《动手学强化学习》《动手学优化算法》系列。

Contents

aiLearnNotes每一讲有对应的文档代码,内容涉及计算机视觉、机器学习、强化学习、优化算法等。

Code

aiLearnNotes代码链接如下,

Docs

代码可以点击上面条目直接访问,文档放在docs目录下,可以点击下面目录访问,

Usage

首先按照依赖环境,
$ pip install -r requirements.txt

然后进入不同目录下直接执行对应的程序即可,例如,

$ cd computer_vision
$ python HOG.py

Support

如果觉得本项目有帮助,可以关注公众号平凡而诗意或者知乎Jackpop,也可以收藏我的个人主页。

知乎:Jackpop

主页:平凡而诗意

专栏:Lee先森的技术站

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