Skip to content

Commit ca91d65

Browse files
authored
Update README.md
1 parent 90d8ffc commit ca91d65

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,13 @@ Other contributors can be found at [here](https://github.com/ThoughtWorksInc/Dee
9797

9898
### Related projects
9999

100-
* [Shapeless](https://github.com/milessabin/shapeless) provides a solid foundation for type-level programming used in this project.
101-
* [Scalaz](http://scalaz.org/) and [Algebra](http://typelevel.org/algebra/) provides type classes used in this project.
100+
* [Shapeless](https://github.com/milessabin/shapeless) provides a solid foundation for type-level programming used in DeepLearning.scala.
101+
* [Scalaz](http://scalaz.org/) and [Algebra](http://typelevel.org/algebra/) provides type classes used in DeepLearning.scala.
102102
* [ThoughtWorks Each](https://github.com/ThoughtWorksInc/each) provides `async`/`await`-like syntax. You may want to use it to control your training process in an imperative style.
103-
* [nd4j](http://nd4j.org/) provides numerical computing used in this project.
104-
* [RAII.scala](https://github.com/ThoughtWorksInc/RAII.scala), [future.scala](https://github.com/ThoughtWorksInc/future.scala) and [tryt.scala](https://github.com/ThoughtWorksInc/tryt.scala) provides monadic asynchronous resource management used in this project.
103+
* [nd4j](http://nd4j.org/) provides numerical computing used in DeepLearning.scala.
104+
* [RAII.scala](https://github.com/ThoughtWorksInc/RAII.scala), [future.scala](https://github.com/ThoughtWorksInc/future.scala) and [tryt.scala](https://github.com/ThoughtWorksInc/tryt.scala) provides monadic asynchronous resource management used in DeepLearning.scala.
105105
* [Import.scala](https://github.com/ThoughtWorksInc/Import.scala) is a Scala compiler plugin that enables magic imports. You may need it in those sbt project use DeepLearning.scala plugin hosted on Github Gist.
106-
* The unit tests of this project are written in [ScalaTest](http://scalatest.org/) and [example.scala](https://github.com/ThoughtWorksInc/example.scala) syntax.
107-
* Some type classes in this project are created by [simulacrum](https://github.com/mpilquist/simulacrum)'s `@typeclass` annotation.
106+
* DeepLearning.scala can run in [Jupyter Scala](https://github.com/alexarchambault/jupyter-scala) or [Ammonite](http://ammonite.io/).
107+
* Plugins of DeepLearning.scala are based on [Factory](https://javadoc.io/page/com.thoughtworks.feature/factory_2.11/latest/com/thoughtworks/feature/Factory.html) and other dependent type classes in [feature.scala](https://github.com/ThoughtWorksInc/feature.scala).
108+
* The unit tests of DeepLearning.scala are written in [ScalaTest](http://scalatest.org/) and [example.scala](https://github.com/ThoughtWorksInc/example.scala) syntax.
109+
* Some type classes in DeepLearning.scala are created by [simulacrum](https://github.com/mpilquist/simulacrum)'s `@typeclass` annotation.

0 commit comments

Comments
 (0)