Skip to content
Snippets Groups Projects
Commit 71560703 authored by Li, Honglin (PG/R - Elec Electronic Eng)'s avatar Li, Honglin (PG/R - Elec Electronic Eng)
Browse files

Update README.md

parent b4e352a0
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,22 @@ Task Conditional Neural Networks (TCNN) leverage the probabilistic neural networ ...@@ -6,6 +6,22 @@ Task Conditional Neural Networks (TCNN) leverage the probabilistic neural networ
Then produce the task likelihood during the test state to fire the task-specific neurons correspondin to the test sampels. TCNN can detect and Then produce the task likelihood during the test state to fire the task-specific neurons correspondin to the test sampels. TCNN can detect and
learn the new tasks fully-automatically without informing the changes to the model. learn the new tasks fully-automatically without informing the changes to the model.
The schematic diagram of TCNN learning process.
![TCNN_Process](/images/TCNN.png) ![TCNN_Process](/images/TCNN.png)
## Dependencies
The code is tested on
* Python 3.6.8
* Tensorflow '1.13.1'
* Keras '2.2.4'
## Reproduce
To run the experiment, run the '''split_mnist.py''' files via:
'''python split_mnist.py'''
The result should be similar to the figure below:
![TCNN_Process](/images/result.png)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment