-
Updated
Apr 18, 2021 - JavaScript
#
optimization
Here are 4,048 public repositories matching this topic...
Drench yourself in Deep Learning, Reinforcement Learning, Machine Learning, Computer Vision, and NLP by learning from these exciting lectures!!
machine-learning
natural-language-processing
deep-neural-networks
reinforcement-learning
computer-vision
deep-learning
optimization
machine-translation
deep-reinforcement-learning
medical-imaging
speech-recognition
artificial-neural-networks
pattern-recognition
probabilistic-graphical-models
bayesian-statistics
artificial-intelligence-algorithms
visual-recognition
graph-neural-networks
-
Updated
Mar 12, 2021
Thoughts on Go performance optimization
-
Updated
Jan 8, 2021
customcommander
commented
Feb 7, 2021
With Closure Compiler v20210106 and the following flags:
--language_in=ECMASCRIPT_NEXT
--compilation_level ADVANCED
--js tmp/wrap.js
This works fine:
/**
* @param {string} str
* @param {string} [prefix=aa]
* @param {string} [suffix=bb]
*/
function wrap1(str, prefix="aa", suffix="bb") {
return prefix + str + suffix;
}
window.wrap1 = wrap
A Python implementation of global optimization with gaussian processes.
-
Updated
May 1, 2021 - Python
Project moved to: https://github.com/llvm/llvm-project
-
Updated
Sep 2, 2020 - LLVM
Fast and efficient CSS optimizer for node.js and the Web
-
Updated
Mar 19, 2021 - JavaScript
Android virtual machine and deobfuscator
android
java
emulator
optimization
virtual-machine
reverse-engineering
malware
deobfuscation
malware-analyzer
dalvik
malware-analysis
malware-research
deobfuscator
android-malware
reverse-engineer-apk
-
Updated
May 6, 2021 - Java
A Python-embedded modeling language for convex optimization problems.
-
Updated
May 10, 2021 - C++
Source repo for the book
-
Updated
Apr 22, 2020 - HTML
Lightweight justice for your single-board computer!
-
Updated
May 10, 2021 - Shell
Mesh optimization library that makes meshes smaller and faster to render
-
Updated
Apr 22, 2021 - C++
A tool for monitoring webpack optimization metrics through the development process
-
Updated
Oct 14, 2019 - JavaScript
An app performance monitor(APM) , like "Android Studio profiler", you can easily monitor the performance of your app real time in browser
profile
profiler
optimization
uninstall
apm
android-performance
performance-visualization
performance-monitoring
leakcanary
blockcanary
entrance
debugging-tool
performance-optimization
leak-memory
android-god-eye
performance-visualization-dashboard
godeye
performance-monitor
-
Updated
Jul 23, 2020 - Java
Coz: Causal Profiling
-
Updated
Mar 23, 2021 - C
Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization Algorithm,Immune Algorithm, Artificial Fish Swarm Algorithm, Differential Evolution and TSP(Traveling salesman)
optimization
genetic-algorithm
artificial-intelligence
simulated-annealing
tsp
particle-swarm-optimization
pso
travelling-salesman-problem
fish-swarms
immune
ant-colony-algorithm
heuristic-algorithms
immune-algorithm
-
Updated
Apr 3, 2021 - Python
Java Constraint Solver to solve vehicle routing, employee rostering, task assignment, conference scheduling and other planning problems.
java
optimization
scheduling
solver
constraint-satisfaction-problem
constraints
vehicle-routing-problem
constraint-programming
traveling-salesman
simulated-annealing
constraint-solver
hacktoberfest
tabu-search
branch-and-bound
metaheuristics
rostering
employee-rostering
-
Updated
May 10, 2021 - Java
Sequential model-based optimization with a `scipy.optimize` interface
python
machine-learning
binder
optimization
scientific-computing
bayesopt
gradient
bayesian-optimization
hyperparameter
-
Updated
May 10, 2021 - Python
leeoniya
commented
Dec 26, 2019
.three {
background-color: var(--my-var, var(--my-background, pink));
--border-color: linear-gradient(to top, var(--secondary-color), var(--used-color, white));
}
A CLI React performance optimization tool that identifies potential unnecessary re-rendering
react
javascript
testing
commandline
npm
component
reactjs
optimization
react-component
npm-package
chromium
npm-module
developer-tools
testing-tools
commandline-interface
react-devtools
command-line-interface
puppeteer
-
Updated
Mar 23, 2018 - JavaScript
MTuner is a C/C++ memory profiler and memory leak finder for Windows, PlayStation 4 and 3, Android and other platforms
tool
memory
optimization
performance-analysis
memory-profiler
profiling
playstation3
memory-leak-finder
playstation4
-
Updated
Sep 8, 2020 - C++
The Fastest DNN Running Framework on Web Browser
-
Updated
May 6, 2021 - Python
kirtangajjar
commented
Jul 31, 2020
Need to create /etc/hosts entry for non-wildcard alias domains in site create
and site update
.
mbenz89
commented
Nov 21, 2018
When jimplifying com.reddit.frontpage-214190.apk
(Reddit v. 2.26.2), the following exception is thrown:
Exception in thread "main" Unexpected type null
at soot.jimple.toolkits.typing.integer.ClassHierarchy.typeNode(ClassHierarchy.java:152)
at soot.jimple.toolkits.typing.integer.TypeResolver.typeVariable(TypeResolver.java:121)
at soot.jimple.toolkits.typing.integer.ConstraintCollecto
-
Updated
Feb 3, 2021
-
Updated
Sep 11, 2018 - C++
-
Updated
May 10, 2021 - JavaScript
Improve this page
Add a description, image, and links to the optimization topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the optimization topic, visit your repo's landing page and select "manage topics."
@richardliaw could we take in the data path as a command line arg for all these examples that defaults to "~/data"? That way the user can specify their own data paths without having to modify the code.
Originally posted by @amogkam in ray-project/ray#15260 (comment)