• Stars
    star
    208
  • Rank 189,015 (Top 4 %)
  • Language
    Jupyter Notebook
  • Created about 7 years ago
  • Updated 5 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Here lies all the exercises I implement and share in my website

Introduction

This repository holds various ML examples related to the articles I write about in the ML blog. This repository has been dockerised so that the code can be run by following the procedure outlined below.

Docker image dependency tree

 |-- ml-tensorflow-gpu-thushv89
 |-- ml-tensorflow-thushv89```
 
## Building docker image
`docker build -t <image_name> --build-arg NB_USER=$(whoami) --build-arg GPU_SUPPORT=<is GPU available> --build-arg NB_UID=$(id -u) --build-arg NB_GID=$(id -g) utils.docker/`

## Running the Docker container
`docker run -it -d --rm --init --user=$(whoami) -p <host_port>:8888 -v $(pwd):/home/$(whoami) <image_name>:latest jupyter notebook`

## Accessing via web browser
1. `<docker-machine ip>:<host_port>`
2. Enter the notebook token by:
	* Enter to the container via `docker exec -it <contaienr_id> /bin/bash`
	* Run `jupyter notebook list` to get the token

More Repositories

1

attention_keras

Keras Layer implementation of Attention for Sequential models
Python
442
star
2

datacamp_tutorials

Jupyter Notebook
185
star
3

manning_tf2_in_action

The official code repository for "TensorFlow in Action" by Manning.
Jupyter Notebook
83
star
4

packt_nlp_tensorflow_2

This will contain the code for the 2nd edition of NLP with TensorFlow (Edition 2)
Jupyter Notebook
41
star
5

xgboost-aws-container

Python
35
star
6

udacity_deeplearning_complete

Assignments of Udacity Deeplearning Course
Jupyter Notebook
26
star
7

PreprocessingBenchmarkDatasets

Python
12
star
8

tutorials_deeplearninghero

Jupyter Notebook
8
star
9

word2vec

Word2Vec exercises from latest papers
Jupyter Notebook
7
star
10

GO-Reminder

This is a geo location based task reminder application for android
Java
7
star
11

odsc_art_of_bert

Jupyter Notebook
3
star
12

Windows-Phone-Twitter

C#
3
star
13

gcp-tf-review-classification

Jupyter Notebook
3
star
14

Neural-Networks-Java

This is the neural network algorithm implemented in java
3
star
15

deep_occupancy

Python
2
star
16

GSOM

GSOM (Growing Self-Organizing Maps) is a neural network based algorithm inspired by Prof. Kohonen's Self-Organizing maps. The specialty of GSOM is "unconstrained learning ability". In other words GSOM does not require the analyst to define the number of nodes in the neural network as required by self-organizning maps.
Java
2
star
17

tf-serving-gke

Serving a stable diffusion model on GKE
Jupyter Notebook
1
star
18

iPlanner

iPlanner is an intelligent meeting scheduler developed in java. It will predict best matching time slots for a meeting depending on the situation
Java
1
star
19

Windows-Phone-Outlook-PoC

1
star
20

DeconvVisualization

Python
1
star
21

DeepReinforcementLearning

Python
1
star
22

IKASL-Library

IKASL Library is a code repository designed as a "Library project". Therefore can be used in any other project
Java
1
star
23

try_git

1
star
24

tekbac_nlp_course

Jupyter Notebook
1
star
25

tfra-tutorial

Tutorial on how to use dynamic embeddings from the tensorflow-recommenders-addons library
Jupyter Notebook
1
star
26

Chat-Reveal

This provides a way to know when your secret love appears online on facebook
Java
1
star
27

Stu

Stu is a student management application written in java
1
star