neomatrix369
4X @Kaggle Expert @Java champion, Polyglot, Software Crafter, performance, @graalvm, AI, ML, DL, NLP, Data Science, Developer communities, speaker, blogger
Lead Software, Data, ML Engnr (Self-employed)UK
Pinned Repositories
awesome-ai-ml-dl
Awesome Artificial Intelligence, Machine Learning and Deep Learning as we learn it. Study notes and a curated list of awesome resources of such topics.
awesome-graal
A curated list of awesome resources for Graal, GraalVM, Truffle and related topics
chatbot-conversations
Chatbot conversations: a demo application how two (or more) chatbots can talk to each other, the logic used to build Eliza (along with an NLP model) has been used to power the chatbots.
java-10-and-beyond
Examples and exercises based on some of the features of Java 10 (GA and Early Access builds)
LambdaExamples
LambdaExamples - a collection of examples and resources to learning about Lambdas in Java 8
learning-path-index
A repo with data files, assets and code supporting and powering the Learning Path Index Project
nlp_profiler
A simple NLP library allows profiling datasets with one or more text columns. When given a dataset and a column name containing text data, NLP Profiler will return either high-level insights or low-level/granular statistical information about the text in that column.
refactoring-developer-habits
Refactor developer habits: among many such habits when writing or maintaining code
neomatrix369's Repositories
neomatrix369/awesome-ai-ml-dl
Awesome Artificial Intelligence, Machine Learning and Deep Learning as we learn it. Study notes and a curated list of awesome resources of such topics.
neomatrix369/awesome-graal
A curated list of awesome resources for Graal, GraalVM, Truffle and related topics
neomatrix369/nlp_profiler
A simple NLP library allows profiling datasets with one or more text columns. When given a dataset and a column name containing text data, NLP Profiler will return either high-level insights or low-level/granular statistical information about the text in that column.
neomatrix369/chatbot-conversations
Chatbot conversations: a demo application how two (or more) chatbots can talk to each other, the logic used to build Eliza (along with an NLP model) has been used to power the chatbots.
neomatrix369/learning-path-index
A repo with data files, assets and code supporting and powering the Learning Path Index Project
neomatrix369/RESTAPIUnifier
RESTAPIUnifier - brings together all the APIs of various formats under one roof!
neomatrix369/jdk9-jigsaw
Examples of some of the features of jigsaw in jdk9 (Early Access builds)
neomatrix369/ClientOfMutabilityDetector
Client of the mutability detector
neomatrix369/lambda-behave
A modern testing and behavioural specification framework for Java 8
neomatrix369/MutabilityDetector
Lightweight analysis tool for detecting mutability in Java classes
neomatrix369/MutabilityDetector4FindBugs
Run Mutability Detector during a FindBugs analysis to check all your classes annotated with @Immutable.
neomatrix369/OpenJDKProductivityTool
The OpenJDK productivity tool - a reviewers and contributors handy tool, to speed up delivery of patches!
neomatrix369/PatchReviewUtilities
Patch review utilities that are a little more complex than shell scripts
neomatrix369/agiDotZip
neomatrix369/Causal-Inference-and-Discovery-in-Python
Causal Inference and Discovery in Python by Packt Publishing
neomatrix369/couchbaseclient
A couchbase client that allows quick access to the couchbase cluster / node. Send SQL, receive results (JSON), handy for writing scripts and piping results into files.
neomatrix369/faas
Functions as a Service (OpenFaaS) - a serverless framework for Docker & Kubernetes
neomatrix369/generative_ai_with_langchain
Build large language model (LLM) apps with Python, ChatGPT and other models. This is the companion repository for the book on generative AI with LangChain.
neomatrix369/Gradient-HuggingFace
Tasks and tutorials using Graphore's IPU with Hugging Face. Originally at https://github.com/gradient-ai/Graphcore-HuggingFace
neomatrix369/Graphcore-HuggingFace-fork
A new repo to demonstrate tutorials for using HuggingFace on Graphcore IPUs.
neomatrix369/Graphcore-Pytorch
A set of tutorials for using Graphcore IPUs on Paperspace Gradient
neomatrix369/Graphcore-Tensorflow2
This is a set of tutorials for using Tensorflow 2 on Graphcore IPUs.
neomatrix369/JCTools
neomatrix369/jitwatch
Log analyser / visualiser for Java HotSpot JIT compiler.
neomatrix369/kagglex-final-project
Mahesh Bhoge's implementation
neomatrix369/LearningTDD
an exercise to practice TDD
neomatrix369/openplayground
An LLM playground you can run on your laptop
neomatrix369/poc-semantic-kernel
Yugo's PoC on Semanic Kernel
neomatrix369/shazamcrest
Reusable Hamcrest matchers suitable for automated testing
neomatrix369/vavr
Vavr (formerly called Javaslang) is an object-functional language extension to Java 8+, which aims to reduce the lines of code and increase code quality.