All Projects → kujirahand → Book Mlearn Gyomu

kujirahand / Book Mlearn Gyomu

Book sample (AI Machine-learning Deep-learning)

Projects that are alternatives of or similar to Book Mlearn Gyomu

Gemfield
Gemfield homework or libgemfield.so
Stars: ✭ 84 (+0%)
Mutual labels:  jupyter-notebook
Training Material
A collection of code examples as well as presentations for training purposes
Stars: ✭ 85 (+1.19%)
Mutual labels:  jupyter-notebook
Network science meets deep learning
Designing Deep neural network architectures using topologies from the world of Complex Networks/network Science
Stars: ✭ 86 (+2.38%)
Mutual labels:  jupyter-notebook
Differentiable neural computer live
Stars: ✭ 85 (+1.19%)
Mutual labels:  jupyter-notebook
100 Plus Python Programming Exercises Extended
100+ python programming exercise problem discussed ,explained and solved in different ways
Stars: ✭ 1,250 (+1388.1%)
Mutual labels:  jupyter-notebook
Introdatasci
Course materials for: Introduction to Data Science and Programming
Stars: ✭ 86 (+2.38%)
Mutual labels:  jupyter-notebook
Glove As A Tensorflow Embedding Layer
Taking a pretrained GloVe model, and using it as a TensorFlow embedding weight layer **inside the GPU**. Therefore, you only need to send the index of the words through the GPU data transfer bus, reducing data transfer overhead.
Stars: ✭ 85 (+1.19%)
Mutual labels:  jupyter-notebook
Ml Cv
机器学习实战
Stars: ✭ 85 (+1.19%)
Mutual labels:  jupyter-notebook
Tensorflow Tutorial
Stars: ✭ 85 (+1.19%)
Mutual labels:  jupyter-notebook
Zh Nlp Demo
自然语言处理NLP在中文文本上的一些应用,如文本分类、情感分析、命名实体识别等
Stars: ✭ 86 (+2.38%)
Mutual labels:  jupyter-notebook
Aureliengeron
“Hands-On Machine Learning with Scikit-Learn and TensorFlow” Excerpt From: Aurélien Géron. “Hands-On Machine Learning with Scikit-Learn and TensorFlow: Concepts, Tools, and Techniques to Build Intelligent Systems.” iBooks.
Stars: ✭ 85 (+1.19%)
Mutual labels:  jupyter-notebook
Ganspace
Discovering Interpretable GAN Controls [NeurIPS 2020]
Stars: ✭ 1,224 (+1357.14%)
Mutual labels:  jupyter-notebook
Breast Cancer Classification
Breast Cancer Classification using CNN and transfer learning
Stars: ✭ 86 (+2.38%)
Mutual labels:  jupyter-notebook
Convgp
Convolutional Gaussian processes based on GPflow.
Stars: ✭ 85 (+1.19%)
Mutual labels:  jupyter-notebook
Sagemaker Ml Workflow With Apache Airflow
This repository shows a sample example to build, manage and orchestrate Machine Learning workflows using Amazon Sagemaker and Apache Airflow.
Stars: ✭ 86 (+2.38%)
Mutual labels:  jupyter-notebook
Local light field synthesis
Local Light Field Synthesis (Pratul P. Srinivasan, Tongzhou Wang, Ashwin Sreelal, Ravi Ramamoorthi, Ren Ng ICCV 2017)
Stars: ✭ 86 (+2.38%)
Mutual labels:  jupyter-notebook
Sphinx Book Theme
A lightweight book theme built off of the pydata sphinx theme
Stars: ✭ 86 (+2.38%)
Mutual labels:  jupyter-notebook
Kaggle Competitions
There are plenty of courses and tutorials that can help you learn machine learning from scratch but here in GitHub, I want to solve some Kaggle competitions as a comprehensive workflow with python packages. After reading, you can use this workflow to solve other real problems and use it as a template.
Stars: ✭ 86 (+2.38%)
Mutual labels:  jupyter-notebook
Wotan
Automagically remove trends from time-series data
Stars: ✭ 86 (+2.38%)
Mutual labels:  jupyter-notebook
Quantecon Notebooks Julia
Stars: ✭ 85 (+1.19%)
Mutual labels:  jupyter-notebook

すぐに使える!業務で実践できる!Pythonによる AI・機械学習・深層学習アプリのつくり方

このリポジトリは、下記の書籍のサンプルプログラム一覧です。

  • 書籍名: すぐに使える!業務で実践できる! PythonによるAI・機械学習・深層学習アプリのつくり方 TensorFlow2対応
  • 単行本: 414ページ
  • 出版社: ソシム (2020/10/22)
  • ISBN-10: 4802612796 (旧版: 4802611641)
  • ISBN-13: 978-4802612791 (旧版: 978-4802611640)

なお、書籍のAPENDIXに開発環境のセットアップについて、まとめられています。

ソースコードを取得するには?

GitHubを訪問し、画面の右上の緑色のボタン[Code]をクリックし、[Download ZIP]から、最新のソースコードをダウンロードできます。

書籍の最後に第n刷と書かれています。

なお、旧版(Tensorflow1対応版)の場合のソースコードが必要な場合は、こちらよりソースコードをダウンロードしてください。

対応ライブラリのバージョン

Ubuntu18.04用のインストールスクリプトを用意しています。

$ pip install --upgrade scikit-learn==0.22.2.post1
$ pip install --upgrade opencv-python==4.1.2.30
$ pip install --upgrade tensorflow-cpu==2.2.0
$ pip install --upgrade keras==2.4.3
$ pip install --upgrade flask==1.1.1
$ pip install --upgrade pydot==1.4.1
$ pip install --upgrade dlib==19.20.0

リポジトリを取得する場合

Gitでリポジトリを取得する場合、ターミナルで以下のコマンドを実行してください。

git clone https://github.com/kujirahand/book-mlearn-gyomu.git

Vagrantで環境を構築する場合

以下、VagrantにUbuntuをセットアップする方法が参考になります。

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