All Projects → jgvfwstone → Artificialintelligenceengines

jgvfwstone / Artificialintelligenceengines

Licence: mit
Computer code collated for use with Artificial Intelligence Engines book by JV Stone

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Artificialintelligenceengines

Basic reinforcement learning
An introductory series to Reinforcement Learning (RL) with comprehensive step-by-step tutorials.
Stars: ✭ 826 (+2260%)
Mutual labels:  artificial-intelligence, reinforcement-learning, neural-networks, deeplearning
Mit Deep Learning
Tutorials, assignments, and competitions for MIT Deep Learning related courses.
Stars: ✭ 8,912 (+25362.86%)
Mutual labels:  artificial-intelligence, neural-networks, deeplearning
Machine Learning From Scratch
Succinct Machine Learning algorithm implementations from scratch in Python, solving real-world problems (Notebooks and Book). Examples of Logistic Regression, Linear Regression, Decision Trees, K-means clustering, Sentiment Analysis, Recommender Systems, Neural Networks and Reinforcement Learning.
Stars: ✭ 42 (+20%)
Mutual labels:  artificial-intelligence, reinforcement-learning, neural-networks
Tensorlayer
Deep Learning and Reinforcement Learning Library for Scientists and Engineers 🔥
Stars: ✭ 6,796 (+19317.14%)
Mutual labels:  artificial-intelligence, reinforcement-learning, gan
Nn
🧑‍🏫 50! Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠
Stars: ✭ 5,720 (+16242.86%)
Mutual labels:  reinforcement-learning, neural-networks, gan
Mit Deep Learning Book Pdf
MIT Deep Learning Book in PDF format (complete and parts) by Ian Goodfellow, Yoshua Bengio and Aaron Courville
Stars: ✭ 9,859 (+28068.57%)
Mutual labels:  learning, neural-networks, deeplearning
Awesome Ai Books
Some awesome AI related books and pdfs for learning and downloading, also apply some playground models for learning
Stars: ✭ 855 (+2342.86%)
Mutual labels:  artificial-intelligence, learning, reinforcement-learning
Text summurization abstractive methods
Multiple implementations for abstractive text summurization , using google colab
Stars: ✭ 359 (+925.71%)
Mutual labels:  artificial-intelligence, reinforcement-learning, deeplearning
Gdrl
Grokking Deep Reinforcement Learning
Stars: ✭ 304 (+768.57%)
Mutual labels:  artificial-intelligence, reinforcement-learning, neural-networks
Dm control
DeepMind's software stack for physics-based simulation and Reinforcement Learning environments, using MuJoCo.
Stars: ✭ 2,592 (+7305.71%)
Mutual labels:  artificial-intelligence, reinforcement-learning, neural-networks
Qualia2.0
Qualia is a deep learning framework deeply integrated with automatic differentiation and dynamic graphing with CUDA acceleration. Qualia was built from scratch.
Stars: ✭ 41 (+17.14%)
Mutual labels:  reinforcement-learning, neural-networks, gan
Deep Learning Resources
由淺入深的深度學習資源 Collection of deep learning materials for everyone
Stars: ✭ 422 (+1105.71%)
Mutual labels:  neural-networks, gan, deeplearning
Java Deep Learning Cookbook
Code for Java Deep Learning Cookbook
Stars: ✭ 156 (+345.71%)
Mutual labels:  artificial-intelligence, reinforcement-learning, deeplearning
Fixy
Amacımız Türkçe NLP literatüründeki birçok farklı sorunu bir arada çözebilen, eşsiz yaklaşımlar öne süren ve literatürdeki çalışmaların eksiklerini gideren open source bir yazım destekleyicisi/denetleyicisi oluşturmak. Kullanıcıların yazdıkları metinlerdeki yazım yanlışlarını derin öğrenme yaklaşımıyla çözüp aynı zamanda metinlerde anlamsal analizi de gerçekleştirerek bu bağlamda ortaya çıkan yanlışları da fark edip düzeltebilmek.
Stars: ✭ 165 (+371.43%)
Mutual labels:  artificial-intelligence, neural-networks, deeplearning
Start Machine Learning In 2020
A complete guide to start and improve in machine learning (ML), artificial intelligence (AI) in 2021 without ANY background in the field and stay up-to-date with the latest news and state-of-the-art techniques!
Stars: ✭ 357 (+920%)
Mutual labels:  artificial-intelligence, learning, neural-networks
Learn Data Science For Free
This repositary is a combination of different resources lying scattered all over the internet. The reason for making such an repositary is to combine all the valuable resources in a sequential manner, so that it helps every beginners who are in a search of free and structured learning resource for Data Science. For Constant Updates Follow me in …
Stars: ✭ 4,757 (+13491.43%)
Mutual labels:  artificial-intelligence, neural-networks, deeplearning
Awesome Ai Ml Dl
Awesome Artificial Intelligence, Machine Learning and Deep Learning as we learn it. Study notes and a curated list of awesome resources of such topics.
Stars: ✭ 831 (+2274.29%)
Mutual labels:  artificial-intelligence, neural-networks
Pygame Learning Environment
PyGame Learning Environment (PLE) -- Reinforcement Learning Environment in Python.
Stars: ✭ 828 (+2265.71%)
Mutual labels:  artificial-intelligence, reinforcement-learning
Riceteacatpanda
repo with challenge material for riceteacatpanda (2020)
Stars: ✭ 18 (-48.57%)
Mutual labels:  artificial-intelligence, neural-networks
Tract
Tiny, no-nonsense, self-contained, Tensorflow and ONNX inference
Stars: ✭ 899 (+2468.57%)
Mutual labels:  artificial-intelligence, neural-networks

Artificial Intelligence Engines

Computer code collated from various sources for use with the book:

Artificial Intelligence Engines: A Tutorial Introduction to the Mathematics of Deep Learning

by James V Stone

This file is: https://github.com/jgvfwstone/ArtificialIntelligenceEngines

Note that the book is principally about the mathematics of deep learning. This repository is intended to provide 'taster' code, rather than an exercise in how to program deep learning networks. Because this code has been collated from different sources, the coding style varies between examples.

Each example has been reproduced with permission from the author.

Downloading Single Files

Github normally insists you download the whole repository. However, to download a single file

  1. go to the file so you can see it in the github user interface
  2. click on the RAW button in the upper right
  3. use the browser "save as ..." menu to save the file to your computer.

How To ... There is a README file within each directory.

System Requirements

Each example has been tested on a mac (System Version: OS X 10.11.3), MacBook Air 1.6GHz. Python examples have been tested using the Spyder (3.3.2) python application with Python 3.7.0.

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