diff --git a/AI.md b/AI.md index efe0437fbb..0fac550dfb 100644 --- a/AI.md +++ b/AI.md @@ -9,7 +9,7 @@ AI :: Algorithms, Data Mining, Clustering, Data Structures, Machine Learning, Ne * [NEURAL NETWORKS](#neural-networks) * [NLP](#nlp) * [QUANTUM ALGORITHMS](#quantum-algorithms) -* [SEARCH ALGORITHMS](#common-search-algorithms) +* [SEARCH ALGORITHMS](#search-algorithms) # CHECKSUM ALGORITHMS @@ -18,7 +18,6 @@ AI :: Algorithms, Data Mining, Clustering, Data Structures, Machine Learning, Ne # DATA STRUCTURES - ## YAJO * [JuliaSparse](https://github.com/JuliaSparse) for development of interfaces to sparse matrix solvers such as sequential MUMPS, SuperLU, perhaps Pastix and fill-reducing permutation software such as Metis and Scotch. @@ -83,7 +82,7 @@ AI :: Algorithms, Data Mining, Clustering, Data Structures, Machine Learning, Ne * YCaret.jl :: [Machine learning utility functions](https://github.com/EricChiang/YCaret.jl) in Julia. * RegERMs.jl :: A package implementing several [machine learning algorithms in a regularised empirical risk minimisation framework (SVMs, LogReg, Linear Regression)](https://github.com/BigCrunsh/RegERMs.jl) in Julia. -##### Tutorials +###### Resources * ML4H.jl :: [Machine Learning for Hackers in Julia](https://github.com/johnmyleswhite/ML4H.jl) @@ -123,7 +122,7 @@ AI :: Algorithms, Data Mining, Clustering, Data Structures, Machine Learning, Ne * Treekenize.jl :: [Parser with beginners and enders and infix](https://github.com/o-jasper/Treekenize.jl) * TextAnalysis.jl :: is a Julia package for [text analysis](https://github.com/johnmyleswhite/TextAnalysis.jl). -###### DOCS +###### Resources * Text-Benchmarks :: [Comparing Python v. Clojure v. Julia performance in text-processing and dynamic collections](http://matthewrocklin.com/blog/work/2014/01/13/Text-Benchmarks/) diff --git a/Chemistry.md b/Chemistry.md index 4931accab6..3b60e5c17e 100644 --- a/Chemistry.md +++ b/Chemistry.md @@ -3,7 +3,7 @@ # YAJO -* [JuliaQ](http://juliaq.github.io/) +* [JuliaQuantum](http://juliaquantum.github.io/), is the umbrella Org for Quantum chemistry, Lindblad dynamics, Quantum tensor network, information and computation, etc... * ChemicalKinetics.jl :: [Simulation, Bayesian inference and Bayesian model selection for chemical kinetics](https://github.com/scidom/ChemicalKinetics.jl) in Julia. @@ -13,7 +13,7 @@ * Synchrony.jl :: [Coherence/phase-locking statistics](https://github.com/simonster/Synchrony.jl) in Julia. -##### DOCS +###### Resources * [The colors of Chemistry](http://jiahao.github.io/julia-blog/2014/06/09/the-colors-of-chemistry.html) IJulia notebook by @jiahao. diff --git a/Programming-Paradigms.md b/Programming-Paradigms.md index e32b6b7d79..db5c96f87f 100644 --- a/Programming-Paradigms.md +++ b/Programming-Paradigms.md @@ -14,7 +14,7 @@ # CAD-CAM -* Gcode.jl :: [A wrapper for writing Gcode from Julia easily](https://github.com/sjkelly/Gcode.jl). Gcode: http://en.wikipedia.org/wiki/Gcode) +* Gcode.jl :: [A wrapper for writing Gcode from Julia easily](https://github.com/sjkelly/Gcode.jl). Gcode: http://en.wikipedia.org/wiki/Gcode # Control System