There are no reviews yet. Be the first to send feedback to the community and the maintainers!
NoteBooks-Statistics-and-MachineLearning
Jupyter Notebooks from the old UnsupervisedLearning.com (RIP) machine learning and statistics blogRepositoryPatternEntityFramework
The Repository pattern adds a separation layer between the data and domain layers of an application. It also makes the data access parts of an application better testable.RepositoryPatternLinqToSql
The Repository pattern adds a separation layer between the data and domain layers of an application. It also makes the data access parts of an application better testable.Udacity-DS101-IntroToDataScience
Sketches for the Udacity course DS101 Intro to Data Science. https://www.udacity.com/course/ud359FactoryPattern
A Simple Factory Pattern example in c#CommandPatternConsole
Command Pattern Console ExampleEightPuzzleProblem
The 8-Puzzle Problem is a thing they throw at you when you study Artificial Intelligence. It’s a great little problem for learning to understand search trees and shortest path algorithms with heuristics. Traveling via Breadth-First Search, via Depth First Search we mostly end up with the A* Algorithm using a Manhattan Distance Heuristic for effectively solving this problem. This article shows a way how to do this in C#.ChainOfResponsibilityPattern
The Chain of Responsibility pattern takes a request and flows through a chain of handlers. Each handler checks if it can handle the request according to some business rules. If the handler can’t handle the request it gets passed to the next handler in the chain. The client doesn’t know which handler eventually handles the request.verkeerslichten
restwebsocketstarter
Multimodule Maven project with REST, Jetty, Jersey, and Javax Websockets client/server implementations.IocContainer
ActiveInferenceForager
An adaptive AI agent implementing the Free Energy Principle and Active Inference in dynamic environments.Love Open Source and this site? Check out how you can help us