Overview of my Projects
2017 2017Ray Raytracer
| Q:what is a XULLUUU? | |
| A:NONE | |
| Q:what is an elephant? | |
| A:an elephant is a mammel. CONFIDENT | |
| Q:can birds fly into space? Why? | |
| A:no, because air doesn't exist in space. CONFIDENT | |
| Q:can ants fly? | |
| A: |
| !dream "a dendritic monster emerging from the ocean, sea waves, vray, 55mm" -n 5 | |
| !dream "a wormy dendritic monster emerging from the ocean, sea waves, vray, 55mm" -n 5 | |
| !dream "furry friendly monster, photorealistic, colored, unreal engine, vray, 55mm" -n 9 | |
| https://kajsotala.fi/2007/10/14-objections-against-aifriendly-aithe-singujlarity-answered/ | |
| https://www.psychologytoday.com/us/blog/shut-and-listen/201806/humans-cant-plan-long-term-and-heres-why | |
| https://kajsotala.fi/2007/10/14-objections-against-aifriendly-aithe-singularity-answered/ | |
| Friendly AI | |
| https://towardsdatascience.com/attention-in-neural-networks-e66920838742 |
| from MiniClasses import * | |
| class Classifier: | |
| def __init__(self): | |
| pass | |
| def classifySentence(self, Sentence): | |
| i = 0 | |
library of cc0 sounds
This is a library of sounds under CC0 or public domain license. It also includes some music pieces. The intention here is that this is usable as a sample library for sound design.
String
This is a collection of free e-books about Artificial Intelligence(Machine Learning, Planning) and Data Science etc. .
ML, ebook, ebooks, books, book, machine learning, statistics, free
Machine Learning Systems - Principles and Practices of Engineering Artificially Intelligent Systems
| use rand::Rng; | |
| use std::rc::Rc; | |
| use std::cell::RefCell; | |
| // DONE< check for events which were anticipated and remove anticipations! > | |
| // DONE< compute expectation while decision making and take the one with the highest exp(), check against decision threshold! > | |
| // TODO< compute table of exponential intervals! > | |
| // TODO< compute anticipation deadline > |
| print("*motorbabbling=false") | |
| #encode a field as a term | |
| def encField(y,x): | |
| name = str(y)+"Y"+str(x) | |
| return "<f"+name+" --> F"+name+">" | |
| # encode maze | |
| for ix in range(10): | |
| for iy in range(10): |